ActiveCampaign Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Accepts and calls
Supports
Connection Modes:
Web
Mobile
Server
When you call , Freshpaint will create a contact in ActiveCampaign and pass in the following fields:
firstName
lastName
email
phone
Here is an example of an identify call sent to ActiveCampaign with those fields:
If a contact record with the given email already exists, Freshpaint will update the existing contact record. If no record with the email exists, Freshpaint will create a new contact record.
Only server-side connection mode is available for this destination. All events will be sent to ActiveCampaign using Freshpaint's servers. Your website will not send data directly to ActiveCampaign.
You can use the event tester to test certain payloads to see if they are being sent correctly to ActiveCampaign. Here is an example of an identify event you might test sending to this destination along with the response code from ActiveCampaign:
When a Freshpaint event is sent to ActiveCampaign, you must send an email
property attached to the event. The event will then be attached to the contact with the given email. to see the different ways you can attach an email
property to your events.
To ensure defined events include the required email
parameter, we recommend adding a user's email
as an event property through the .
If implementing a , you can pass the email and custom properties with the following example:
You can use the to test sending payloads to this destination.
Set up transformations to modify your data before it's sent to your destination. Read more about transformations .
You can read more about the Event Tester .