Reputation: 1476
Our team is stuck on what should be very simple functionality with smooch / sunshine conversations. We are looking to provide our users with a "multi choice" selection whenever they click "New conversation", think:
Hi, how can we help you today?
[Technical Support] [Sales] [Other]
From there, allow the user to click one of those options and continue with a normal conversation flow. I'm surprised this isn't documented or discussed more, can anybody help point us in the right direction?
Upvotes: 1
Views: 165
Reputation: 1322
Unfortunately pre-chat capture is designed as a once/user and not a once/conversation feature, and there's no OOTB/built-in delegate/etc. to capture clicks of the New Conversation
button.
If you can capture this click event or override the button, you can achieve the result you describe by:
conversation:created
event via a subscribed webhookUpvotes: 0