Email Notifications

If a user has a role set and has at least one email address, they will automatically start receiving email notifications when they are offline. Users can have more than one email address and TalkJS will notify all email addresses on record.

Email notifications are not sent with each message but rather grouped and sent after a period of inactivity to avoid spamming the user's inbox.

Thanks to TalkJS's design as a slow chat solution, TalkJS supports reply-via-email. When a user replies to a notification email, their reply will show up in the conversation.

To modify the email notification that TalkJS sends first head to the TalkJS Dashboard and then click on 'Roles' in the top left corner, inside of the role editor you'll see a section for 'Email settings'. Here is a step-by-step tutorial on how to show different email notifications for different users.

To disable email notifications for a user, you can set their email field to null to remove their emails on record. You can also mute notifications for a particular conversation (via the REST API) in which case your user won't receive any notifications for that conversation, including emails.

Read more about linking back to your app.

  • Webhooks provides several events related to email notifications: notification.triggered, notification.sent, notification.delivered, notification.bounced, notification.opened, notification.link.clicked
  • REST/Participations can be used to enable/disable notifications via the REST API
  • Customizing Notification Content