-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Igor Rozhkov
committed
Apr 23, 2019
1 parent
09c7e79
commit 8c88c89
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ def get_all_data(i, s, **d): | |
'Share your sheet with [email protected].' | ||
'Then just send me your spreadsheet name and let\'s get started!'), | ||
'react' : tgflow.action(open_sheet, react_to='text'), | ||
'prepare' : [analytics.send_pageview, bitrix.add_lead], | ||
'prepare' : [analytics.send_pageview, bitrix.add_lead, bitrix.add_contact], | ||
}, | ||
|
||
States.CHOOSE:{ | ||
|
@@ -67,7 +67,7 @@ def get_all_data(i, s, **d): | |
{'Insert row' : tgflow.action(States.PUT)}, | ||
{'Recieve all data' : tgflow.action(get_all_data)} | ||
], | ||
'prepare' : [analytics.send_pageview, bitrix.add_contact] | ||
'prepare' : [analytics.send_pageview, bitrix.add_deal] | ||
}, | ||
|
||
States.PUT:{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters