> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/technical-guide/integration/integration-examples/zapier.md).

# Zapier

{% stepper %}
{% step %}
Member makes a Member signs up using a mobile app
{% endstep %}

{% step %}
Transaction details are sent to API Gateway so that it Member account details are sent to API Gateway and then to Zapier which triggers the following flow:

* Zapier is triggered by incoming Member details and coordinates communication with other systems
* Creates an account in Salesforce Marketing Cloud with Member UUID
* Creates a Member in Open Loyalty with loyalty card number equal to Salesforce’s UUID and a webhook is triggered
  {% endstep %}

{% step %}
Zapier is triggered by OL’s webhook with points earned and Zapier calls Marketing Auto to send a push notification to a Member
{% endstep %}
{% endstepper %}

<figure><img src="https://lh7-qw.googleusercontent.com/slidesz/AGV_vUffDzuQwCF-5zW7ATr4yj0Yqi1ledYHFh6egO_AugJwhGodsqjqdfb3jqR7XGP0PxaoWmIlGugrWe9JqHwnAwG8hczro_j9WDEVyMXBb7UIQFkQv3pr6hf4ncHp04K61lAGXcwYkPU172ZS5lS2eKb_eHiVluI=s2048?key=q4vl9UUexBRVP8pBEsxHUQ" alt=""><figcaption></figcaption></figure>


---

# 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://help.openloyalty.io/technical-guide/integration/integration-examples/zapier.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.
