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

# Push automation

Push automation allows you to automate specific push notifications to be sent to the customers. For instance, if you need to wish a specific customer their birthday, or you need to collect feedback at a specific time interval. Let us learn how to use push automation.

> **Digital Wallet > Left-Hand Menu > Push**

1\. Follow the workflow mentioned above to land on the Push notifications screen.

2\. From the tabs listed atop the screen, click Push Automation. This takes you to the Push Automation screen.

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

3\. Here, use the Card dropdown to select the card for which you want to setup push automation.

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

4\. As a selection is made, all events for push automation are displayed via separate tiles. You can use the toggle button at the top-right corner of each tile to enable/disable the automation for that specific event.

<figure><img src="/files/6oT3958SfiPAVrPLgs2T" alt=""><figcaption></figcaption></figure>

5\. Record the message you want to be displayed in the push notification using the Message field.

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

6\. Using the next field, you can set the number of hours upon visit after which the push notification for feedback is sent.

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

7\. As the selections are made, click the Save button.

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

8\. The rest of the automations can be setup in a similar manner for Next Visit Reminder and Birthday Congratulations.

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

<figure><img src="/files/np9Tcq11kOfWCIeZNDZH" 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.digitalwallet.cards/push-notifications/push-section/push-automation.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.
