Email notifications

Both agents and users can receive an email notification when a new message is received.

Email notifications for admin and agents

When a user sends their first message, if the conversation is assigned to a department, an email is sent only to the agents assigned to that department, if the conversation is assigned to a specific agent, an email is sent only to that agent, otherwise an email is sent to all agents who are not online at the moment. Subsequent emails are sent only to the last agent in the conversation.

Email notifications are sent only if the last agent in the conversation is offline.

If you’re using the Dialogflow App, and Settings > Dialogflow > Human takeover is active, no emails are sent if the chatbot knows the answer.

If you don’t receive the emails make sure they are working by sending a test email from Settings > Notifications > Test user email or Test agent email. If you don’t receive the test email, your server, or your SMTP server, is not working. Open the browser console for more details about the error. Because this is not an issue related to EBOT365 , the support doesn’t cover it, please contact your server/hosting/SMTP support instead.

Email notifications for users

When an agent sends a message to a user, an email is sent to the user only if the user is offline.

Only 1 email is sent. Subsequent messages will not trigger a new email alert.

Create the email

To manage the emails and create the contents go to Settings > Notifications. You can use text and HTML. New lines are automatically converted to <br />. You can use the following merge fields in the email. Merge fields are automatically replaced with the updated information.

CodeDescription
{recipient_name}The name of the user or agent who is receiving the email.
{sender_name}The name of the user or agent who was sending the message that triggered the email notification.
{sender_profile_image}The profile image of the user or agent who was sending the message that triggered the email notification.
{message}The links to any attachments that were part of the message that triggered the email notification.
{attachments}Emails may not be delivered for several reasons

Problems?

Emails may not be delivered several reasons; below are the most common ones:

ReasonDescriptionSolution
Hosting problemsThe email server of your web hosting provider is not able to send emails or the emails are sent but are automatically detected as spam and deleted by the email clients.Please contact your web hosting provider regarding email support or use your SMTP server by activating it in Settings > Notifications > SMTP.
SMTP problemsThe email is not sent also if you activated the SMTP option in the Notifications area.We don’t provide support for problems related to your SMTP. Send a test email to get details about the issue or use sendgrid.com, you can send 40000 emails for 30 days for free, then 100/day forever for free. Note: if you’re using Gmail enter smtp.gmail.com as host and set 465 or 587 as port. You need also to allow access to Gmail to less secure apps, you can do it from https://myaccount.google.com/lesssecureapps.