MakeTheForm
  • 👋Welcome to MakeTheForm
  • Getting Started
    • Installation
    • Reserved Names
    • Premium Features
      • File Attachments
      • Webhooks
Powered by GitBook
On this page
  • Adding Webhooks to Your Form
  • Webhook Payload Structure
  1. Getting Started
  2. Premium Features

Webhooks

This is a PREMIUM feature. You must have a membership to use this feature.

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.

<input type="hidden" name="webhook" value="WEBHOOK_URL_HERE" />

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.

PreviousFile Attachments

Last updated 11 months ago