How Send Marketing Email Works
Send personalized marketing emails to your users with rich content and tracking. Marketing emails automatically respect user preferences and opt-out settings.Configuration
Inputs
The Flywheel ID of the user who will receive the email. References a specific user in your system.
The email content created using the built-in email editor. Supports rich formatting, images, links, and dynamic variables.
Additional CC recipients for team notifications and compliance. Supports multiple email addresses.
Additional BCC recipients for blind copy notifications. Useful for internal tracking and compliance.
Stop the workflow if the email fails to send for any reason. When enabled, email send failures will halt the entire workflow.
Outputs
The status of the email send operation. Can be
success
, failure
, or skipped
.The ID of the user that the email was sent to.
The ID of the sender configuration used for the email.
The ID of the email that was sent (available on success).
The options used when creating the email (available on success).
The response from the email creation service (available on success).
The code indicating why the email send operation failed or was skipped. Can be
resend_error
, duplicate_email
, or user_marketing_email_opt_out
.The message of the error that occurred (available on failure).