Integrated Webhook - Viewing the received payload
This article will cover how to view the payload received by a webhook, both in raw format and in code format, using the SprintHub platform.

Introduction
In the context of automation and system integration, webhooks play a crucial role by allowing different applications to communicate effectively and in real time. When a specific event occurs, a webhook can send an HTTP request to a predefined endpoint, carrying a payload that contains detailed information about the event.
Viewing the Received Payload
When setting up a webhook, it is essential to be able to view and analyze the received payload to ensure that data is being transmitted correctly and to make troubleshooting easier. On the Sprinthub platform, you can view the payload in two ways: in raw format and in code format.
To view webhook results, click the webhook name to see the statistics.

Received Payload Example
The image below shows an example of a payload received by a webhook, where the data is presented in JSON format.
Raw Format
In raw format, the payload is displayed exactly as it was received, with no additional formatting. This format is useful for a quick analysis and for verifying the integrity of the transmitted data.

Code Format
To make reading and understanding easier, the payload can also be viewed in code format. This format highlights the JSON structure, making it easier to identify and analyze each field individually. See the example below:

Last updated
Was this helpful?