Hi!
I want to add or sync a contact via API Call using Webhook by Zapier. I want to add the contact directly to a form in order to run the double opt-in if necessary. But I can’t figure out how to do it. To which URL do I need to post the data? URL of my account or the form?
Could anybody help in setting this up?
Cheers
Sandra
Hello @sandrahoffmann,
You can add a Contact directly to a form using the v1 contact_sync endpoint. If you pass in a form
value, which should be the id
of the form you are trying to use, it will simulate the behavior of the Contact subscribing directly to the form, and trigger the double opt-in. I hope this helps!
-Matt
Thanks, Matt! I finally managed how to do it.