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
string
required
The Flywheel ID of the user who will receive the email. References a specific user in your system.
object
required
The email content created using the built-in email editor. Supports rich formatting, images, links, and dynamic variables.
string[]
Additional CC recipients for team notifications and compliance. Supports multiple email addresses.
string[]
Additional BCC recipients for blind copy notifications. Useful for internal tracking and compliance.
boolean
default:"false"
Stop the workflow if the email fails to send for any reason. When enabled, email send failures will halt the entire workflow.
Outputs
enum
required
The status of the email send operation. Can be
success, failure, or skipped.string
required
The ID of the user that the email was sent to.
string
required
The ID of the sender configuration used for the email.
string
The ID of the email that was sent (available on success).
object
The options used when creating the email (available on success).
object
The response from the email creation service (available on success).
enum
The code indicating why the email send operation failed or was skipped. Can be
resend_error, duplicate_email, or user_marketing_email_opt_out.string
The message of the error that occurred (available on failure).