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