This action will subscribe someone to an Email Series Campaign.
Developer info
API endpoint slug
drip.subscribe_to_campaign
Filter code method
Drip.subscribeToCampaign.skip(string?: reason)
Runtime method
runAction("drip.subscribe_to_campaign", {})
Action fields
Email Text input > Other
Label
Email
Helper text
The subscriber's email address.
Slug
email
Required
true
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setEmail(string: email)
Campaign Dropdown list
Label
Campaign
Helper text
The campaign to subscribe this subscriber to.
Slug
campaign
Required
true
Can have default value
false
Time zone Text input > Other
Label
Time Zone
Helper text
Optional. The subscriber's time zone (in <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" target="_blank">Olson format</a>). Defaults to Etc/UTC
Optional. If Yes, the double opt-in confirmation email is sent; if No, the confirmation email is skipped. Defaults to the value set on the Email Series Campaign if unselected.
Optional. Enter a tag or comma-separated list of tags to assign.
Slug
tags
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setTags(string: tags)
Custom field key 1 Text input > Other
Label
Custom Field Key 1
Helper text
Optional. Add or edit a custom field for the subscriber. Enter existing key or create a new one. Separate words by underscores (E.g. "shirt_size").
Slug
custom_field_key_1
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setCustom Field Key 1(string: custom_field_key_1)
Custom field value 1 Text input > Other
Label
Custom Field Value 1
Helper text
Optional. The value of the first custom field.
Slug
custom_field_value_1
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setCustom Field Value 1(string: custom_field_value_1)
Custom field key 2 Text input > Other
Label
Custom Field Key 2
Helper text
Optional. Add or edit a custom field for the subscriber. Enter existing key or create a new one. Separate words by underscores (E.g. "shirt_size").
Slug
custom_field_key_2
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setCustom Field Key 2(string: custom_field_key_2)
Custom field value 2 Text input > Other
Label
Custom Field Value 2
Helper text
Optional. The value of the second custom field.
Slug
custom_field_value_2
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setCustom Field Value 2(string: custom_field_value_2)
Custom field key 3 Text input > Other
Label
Custom Field Key 3
Helper text
Optional. Add or edit a custom field for the subscriber. Enter existing key or create a new one. Separate words by underscores (E.g. "shirt_size").
Slug
custom_field_key_3
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setCustom Field Key 3(string: custom_field_key_3)
Custom field value 3 Text input > Other
Label
Custom Field Value 3
Helper text
Optional. The value of the third custom field.
Slug
custom_field_value_3
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setCustom Field Value 3(string: custom_field_value_3)
Reactivate if removed Dropdown list
Label
Reactivate if previously removed?
Helper text
Optional. If Yes, re-subscribes the subscriber to the campaign if there is a removed subscriber with the same email address. Defaults to Yes.
Slug
reactivate_if_removed
Required
false
Can have default value
true
Filter code method
Drip.subscribeToCampaign.setReactivate If Removed(string: reactivate_if_removed)
Prospect Dropdown list
Label
Prospect
Helper text
Optional. If Yes, attaches a lead score to the subscriber (when lead scoring is enabled). Defaults to Yes.