Webhooks
Webhooks can be used to provide integrations to varius services, such as Zapier or Integromat. This feature provides endless oppurtunities.
Using webhooks, you can connect your form to your favorite CRM or any newsletter providers, or create separate notifications for Telegram, and more.
Adding Webhooks to Your Form
Just add a seperate input inside your form and verify that you cange the value to your webhook URL from your app integration.
Webhook Payload Structure
We will send the same data that you sent to MakeTheForm as the body of your webhook URL. We will, however, delete some unnecessary metadata, such as access_key, and other reserved names.
Last updated