Creating webhooks for a specific form

If you want your application to be notified about submissions tied to a particular form, you have to set up webhooks within that specific form's settings.

  1. Go to form for which you want to create webhooks.

  2. Click on Settings.

  3. Click on Webhooks.

  4. Click on Add New Webhook.

  5. Add an endpoint that would support a POST request containing the payload.

  6. Choose an event you want to subscribe to through this webhook.

  7. Optionally, provide a secret to verify the request is from your Neeto product.

  8. Click on Save Changes to create the webhook.

Once a webhook is created, the events that it subscribes to will start sending payloads to the endpoint specified in the webhook.