# How to create automation

New Automation section - for creating automatic chains.

{% embed url="<https://youtu.be/A4pBh6MK9nE>" %}

To create automation, go to the section and select “Create automation” in the actions.<br>

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

\
Next to the automation, you can switch it to working mode or draft mode, as well as delete it.\
The counter next to the automation name shows how many times the automation has been launched (i.e., how many times the trigger has been activated).\
In the automation itself, you can select the trigger that will start the chain, and you can also add filters to the trigger.

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

### Triggers and card types in automation

Not all triggers work with every type of card. Here’s how it works:

* **Points count reached** → works only with **cashback, reward, and gift cards**.
* **Rewards count reached** and **Used reward count reached** → work only with **stamp cards**.

This way, your automation always matches the right customer activity — collecting points on one type of card, or earning and redeeming stamps in a stamp program.

### Filters and card types in automation

The **Card bonus balance** filter works specifically for **reward-type cards**. In this case, "reward cards" refers to the *Reward* card type in the system. You can use this filter to set conditions or actions based on the customer’s current bonus balance. This makes it easy to trigger automated actions — for example, sending a push notification when a customer reaches a certain bonus threshold.

### Set up conditions and actions

Then you can add conditions and/or actions.

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

Please note that for SMS/email mailings, you need to connect mailing services in your account.

This allows you to create long branching chains of actions.\
Example:

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

<br>


---

# 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/workflow-builder/how-to-create-automation.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.
