# Peach Developer API Docs

## Peach Developer API Docs

- [Iframe Integration](https://peach-organization.gitbook.io/peach/iframe-integration.md)
- [Stripe integration](https://peach-organization.gitbook.io/peach/stripe-integration.md)
- [Payment Webhook](https://peach-organization.gitbook.io/peach/webhooks/payment-webhook.md)
- [Webhooks for Automations](https://peach-organization.gitbook.io/peach/webhooks/webhooks-for-automations.md)
- [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
- [Authentication](https://peach-organization.gitbook.io/peach/api-reference/authentication.md)
- [Campaigns](https://peach-organization.gitbook.io/peach/api-reference/campaigns.md)
- [Get Campiagn](https://peach-organization.gitbook.io/peach/api-reference/campaigns/get-campiagn.md)
- [Get Campaign stats](https://peach-organization.gitbook.io/peach/api-reference/campaigns/get-campaign-stats.md)
- [Payments](https://peach-organization.gitbook.io/peach/api-reference/payments.md)
- [Create Payment](https://peach-organization.gitbook.io/peach/api-reference/payments/create-payment.md)
- [Update Payment](https://peach-organization.gitbook.io/peach/api-reference/payments/update-payment.md)
- [Transactions](https://peach-organization.gitbook.io/peach/api-reference/transactions.md)
- [Get Transactions](https://peach-organization.gitbook.io/peach/api-reference/transactions/get-transactions.md)
- [Contacts](https://peach-organization.gitbook.io/peach/api-reference/contacts.md)
- [Create Contact](https://peach-organization.gitbook.io/peach/api-reference/contacts/create-contact.md)
- [Get Contact](https://peach-organization.gitbook.io/peach/api-reference/contacts/get-contact.md)
- [Delete Contact](https://peach-organization.gitbook.io/peach/api-reference/contacts/delete-contact.md)
- [Update Contact](https://peach-organization.gitbook.io/peach/api-reference/contacts/update-contact.md)
- [Interactions](https://peach-organization.gitbook.io/peach/api-reference/interactions.md)
- [Create Note](https://peach-organization.gitbook.io/peach/api-reference/interactions/create-note.md)
- [Interactions](https://peach-organization.gitbook.io/peach/api-reference/interactions-1.md): Coming soon....
- [Marketing Campaigns](https://peach-organization.gitbook.io/peach/api-reference/marketing-campaigns.md): Coming soon....
- [Users](https://peach-organization.gitbook.io/peach/api-reference/users.md): Coming soon....
- [Imports](https://peach-organization.gitbook.io/peach/api-reference/imports.md): Coming soon....


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://peach-organization.gitbook.io/peach/iframe-integration.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.
