Anedot's integration with ActiveCampaign passes along donor's contact information to the ActiveCampaign system.
Here's the data currently passed along:
{
"contact" => {
"email" => email,
"firstName" => first_name,
"lastName" => last_name,
"phone" => phone
}
}