Form
Webhook
Use webhooks to send form submissions to your backend
Muchat Forms supports webhooks to send form submissions to your backend.
You can use webhooks to:
- Send form submissions to your backend
- Trigger actions in other apps
The webhook is a function that is called when the form is submitted. The function receives the form values as an object.
you can set the webhook in the form builder settings
Configuration object for the webhook integration.
Webhook Payload
if you set the webhook, when a form is submitted, the webhook will receive a POST request containing:
data
: Object containing all form field values which user filled in the form