The Webhook Post component lets users post a payload to a unique URL. A webhook is an automated message sent from an app upon the occurrence of an event. Webhooks have messages—or payloads—that are sent to the unique URL.Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Properties
A human-readable name for the component.
Input a valid Webhook URL. The URL must start with HTTP or HTTPS.
The default setting is [Custom].
Input a valid JSON payload body. If the payload is not a valid JSON body, an error message will be displayed: “Payload is not valid JSON”.To use variables in this field, type the name of the variable prefixed by the dollar symbol and surrounded by { } brackets, as follows:
${variable}. Once you type ${, a drop-down list of autocompleted suggested variables will appear. This list updates as you type; for example, if you type ${date, functions and variables containing date will be listed.