Subscribe Calendly invitees to ActiveCampaign list
This action subscribes a contact (matched or created by email) to the selected list.
Developer info
- API endpoint slug
- active_campaign.subscribe_contact_to_list
- Filter code method
- ActiveCampaign.subscribeContactToList.skip(string?: reason)
- Runtime method
- runAction("active_campaign.subscribe_contact_to_list", {})
Action fields
List Dropdown list
- Label
- List
- Helper text
- The list to subscribe the contact to.
- Slug
- list_id
- Required
- true
- Can have default value
- false
Email Text input > Other
- Label
- Email address
- Helper text
- Contact's email address. Will be created if not already in your account.
- Slug
- Required
- true
- Can have default value
- true
- Filter code method
- ActiveCampaign.subscribeContactToList.setEmail(string: email)
First name Text input > Other
- Label
- First name
- Helper text
- Used only when creating a new contact.
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- ActiveCampaign.subscribeContactToList.setFirstName(string: first_name)
Last name Text input > Other
- Label
- Last name
- Helper text
- Used only when creating a new contact.
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- ActiveCampaign.subscribeContactToList.setLastName(string: last_name)