The POST Webhook API page is useful in integrating a form with an external application. More precisely, the form submission is the “trigger” and the webhook URL is the resulting “action”.
The logic behind performs a POST action, so it only outputs whether the operation was successful or not.
The webhook URL is specified by the webhookUrl POST parameter, which has to be previously set using urlencode()
in PHP or an equivalent function in another language.
&webhookUrl=[YOUR URL]
The above does the exact same thing that the 123FormBuilder – WebHook application does from the 3rd Party Apps section of your form settings. Also, you cannot link more than ten applications to your form via the Webhook.
If you find this method to add Webhooks to your forms much useful, go ahead and create your URL. If not, then try the 123FormBuilder – WebHook integration as described in our step-by-step documentation.
Your email address will not be published. Required fields are marked *
Here is a list of the most frequently asked questions. For more FAQs, please browse through the FAQs page.
I am building a custom HTML form in PHP on wordpress. Is there a way to push the fields in my form to the database in 123 to the matching form?
Hello Casey! I am afraid this is not possible. You will need to create the form on 123 and publish your form using the iframe code from Publish – Embed code- Iframe and paste it into your WP page.
I am using 123 form builder in Wix, so guide me that how to get user input data from the form one by one.
(I need to pass that data to external API)
Hello! You will need to create a script which have cURL request php. Kindly note that we do no offer assistance creating scripts, however, here is a php script as an example to guide you: https://www.123formbuilder.com/docs/123formbuilder-api-php-example-script/ Thank you!