# Send a Push Notification

The 'Send a Push Notification' workflow action allows you to send a customized notification (powered by the [In App Notifications](/notifications/notifications.md)) to any of your app's users.

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

#### Setup 'Send a push notification' action

To send a push notification to a user, you need to configure a few fields:

* **Icon or Icon Link** You can specify the icon that's used in the notification, this could be a dynamic profile picture or logo, or one of Noloco's built-in icons
* **Message** Set the text of the notification, this will appear in the notification centre and the notification popup. You can use dynamic text from the trigger or previous steps if necessary.
* **Link** Control where your users are taken to when the notification is clicked on. To bring them to a page in the app make sure the link starts with `/` like `/projects`
* **Users** Finally, specify the user or users that should be sent the notification

#### Examples of workflow-powered push notifications

As per the example above, you could send a notification to the lead of a project when the status is changed, or if they have been assigned a task on the project, or been made the lead of the project


---

# 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://guides.noloco.io/workflows/workflows/send-a-push-notification.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.
