Connecting Webhooks to a contact form
A webhook is a way for an app to send real-time information to other applications. Webhooks are typically used to connect two different applications. For instance, when a contact form on your Devellp site has been submitted, it serializes the data and sends it to a webhook URL from the action application — the one where you'd like to process the data from your contact form.
Follow the instructions below to connect your webhook to a contact form.
To connect a webhook to your site, enter the Site Settings, navigate the Form management tab and open the Integrations:
Press on the Webhooks field and paste your Webhook URL to receive data from the forms:
Tip: click on the "plus" icon to add multiple Webhooks:
Then, go to the Integrations tab in the contact form settings to enable the integration:
Don't forget to publish your site for the changes to appear live.
Done! To see how it works, try submitting the form to ensure you receive data to the custom app.
Note: when the form is submitted, you’ll receive a POST message in the following format:
Follow the instructions below to connect your webhook to a contact form.
To connect a webhook to your site, enter the Site Settings, navigate the Form management tab and open the Integrations:
Press on the Webhooks field and paste your Webhook URL to receive data from the forms:
Tip: click on the "plus" icon to add multiple Webhooks:
Then, go to the Integrations tab in the contact form settings to enable the integration:
Don't forget to publish your site for the changes to appear live.
Done! To see how it works, try submitting the form to ensure you receive data to the custom app.
Note: when the form is submitted, you’ll receive a POST message in the following format:
Updated on: 04/20/2023
Thank you!