Close menu
Explore Plans
Mobile menu Close menu
ActiveCampaign

Add contact to automation

This action adds a contact (matched or created by email) to the selected automation.

Developer info

API endpoint slug
active_campaign.add_contact_to_automation
Filter code method
ActiveCampaign.addContactToAutomation.skip(string?: reason)
Runtime method
runAction("active_campaign.add_contact_to_automation", {})

Action fields

Automation Dropdown list

Label
Automation
Helper text
The automation to add the contact to.
Slug
automation_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
email
Required
true
Can have default value
true
Filter code method
ActiveCampaign.addContactToAutomation.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.addContactToAutomation.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.addContactToAutomation.setLastName(string: last_name)