Integrated Webhook - Viewing the received payload

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

Introduction

In the context of automation and systems 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 configuring a webhook, it is essential to be able to view and analyze the received payload to ensure that the data is being transmitted correctly and to facilitate troubleshooting. On the Sprinthub platform, you can view the payload in two ways: raw format and code format.

To view the webhook results, click the webhook name to see the statistics.

Example of Received Payload

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, without any additional formatting. This format is useful for a quick inspection and to verify the integrity of the transmitted data.

Code Format

To facilitate reading and understanding, 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 following example:

Last updated

Was this helpful?