# Possible actions on Zapier

Zeffy (formerly Simplyk) has an application on the Zapier API connection platform ([invitation link](https://zapier.com/app/login?next=/developer/public-invite/8680/32468dfd5dcf31120269c771d4f8f7bd/)). This allows you to easily retrieve data from Zeffy when a new donation is received or a new ticket is sold and send it to the application of your choice. This could include your CRM, accounting app and more.&#x20;

There are three possible actions in the Zeffy zap: Get Order, Donation or Attendee.

![](/files/-MRNQgYVysSEMkDoDzrM)

## Get Donation

This zap will be triggered for each donation and will contain all the information about the donation.

## Get Order

This zap will be triggered for each ticket purchase. If you have a lot of participants per purchase with important information, use the "Get wait" action. If you just want to receive general information about each purchase, this zap will be perfect.

## Retrieve additional questions

Some information will be sent in list format in Zapier, such as additional questions. You can use the Zap "Formatter" in the "Utilities" type and choose "pick from list" to choose the question to retrieve. This data can then be used freely.


---

# Agent Instructions: 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.zeffy.com/org/contact-management/base-de-donnee/possible-actions-on-zapier.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.
