I’m trying to integrate our application to ActiveCampaign (AC) using webhook. The idea is simply syncing the contacts between AC and our application.
So by using the webhook API, I can easily let AC send me updates every time a contact is added or updated. But sending contacts from our application back to AC is a different story. Is it possible for us to set that information using AC’s webhook without depending on the update or create contact API? If it is, please let me know how.
Our webhooks enable ActiveCampaign to send you contact data whenever a new contact is added or an existing contact is updated. For you to send us data, you would have to use our API to send us the specific data you need. There is no way to use webhooks to send us data at this time.