Sales Hub Tools

MCabreraBonifaz
参加者

Having Timed Chat Actions

解決

Hello! 

I have been working on our chat flow, and one thing our team noticed in the first edition is many users would be led to a different page (the knowledge base articles) and forget or abandon the chat. We found it difficult to collect data because of this. 

We had the idea to have a timed notification so that after 2 mins or so the user would receive a message that would ask them if we were able to help. 

If anyone has some tips on how to achieve this, or an even better idea we would really appreciate it! 

0 いいね!
1件の承認済みベストアンサー
Kevin-C
解決策
名誉エキスパート | Solutions Partner
名誉エキスパート | Solutions Partner

Having Timed Chat Actions

解決

Hey @MCabreraBonifaz 

 

And thank you @kvlschaefer 

 

The approach could be rather simple:

  • Listen for the conversation to start
    window.HubSpotConversations.on('conversationStarted', payload => {
      ...
    });​
  • Start a timer
  • If the user is interacting with the chat widget
    • could be a click or submit event
  • Then reset the time
  • Else run a function to alert the user on the UI

 

Hope this gets you moving

Kevin Cornett - Sr. Solutions Architect @ BridgeRev

元の投稿で解決策を見る

2件の返信
Kevin-C
解決策
名誉エキスパート | Solutions Partner
名誉エキスパート | Solutions Partner

Having Timed Chat Actions

解決

Hey @MCabreraBonifaz 

 

And thank you @kvlschaefer 

 

The approach could be rather simple:

  • Listen for the conversation to start
    window.HubSpotConversations.on('conversationStarted', payload => {
      ...
    });​
  • Start a timer
  • If the user is interacting with the chat widget
    • could be a click or submit event
  • Then reset the time
  • Else run a function to alert the user on the UI

 

Hope this gets you moving

Kevin Cornett - Sr. Solutions Architect @ BridgeRev
kvlschaefer
コミュニティーマネージャー
コミュニティーマネージャー

Having Timed Chat Actions

解決

Hi @MCabreraBonifaz,

 

Thanks for reaching out! 

 

This is an interesting question, I would like to invite some of our experts to this conversation.

Hi @Jnix284@Olivia_Bagnall@Kevin-C - Do you have any tips or workarounds for @MCabreraBonifaz

 

Thanks!

 

Best,

Kristen


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 いいね!