> For the complete documentation index, see [llms.txt](https://peach-organization.gitbook.io/peach/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations.md).

# Webhooks for Automations

- [Ambassador created webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/ambassador-created-webhook.md): When an ambassador is created, an automation can be triggered. The ambassador details can be sent to the endpoint of your choice
- [Message to ambassador about new donation webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/message-to-ambassador-about-new-donation-webhook.md): When a donation is received through an ambassador , an automation can be triggered. The ambassador and donation details can be sent to the endpoint of your choice
- [Successful payment webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/successful-payment-webhook.md): When a payment is made successfully, an automation can be triggered. The payment details can be sent to the endpoint of your choice
- [Ambassador goal reached webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/ambassador-goal-reached-webhook.md): When an ambassador reaches their goal, an automation can be triggered. The goal and ambassador details can be sent to the endpoint of your choice
- [Form submitted webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/ambassador-goal-reached-webhook/form-submitted-webhook.md): When an form is submitted, an automation can be triggered. The form details can be sent to the endpoint of your choice
- [Receipt created webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/ambassador-goal-reached-webhook/receipt-created-webhook.md): When an receipt is created, an automation can be triggered. The receipt details can be sent to the endpoint of your choice
- [Task time finished webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/task-time-finished-webhook.md): When an tasks time is ending, an automation can be triggered. The task details can be sent to the endpoint of your choice
- [Date webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/task-time-finished-webhook/date-webhook.md): When an date automation is triggered, the contact details can be sent to the endpoint of your choice
- [Abandoned donation webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/abandoned-donation-webhook.md): When an abandoned donation is detected, an automation can be triggered. The ambassador details can be sent to the endpoint of your choice
- [Subscription ending webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/subscription-ending-webhook.md): When a subscription is detected to be ending soon, an automation can be triggered. The subscription details can be sent to the endpoint of your choice
- [Failed subscription payment webhook](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations/failed-subscription-payment-webhook.md): When an subscription payment fails, an automation can be triggered. The subscription details can be sent to the endpoint of your choice


---

# 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://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations.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.
