# Zapier

{% embed url="<https://www.loom.com/share/762b53b1e02441dc85cbeaba0c7c05f7?sid=a9e71545-bdfb-45cb-ab8a-dafca63e8b28>" %}
Boomerangme + Zapier video tutorial
{% endembed %}

Zapier is a cloud-based platform for creating application business logic and setting up integrations without code. There are over 5,000 apps in the Zapier catalog.

To create an automation, you need to have a Zapier account. You can go to the Zapier page from your Boomerangme account: go to the integration section and find "Zapier", click "Connect".&#x20;

<figure><img src="/files/ZWeKhj9lE80XnhTj6Gcz" alt=""><figcaption></figcaption></figure>

Sign in or create an account.

On the main page of your Zapier account, click "+Create a Zap"

<figure><img src="/files/fh99l6ienJvTngYpt9lK" alt=""><figcaption></figcaption></figure>

On the automation creation page, in the upper left corner, you can enter a name for the automation. Automation steps will be displayed in the center. Automations in Zapier start with a trigger - an event that starts a chain of actions. The second and next steps are the actions that happen on our trigger.

<figure><img src="/files/apVe2JrVDef1Xfjxji32" alt=""><figcaption></figcaption></figure>

Click on Trigger, find the Boomerangme application in the modal window. Select the desired event (our trigger) from the dropdown list and click continue.&#x20;

<figure><img src="/files/REQKt80GcleexZm8Tuvl" alt=""><figcaption></figcaption></figure>

Now we need to connect our Boomerangme account. Click Connect New Account. Paste the Api Key from our personal Boomerangme account into the model window and click continue.

<figure><img src="/files/Vync4Qi3rQmzFCvFlx5t" alt=""><figcaption></figcaption></figure>

Then the test trigger (in our case New Customer) and all information about it will be displayed in Zapier.&#x20;

<figure><img src="/files/T0r7rEaLHTwpHMEFN4Dn" alt=""><figcaption></figcaption></figure>

Click "Continue" and now set up the action. Select Boomerangme from the application list.

<figure><img src="/files/XwqcB2jXYCcYCRy2uOTx" alt=""><figcaption></figcaption></figure>

Select an action from the drop-down list, such as "Issue card". Click Continue.

<figure><img src="/files/CjkfwhtAR5jIB1Uz119w" alt=""><figcaption></figcaption></figure>

In the "Account" section, the account is already connected, so click "Continue".

Fill in the required fields. Select "Template ID" from the drop-down list and map to the "Customer ID" field.

<figure><img src="/files/cCRhxS0EyGbh62IgrwlF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lipcbE0OCL5y083I2B1J" alt=""><figcaption></figcaption></figure>

Let's do a test action. We see that the "Card Issue" data has appeared. They can be used in the next automation steps.

<figure><img src="/files/9Y3LvbiNVyr4Q5NidZv5" alt=""><figcaption></figcaption></figure>

To add the next action, you must click the "+" at the bottom of the last automation action. Similarly to the previous step, select an action (in the screenshot "Card Add Stamp"), an account, fill in the required fields.

<figure><img src="/files/G521raM2oIuFqX24353v" alt=""><figcaption></figcaption></figure>

The "Card Id" field is mapped to the field from the "Issue card" step. Fill in the Stamps field manually. The Comment field is optional. Click continue and then test.

<figure><img src="/files/KJjRC8Mwb7rIzNhvIisV" alt=""><figcaption></figcaption></figure>

You can add more actions to this automation. For example, you can create an action to send an SMS with a link to install a card. For this, you can use SMS by Zapier, Twillio or others. After completing the automation setup, click "Publish". Done! We created automation in Zapier with Boomerangme.

### **Branding in Integrations**

Integrations in the **Add integration** section always include some level of Boomerang branding. This branding is part of how these integrations work, and it cannot be changed or removed.

Integrations in the **Apps setup** section are different. These integrations do not include any Boomerang branding and work without any visual Boomerang elements.


---

# 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.boomerangme.cards/api/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.
