I would like to know how to post the form data using API.
I have created the form in Active Campaign. I searched for the API to submit this form data so that contact will get created and linked the contact to the given form.
I could not find any API endpoint for Posting the form data using API from the following API doc site.
There is an API endpoint to create a contact(Create a contact). But there is no way to specify the form id.
Please guide me to post the form using API.
1 Like
This is not available on the v3 api, but is still available on version 1. Here’s the documentation: API Examples Using contact_add
There is a form
parameter:
Optional subscription Form ID, to inherit those redirection settings. Example: 1001. This will allow you to mimic adding the contact through a subscription form, where you can take advantage of the redirection settings.
@gsvoboda , Thanks for the answer. We think that the version 1 API may get deprecated. Not sure how long it will be supported. Do you have any idea, how log version 1 will be supported? we are worried about the re-work once it gets depricated.
We have submitted a request to the API team to integrate the form
field into the V3 api, but do not have an estimate when this will be available. There are currently no plans to deprecate the V1 functionality, especially aspects that are not currently available in the newest API version.You can confidently build for this V1 endpoint: API Examples Using contact_add