APIs & Integrations

nfortinwebit
Mitglied | Partner
Mitglied | Partner

Chatflows - automated message after user stops interaction

lösung

Our current chatflows simply takes user information and sends it off to our slack channel.

 

This works well, but we're trying to see if it's possible to have some automated reply sent to the client if the conversation is abandoned. 

 

If the user starts the conversation but never finishes, we'd like to show after a few minutes something like 'we didn't get an answer for a while, you can always contact us at .....'.

 

 

I tried searching online, but didn't find anything relevant. I imagine it may be doable using if/else branches, but our account currently doesn't have them. I'd like to know if it's doable before purchasing the bigger package.

1 Akzeptierte Lösung
WendyGoh
Lösung
HubSpot Employee
HubSpot Employee

Chatflows - automated message after user stops interaction

lösung

Hey @nfortinwebit,

 

Currently, this is not possible even with the if/then branch.

 

That said, you can set the chat session timeout to a longer duration so that when user return back on your page, they can continue from their previous chat. (Reference to this documentation - Create chatflows section '4. Options (bot)')

 

Let me know if you need further clarification on this.

 

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
2 Antworten
WendyGoh
Lösung
HubSpot Employee
HubSpot Employee

Chatflows - automated message after user stops interaction

lösung

Hey @nfortinwebit,

 

Currently, this is not possible even with the if/then branch.

 

That said, you can set the chat session timeout to a longer duration so that when user return back on your page, they can continue from their previous chat. (Reference to this documentation - Create chatflows section '4. Options (bot)')

 

Let me know if you need further clarification on this.

 

0 Upvotes
nfortinwebit
Mitglied | Partner
Mitglied | Partner

Chatflows - automated message after user stops interaction

lösung

thank you, that's what I expected.

 

I just wanted a confirmation from someone of more experience