Someone implemented communication with the client through the Viber bot
If so, tell me what the main scheme is and how it should work
The goal is to receive confirmation from the client that he really made the order and it can be sent
If I understand correctly, the logic is as follows:
1. After creating the order, we send an SMS to the client in which we give a link to the Viber bot and in the SMS we ask the client to go to the bot and confirm the order there.
2. The client goes to the bot and confirms.
In such a scheme, it is unclear what to do next if the client is not in the database, a new task will be created and there will be several such tasks, and it is unclear how to connect this task and the client of the task with the real order.
Someone implemented communication with the client through the Viber bot If so, tell me what the main scheme is and how it should work The goal is to receive confirmation from the client that he really made the order and it can be sent If I understand correctly, the logic is as follows: 1. After creating the order, we send an SMS to the client in which we give a link to the Viber bot and in the SMS we ask the client to go to the bot and confirm the order there. 2. The client goes to the bot and confirms. In such a scheme, it is unclear what to do next if the client is not in the database, a new task will be created and there will be several such tasks, and it is unclear how to connect this task and the client of the task with the real order.
A new client will be created and must be merged with an existing client. A task will be created for a message from Viber, this task can be linked to an order in the form of a subtask
A new client will be created and must be merged with an existing client. A task will be created for a message from Viber, this task can be linked to an order in the form of a subtask
Is it somehow possible without merging contacts (you just don't want to give the manager access to merge contacts, and it seems like a complicated process)? Maybe there is an option to somehow copy just the viberid field to the required contact?
[quote]
Yevgeny Kruglov wrote:
https://www.youtube.com/watch?v=LOSArsZ5a14&feature=emb_imp_woyt
[/quote]
Is it somehow possible without merging contacts (you just don't want to give the manager access to merge contacts, and it seems like a complicated process)?
Maybe there is an option to somehow copy just the viberid field to the required contact?
Leave a message in this thread and the user's contacts will be shown to you
Yevgeny Kruglov wrote: There is a system field in the contact interface settings - (user.user_viberid)
OK It can somehow be copied, for example, copied into the task, and then into the parent process, and then into the contact of the parent process, and then the contact which in the subtask is removed (by some action)?
[quote]
Yevgeny Kruglov wrote:
There is a system field in the contact interface settings - (user.user_viberid) [file]17981[/file]
[/quote]
OK
It can somehow be copied, for example, copied into the task, and then into the parent process, and then into the contact of the parent process, and then the contact which in the subtask is removed (by some action)?
Leave a message in this thread and the user's contacts will be shown to you
As an option, display the "share contacts" button in the bot, the client "fumbles" the phone number, the bot gives this data to the vanbox If OneBox already has this contact, then automatic actions can be combined with what is created after contacting the bot.
As an option, display the "share contacts" button in the bot, the client "fumbles" the phone number, the bot gives this data to the vanbox
If OneBox already has this contact, then automatic actions can be combined with what is created after contacting the bot.
Leave a message in this thread and the user's contacts will be shown to you
Morozov Sergey Sergeevich Sergey Morozov wrote: then automatic actions can be combined with what is created after contacting the bot
Can you tell me the name of the action?
Morozov Sergey Sergeevich Sergey Morozov wrote: display the "share contacts" button in the bot
Can you tell me where I can see how to do it (example for Viber)?
Yevgeny Kruglov wrote: This field can be copied, and then manually added to the desired contact. I did not find automatic actions for copying this field
Tried to copy (there is no field value, there is only a copy button) As a result, some four-digit number, in the format 9999, was copied, then in the interface of the contact card, the field "user.user_viberid" cannot be filled in, there is no such possibility, that is, it cannot be edited. We tried to display this field in the order interface, it seems to give the opportunity to fill in this field, but when we click to save, everything hangs Are you sure that you can copy and paste it into the "user.user_viberid" field?
[quote]
Morozov Sergey Sergeevich
Sergey Morozov wrote:
then automatic actions can be combined with what is created after contacting the bot
[/quote]
Can you tell me the name of the action?
[quote]
Morozov Sergey Sergeevich
Sergey Morozov wrote:
display the "share contacts" button in the bot
[/quote]
Can you tell me where I can see how to do it (example for Viber)?
[quote]
Yevgeny Kruglov wrote:
This field can be copied, and then manually added to the desired contact. I did not find automatic actions for copying this field
[/quote]
Tried to copy (there is no field value, there is only a copy button)
As a result, some four-digit number, in the format 9999, was copied, then in the interface of the contact card, the field "user.user_viberid" cannot be filled in, there is no such possibility, that is, it cannot be edited.
We tried to display this field in the order interface, it seems to give the opportunity to fill in this field, but when we click to save, everything hangs
Are you sure that you can copy and paste it into the "user.user_viberid" field?
Leave a message in this thread and the user's contacts will be shown to you
Julia wrote the test: As a result, a four-digit number of the format 9999 was copied
This number was the contact ID
[quote]
Julia wrote the test:
As a result, a four-digit number of the format 9999 was copied
[/quote]
This number was the contact ID
[file]17989[/file]
Leave a message in this thread and the user's contacts will be shown to you
we work like this: 1. The client browses the bot contact 2. A process is created in the vanbox, and a new contact is added from Viber (his nickname) 3. A phone number is added to the process comment using the [phoneNumberViber] variable (action Добавить комментарии к процессу) 4. Next is the action "Check the presence of a phone number in the comments and combine the process client with an existing contact" then we already understand from the client what his order is and communicate with him
we work like this:
1. The client browses the bot contact
2. A process is created in the vanbox, and a new contact is added from Viber (his nickname)
3. A phone number is added to the process comment using the [phoneNumberViber] variable (action Добавить комментарии к процессу)
4. Next is the action "Check the presence of a phone number in the comments and combine the process client with an existing contact"
then we already understand from the client what his order is and communicate with him
Leave a message in this thread and the user's contacts will be shown to you
Morozov Sergey Sergeevich Sergey Morozov wrote: we work like this: 1. The client browses the bot contact 2. A process is created in the vanbox, and a new contact is added from Viber (his nickname) 3. A phone number is added to the process comment using the [phoneNumberViber] variable (action Добавить комментарии к процессу) 4. Next is the action "Check the presence of a phone number in the comments and combine the process client with an existing contact" then we already understand from the client what his order is and communicate with him
thank you And somewhere you can read more in detail about bot settings (buttons, etc.)?
[quote]
Morozov Sergey Sergeevich
Sergey Morozov wrote:
we work like this:
1. The client browses the bot contact
2. A process is created in the vanbox, and a new contact is added from Viber (his nickname)
3. A phone number is added to the process comment using the [phoneNumberViber] variable (action Добавить комментарии к процессу)
4. Next is the action "Check the presence of a phone number in the comments and combine the process client with an existing contact"
then we already understand from the client what his order is and communicate with him
[/quote]
thank you
And somewhere you can read more in detail about bot settings (buttons, etc.)?
Good afternoon! I personally have not seen a specific description or video link for settings your vanbox/app/viber-new/settings/ further: it should be like this
Good afternoon!
I personally have not seen a specific description or video
link for settings your vanbox/app/viber-new/settings/
further: [file]18000[/file]
it should be like this [file]18001[/file]
Leave a message in this thread and the user's contacts will be shown to you
Morozov Sergey Sergeevich Sergey Morozov wrote: Good afternoon! I personally have not seen a specific description or video link for settings your vanbox/app/viber-new/settings/ further: this is how it should be
They did so, but when we press the button, the phone does not come into the task (there is nothing in the comments), also the sending of data somehow hangs, that is, the message is usually sent quickly, but when we press the button, it somehow takes a long time to be sent Maybe something else needs to be done, or maybe there is a nuance that a contact with such a phone already exists in the database?
[quote]
Morozov Sergey Sergeevich
Sergey Morozov wrote:
Good afternoon!
I personally have not seen a specific description or video
link for settings your vanbox/app/viber-new/settings/
further:
this is how it should be
[/quote]
They did so, but when we press the button, the phone does not come into the task (there is nothing in the comments), also the sending of data somehow hangs, that is, the message is usually sent quickly, but when we press the button, it somehow takes a long time to be sent
Maybe something else needs to be done, or maybe there is a nuance that a contact with such a phone already exists in the database?
Morozov Sergey Sergeevich Sergey Morozov wrote: Good afternoon!
Good day! Perhaps it is better to create a separate task for this question?
[quote]
Morozov Sergey Sergeevich
Sergey Morozov wrote:
Good afternoon!
[/quote]
Good day!
Perhaps it is better to create a separate task for this question?
Leave a message in this thread and the user's contacts will be shown to you
Good day, somehow it doesn't work out well... a lot of manual work is more difficult than just in Viber... The developers, to put it mildly, did not work on something...
Good day, somehow it doesn't work out well... a lot of manual work is more difficult than just in Viber... The developers, to put it mildly, did not work on something...
Leave a message in this thread and the user's contacts will be shown to you
Poltorak Sergey wrote: Good day, somehow it doesn't work out well... a lot of manual work is more difficult than just in Viber... The developers, to put it mildly, did not work on something...
In my opinion, the developers have made the very possibility of integration, but how you will use it is another question Ideally, it is to write your bot for your specific tasks. Turbosms also has an opportunity to use a public account to communicate with the client (previously there was only advertising mail). A public account gives the opportunity to write to the first client and not wait for a subscription, but this is all a costly story.
[quote]
Poltorak Sergey wrote:
Good day, somehow it doesn't work out well... a lot of manual work is more difficult than just in Viber... The developers, to put it mildly, did not work on something...
[/quote]
In my opinion, the developers have made the very possibility of integration, but how you will use it is another question
Ideally, it is to write your bot for your specific tasks.
Turbosms also has an opportunity to use a public account to communicate with the client (previously there was only advertising mail). A public account gives the opportunity to write to the first client and not wait for a subscription, but this is all a costly story.
Leave a message in this thread and the user's contacts will be shown to you
Julia wrote the test:
Morozov Sergey Sergeevich Sergey Morozov wrote: Good afternoon!
Good day! Perhaps it is better to create a separate task for this question?
Let's
[quote]
Julia wrote the test:
[quote]
Morozov Sergey Sergeevich
Sergey Morozov wrote:
Good afternoon!
[/quote]
Good day!
Perhaps it is better to create a separate task for this question?
[/quote]
Let's
[quote]
Morozov Sergey Sergeevich
Sergey Morozov wrote:
Let's
[/quote]
Here is the task https://1b.app/ua/forum/integrations-with-vibermessaging/15625-pri-integratsii-z-viber-koli-kliient-hoche-podilitis-svoim-telefonom-to-v-zadachu-telefon- ne-prihodit/
Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter.
Log in and comment
Donate
You don't have enough funds in your account Top up