Skip to main content

Description

The Email Notification Node allows you to send quick and easy emails during sessions or for in-house communications without requiring any provider settings to be set up in the UI. Instead, you can configure the necessary provider settings in the environment variables and secrets. Only one provider can be set up at a time.

Restrictions

  • Your SMTP Server settings need to be adjusted to use the internal Cognigy Email notification.
  • Email attachments are restricted (for example, files, images). If required, use Send SMTP Email Node.

Authentication

This Node supports both Basic Auth and OAuth2 authentication methods. If you have on-premises installation, you need to add the following parameters to the values.yaml file:

Parameters

ParameterDescription
Recipient TO Email AddressesComma-separated list of email addresses to send the email to.
Email SubjectThe subject of the email.
Email ContentThe content of the email. The field supports basic rich text editing.
OptionDescription
Don’t store resultDefault option. The result isn’t stored.
InputThe result is stored at a specified location in the Input Key to store Result field.
ContextThe result is stored at a specified location in the Context Key to store Result field.

Stop on Error

If switched on, the Flow execution will halt in case the mail-sending fails.
ParameterDescription
CC Email AddressesThe CC recipients of your email.
BCC Email AddressesThe BCC recipients of your email.
Email PriorityThe priority of the email.
Execute Request asynchronousIf switched on, the Flow execution continues directly after the Send Email Node has been triggered. If turned-off, the Flow execution waits until the email is sent.
I