Hi team. I have an action set up to email summary to myself when the conversation appears over.
Is there any way to verify that the email executed? Because I’m not seeing it come through.
Hi team. I have an action set up to email summary to myself when the conversation appears over.
Is there any way to verify that the email executed? Because I’m not seeing it come through.
The likely problem is it’s not being triggered. For example, if the Action is currently set up to email the owner ‘when the conversation is over’, you’re leaving it up to the AI’s discretion whether the conversation is over or not. It is not using a timer to determine this, it is simply looking at the conversation. Sometimes this is quite clear like the AI asks “Anything else I can help you with?” and the user says “No thanks”. Other times, it may be much less clear.
I would go in and change the trigger prompt to be more specific than “when the conversation is over”. Perhaps like “after you’ve done X” or “when the user has done Y”. You can also write these kinds of instructions directly into the prompt of the tool as well.
Thanks mike. Really what I’m trying to do is to pull out the information from the conversation.
Do you have a best practice on how to do this? Ultimately, I am using the conversation to collect the answers to a few questions, do some math in the background and then would like to send that output out to a CRM.
To help us talk concretely, let’s say you’re chatbot is asking them 3 questions their employment history. In that case, I would recommend something like:
“After the user has answered all 3 questions, use the email owner action to send a summary of their answers as well as an evaluation of whether they are a good fit for the job with an explanation of why or why not.”