Full Bodied Webhooks
By default, webhook notifications include only key event details, which can be used to retrieve full message information from Messages Services. However, users have the option to include the entire message body for more comprehensive processing. This setting is configurable, allowing flexibility based on specific requirements. When enabled, the webhook notification includes an additional field, messageBase64
, which contains the full message encoded in Base64 for efficient transmission and processing.
Enabling/ Disabling Full Bodied Webhooks
The attachFullBody
field allows users to enable or disable the inclusion of the full message body in he webhook. By setting this flag to true
, the full message will be attached to the webhook payload encoded in base64, providing full information 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 the webhook content as requirements evolve. See Managing Webhook Configurations
Last updated
Was this helpful?