cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In response to a user message, a chatbot can send emails such as confirmation email to a user or to your team.

 

To set up sending an email, navigate to the detailed dialogue view (green arrow on the right of the dialogue box) and click on the envelope-icon next to the bot answer field. The following email template will appear:

 

99.png

 

Substitute the default sender email (abc@sinchengage.com) and complete the form avoiding making any changes to the keywords __EMAIL, FROM, TO, SUBJECT. Feel free to use variables in any of the fields as shown in the screenshot below.

 

Emails are sent in the background independently of bot-messages so you can additionally send a text response to a user by simply adding another bot-answer:

 

100.png

 

If an email address has be be first provided by a user, you can validate the email inputted by using a pre-match function which performs a regular expression matching (preg_match(“/^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/”, $email$) == 1 😞

 

101.png

 

102.png

Version history
Last update:
‎02-19-2026 07:12 AM
Updated by: