mu.chat - Connect custom data to large language models home page
Search...
⌘K
Telegram
Get Started
Get Started
Search...
Navigation
Documentation
Agent
Datastore
Form
Integrations
Widgets
API
Privacy
support@mu.chat
Form
Get started
Form Fields
usages
Webhook
On this page
Webhook Payload
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
webhook
object
Configuration object for the webhook integration.
Show Properties
url
string
required
The URL where form submissions will be sent via POST request
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
usages
Assistant
Responses are generated using AI and may contain mistakes.