Send an email when a new email is opened
This triggers fires when a recipient opens an email from a specified campaign activity.
Developer info
- API endpoint slug
- constant_contact.new_email_open
Trigger fields
Email campaign Dropdown list
- Label
- Email Campaign:
- Slug
- email_campaign_id
- Required
- true
- Can have default value
- false
Ingredients
Device type The device type used to open the email.
- Slug
- device_type
- Filter code
- ConstantContact.newEmailOpen.DeviceType
- Type
- String
- Example
- other
First name The first name of the contact.
- Slug
- first_name
- Filter code
- ConstantContact.newEmailOpen.FirstName
- Type
- String
- Example
- John
Last name The last name of the contact.
- Slug
- last_name
- Filter code
- ConstantContact.newEmailOpen.LastName
- Type
- String
- Example
- Doe
Email address The email address of the contact.
- Slug
- email_address
- Filter code
- ConstantContact.newEmailOpen.EmailAddress
- Type
- String
- Example
- test@example.com
Contact The ID for the contact.
- Slug
- contact_id
- Filter code
- ConstantContact.newEmailOpen.ContactId
- Type
- String
- Example
- aaaaaaaa
Tracking activity type The tracking activity type.
- Slug
- tracking_activity_type
- Filter code
- ConstantContact.newEmailOpen.TrackingActivityType
- Type
- String
- Example
- em_opens
Campaign activity The ID for the campaign activity.
- Slug
- campaign_activity_id
- Filter code
- ConstantContact.newEmailOpen.CampaignActivityId
- Type
- String
- Example
- aaaaaaaa
Created at Date and time the event was created.
- Slug
- created_time
- Filter code
- ConstantContact.newEmailOpen.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00