Allow users to send a response that doesn't trigger catchall:

(Alyssa Morales) #1

I’m using the bot to filter through various customer service requests. I want and have a flow set up to allow an “other” option prompting the customer to leave us a detailed message that then triggers an email to a representative. (I don’t want this to initiate a live chat persay, I want this to function like an email inbox). However, I’ve run into an issue as I have an “I don’t understand” catchall setup to collect non-keyworded triggers.

Is there a better way to set up this up to avoid my catchall triggering?

(Daniel Beckett) #2

The easiest solution here is to use Ask a Question instead of Send a Message. Their response will be treated as an answer to the question and won’t trigger other flows.

1 Like
(Alyssa Morales) #3

Thank Daniel! I’ll give that a try.