Configuring webhook payload
A webhook payload is the data that is received from an external system to a webhook URL in webMethods Integration when an event occurs. This payload is typically in JSON format and contains key-value pairs that represent the event details or data you want to process.
About this task
Configuring the payload helps webMethods Integration understand the structure of the incoming data so it can be correctly mapped to variables in your workflow. You can add a payload for a webhook by using the webhook payload option. The structure of the payload you add here must be similar to the one that the webhook is expected to receive in future. webMethods Integration uses this data to display the output of the webhook in the subsequent actions of your workflow.
Note:
- Click Webhook payload and log data for information on the maximum webhook payload and log data that is supported on Amazon Web Services and Microsoft Azure.
- The webhook payload data that is added in the source workflow is not retained when the workflow is cloned, imported, or deployed. You need to reconfigure the webhook settings in each cloned, imported, and deployed workflow.