Email Activities
Use the Email group to send messages through SMTP or start workflows by polling an IMAP or POP3 mailbox.
Available activities
| Activity | Purpose |
|---|---|
| SMTP | Defines an SMTP server, transport security, and credentials |
| Send Email | Sends plain-text or HTML email with mapped recipients, subject, body, and attachments |
| IMAP | Defines an IMAP or POP3 mailbox connection used for receiving email |
| Email Receiver | Polls a mailbox and starts a workflow for each eligible message |
Send an email
- Add an SMTP resource and configure its host, port, security mode, and credentials.
- Add Send Email to the workflow and select the SMTP resource.
- Map recipients, subject, and body.
- Add attachments only when required and verify their content type and size.
- Test delivery from Development before promoting the workflow.
Receive email
- Add an IMAP resource and configure the mailbox connection.
- Add Email Receiver as the workflow's event source.
- Select the mailbox folder and polling behavior.
- Map message headers, body, and attachments to downstream activities.
- Define how successfully processed messages are marked or moved so polling does not create duplicates.
Security and reliability
- Store mailbox credentials in the configured resource; do not hard-code them in workflow mappings.
- Use TLS and validate the server certificate.
- Avoid logging message bodies or attachments that may contain sensitive information.
- Design receiver workflows for duplicate delivery and partial attachment failures.
- Apply recipient allowlists when workflow input can influence outbound addresses.