sendEmailToCampaign
Trigger personalized email campaigns using a specific campaign ID and recipient email. Override subject, sender details, or reply-to address, and add dynamic personalization parameters.
Instructions
Trigger and email for email campaign trigger with personalization parameter added to the email template.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addToList | No | Optional: List ID to which the contact should be added as part of triggering the campaign. | |
campaignId | Yes | Camapign id of the campaign to be triggered | |
campaign_data | No | Optional: Transient personalization parameters, not stored in the contact profile. | |
data | No | Optional: Personalization parameters saved to the contact's profile. | |
Yes | Email address of the contact to whom you want to send the email. This is required. | ||
fromName | No | Optional: Overrides the sender name for the campaign. | |
replyTo | No | Optional: Overrides the default reply-to email address for the campaign. | |
subject | No | Optional: Overrides the default subject line provided when creating the campaign. |