> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions.md).

# Integrated Webhooks - Common Questions

- [Integrated Webhook - Viewing the received payload](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhook-viewing-the-received-payload.md): 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.
- [Integrated Webhooks - How to use a unique ID so there are no duplicate leads](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-how-to-use-a-unique-id-so-there-are-no-duplicate-leads.md)
- [Integrated Webhook - How to Turn the Body into the Request Body](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhook-how-to-turn-the-body-into-the-request-body.md): Webhooks are an essential tool for integration between different systems. They allow events that occur in one system to be automatically sent to another, making automation easier
- [Integrated Webhooks - Error status verification](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-error-status-verification.md): Detecting errors in webhook sending in automation flows and chatbots.
- [Integrated Webhooks - Error when sending webhook - possible causes](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-error-when-sending-webhook-possible-causes.md)
- [Integrated Webhooks - Using broadcast to manage opportunities](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-using-broadcast-to-manage-opportunities.md): In this broadcast use example, a webhook was created that adds to the lead the products they buy in an e-commerce store, through custom objects, and then updates their stage in the CRM.
- [Integrated Webhook - Olist for SprintHub](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhook-olist-for-sprinthub.md)
- [Integrated Webhooks - How to connect a Google Sheets spreadsheet to Sprinthub](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-how-to-connect-a-google-sheets-spreadsheet-to-sprinthub.md): In this article, we will explore how to connect a Google Sheets spreadsheet to Sprinthub using webhooks, making data transfer automatic and instant between these platforms.
- [Integrated Webhooks - Creating leads through Elementor Forms](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-creating-leads-through-elementor-forms.md): This example shows how to configure a form in Elementor (WordPress plugin) to send a webhook to Sprinthub and automatically create leads when it is submitted.
- [Integrated Webhooks - Advanced tracking, identifying anonymous leads](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-advanced-tracking-identifying-anonymous-leads.md): How to identify and convert anonymous leads via Webhook on a website that has the Sprinthub tracking script.
- [Integrated Webhooks - Shopify for Sprinthub](https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-shopify-for-sprinthub.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
