> For the complete documentation index, see [llms.txt](https://docs.boomerangme.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boomerangme.cards/push-notifications/how-it-works.md).

# How it works

{% embed url="<https://www.loom.com/share/a8c7dcd0dc1b4f348b081967c2eed9a4>" %}
Push notifications review
{% endembed %}

> **Boomerangme > Left-Hand Menu > Push**

1. Follow the workflow mentioned above to land on the Send Push screen.<br>
2. From the tabs displayed atop the screen, click Push Automation.

<figure><img src="/files/6IF9ECWTfwE75xGsn6Ln" alt=""><figcaption><p>Push Automation</p></figcaption></figure>

3. Here, choose the card template from the Card dropdown.

<figure><img src="/files/WmAubQn3RChPkQ4nJ7l7" alt=""><figcaption><p>Card</p></figcaption></figure>

4. As a selection is made, additional tiles that let you set push notifications appear.<br>
5. Use the Message field from the Feedback tile to record the message displayed on the push notification while receiving feedback.

<figure><img src="/files/Vmhwd6g3RDIXGBC67xCJ" alt=""><figcaption><p>Message</p></figcaption></figure>

6. Choose the number of hours upon earning stamp after which this message is displayed using the Request will be sent after setting count hours after earned stamps/bonuses field.

<figure><img src="/files/R9kyKtoFXMkULxsxR1Tn" alt=""><figcaption><p>Number of hours</p></figcaption></figure>

7. The card(s) to which the message applies are listed in the Apply to Cards field.

<figure><img src="/files/auNLJ9DOGZLXDbFVBWsw" alt=""><figcaption><p>Apply to Cards</p></figcaption></figure>

8. Once the selections are made, click the Save button.

<figure><img src="/files/YGxaJCyBWAcQWY0r7rA6" alt=""><figcaption><p>Save</p></figcaption></figure>

9. Next up is the Next Visit Reminder tile. Here, use the Message field to record the message that is displayed on the push notification while sending a reminder to the user for the next visit.

<figure><img src="/files/F2M6yX2VMjH36XBl4jIU" alt=""><figcaption><p>Message</p></figcaption></figure>

10. Enter the number of days upon earning stamp after which the notification is sent using the Reminder will be sent after setting count days after last earned field.

<figure><img src="/files/EKSBhgi4cnG771FNXlQu" alt=""><figcaption><p>Number of days</p></figcaption></figure>

11. The card(s) to which this push notification applies are displayed in the Apply to cards field.

<figure><img src="/files/Ao2N0v28WXxCJ0aZ4lx4" alt=""><figcaption><p>Apply to cards</p></figcaption></figure>

12. Once the selections are made, click the Save button.

<figure><img src="/files/hZLGnLiyNpXDVNd1PmWf" alt=""><figcaption><p>Save</p></figcaption></figure>

13. Next up is the Birthday Congratulations section. Here, use the Message field to record the birthday wish you want to be displayed to the customer via the push notification.

<figure><img src="/files/Ieku5W9ycuazy0x7P9HW" alt=""><figcaption><p>Message</p></figcaption></figure>

14. Enter the number of days prior to the customer's birthday for the birthday wish to be sent using the Congratulation will be sent after setting count days before birthday field.

<figure><img src="/files/CKrpaj2g6rJCUziXcxkB" alt=""><figcaption><p>Number of days</p></figcaption></figure>

15. The card(s) to which this applies are displayed in the Apply to Cards field.

<figure><img src="/files/AjeE1ZbOhKm3d4neiYyP" alt=""><figcaption><p>Apply to Cards</p></figcaption></figure>

16. Once the selections are made, click the Save button.

<figure><img src="/files/6tto26RVwuLgMVLehKu8" alt=""><figcaption><p>Save</p></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://docs.boomerangme.cards/push-notifications/how-it-works.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.
