email.send action

This trigger action will publish an email to the AEP for delivery.

Action

This trigger action is found under the Networking heading.

To access the email.send trigger action:

  • In the Adding a trigger screen, under Network click and drag the email.send to the canvas.

Canvas

When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.


The left routing point (red) is the failure route. This route will be taken if there is an error during execution. The right routing point (green) is the success route. This route will be taken if action executes successfully.

Form

Parameters

Name Type Required Descriptions
Reply-To String The email address that appears when the recipient clicks Reply-To.
Reply-To Name String The name that appears when the recipient clicks Reply-To.
Set From False/True

By default, this is set to False.

False: When set to False the default email address appears in the From field. For example, deviceWISE (dw) IoT Platform <noreply@Telit.com>

True: When set to True, the Reply-To address will be set as the from email address. To make this setup to work, an internal configuration is required.

Selecting true for Set From will not override the From address with the Reply-to address unless the Operations team has been notified.

To String Yes The recipient(s) of the email. The provided string may be the key of a (single) notification group or individual email addresses represented in CSV format.
Subject String Yes The subject of the email.
Body String Yes The body of the email.

When it comes to sending an e-mail to more than one recipient, between each e-mail and the next, the separation must be done with a comma "," and not a semicolon ";". For example: "guilherme.franca@cuttle.com, igor.trindade@cuttle.com"