Webhook Metadata
Webhooks share the Messages Metadata functionality allowing to add a list of most relevant values and keys directly to Webhooks body.
Sample of Webhook data with Metadata:
Enabling/ Disabling Webhook Metadata
The attachMetadata
field allows users to enable or disable the inclusion of metadata in webhook messages. By setting this flag to true
, metadata will be attached to the webhook payload, providing key contextual variables for efficient message handling.
This field can be configured during the creation of a webhook configuration or updated later through the edit configuration endpoint, offering flexibility to adjust metadata settings as requirements evolve. See Managing Webhook Configurations
Metadata Available
More info at Messages Metadata
Last updated