This component sends a new transaction through Mandrill using the Send API resource for each incoming message.
This component is designed for limited notification mailing only. It is not intended for bulk actions, such as customer mailouts. To ensure the best performance and stability of the software, use this component following its intended purpose. If you have a legitimate need for bulk mailing, please contact the Customer Success team. |
Triggers
This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Actions
Send email
For each incoming message, the component sends a new transactional message through Mandrill using the Send new message API resource.
Configuration fields
- Do not throw an error when email send failed
-
A required checkbox field. If this is selected, the component will not throw an error when a sending has failed; details will be provided in the output message.
Input metadata
- To
-
A required string field. The email address(es) for primary recipients, you can fill comma-separated list.
- Cc
-
An optional string field. Comma-separated list of email addresses to receive a copy of the mail.
- Bcc
-
An optional string field. Comma-separated list of email addresses to receive a blind copy of the mail.
- Subject
-
A required string field. The subject of the email.
- Body
-
A required string field. The content of the email to be sent. If the body is a JSON object/array, then it will be stringified.
- Attachments
-
An optional array field. Series of objects with the following format:
- Attachment URL
-
A required string field. URL to file (platform storage or external).
- Filename
-
A required string field. The name of the attached file which will appear in the received email.
Output Metadata
As a result of sending you will get object 'results' which contain result entities of sending messages for each recipient. It consists of:
- To
-
A string field. The email address of the recipient.
- RecipientType
-
A string field. The type of recipient, possible values:
to
,cc
,bcc
. - Message
-
A string field. The sending status of the recipient, possible values:
OK
,QUEUED
,REJECTED
orINVALID
. - MessageID
-
A string field. The message’s unique ID.
- SubmittedAt
-
A string field. Date, when the message was submitted in the following format;
YYYY-MM-DDTHH:mm:ss.SSSSSSSZ
- ErrorCode
-
A number field. This is a deprecated parameter that defaults to
0
.