# Send a Push Notification

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

<figure><img src="https://319575345-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifpIQWu0HCVYAt51oT%2Fuploads%2Fgit-blob-5a64c45e84b31fb8021c36ed5a2724cb5e9fbdaf%2Fworkflow-powered-notifications.png?alt=media" 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
