> For the complete documentation index, see [llms.txt](https://docs.explodely.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.explodely.com/webhooks/sale-webhook.md).

# Sale Webhook

This Explodely webhook is triggered when a sale is generated in your account for any product or funnel. If you have added a sale webhook, Explodely will push the below data points to your webhook URL and you can also select which data points you need while creating the webhook.

Order ID - Explodely Order ID of the sale

Customer Name - Name of customer

Customer Email - Email of customer

Customer Phone - Phone number of customer

Amount - Amount of the sale

Product ID - Product ID of the sale

Product Name - Product Name of the sale

Tracking ID - Tracking ID (if any associated with the sale)

Affiliate - Affiliate ID (if any associated with the sale)

Zip Code - ZIP code of the buyer

Country Code - Country code of the buyer

Bill Description - The charge descriptor on the buyers payment method

IP Address - IP of the buyer

Order Bump Selected - Set as "yes" if the sale has add on selected&#x20;


---

# 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:

```
GET https://docs.explodely.com/webhooks/sale-webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
