APIs & Integrations

nfortinwebit
メンバー | Solutions Partner
メンバー | Solutions Partner

Chatflows - automated message after user stops interaction

解決

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件の承認済みベストアンサー
WendyGoh
解決策
HubSpot Employee
HubSpot Employee

Chatflows - automated message after user stops interaction

解決

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 いいね!
2件の返信
WendyGoh
解決策
HubSpot Employee
HubSpot Employee

Chatflows - automated message after user stops interaction

解決

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 いいね!
nfortinwebit
メンバー | Solutions Partner
メンバー | Solutions Partner

Chatflows - automated message after user stops interaction

解決

thank you, that's what I expected.

 

I just wanted a confirmation from someone of more experience