Send Notification

The Send Notification action sends a push notification to one or more users from the server. This is useful for alerting users, sending reminders, or notifying about workflow events directly to their devices.

Properties and Explanation

Notification Title: Enter the title of the notification. This will appear as the main heading in the push notification.

Notification Body: Enter the body text of the notification. This is the main message content that users will see.

Receiver User Ids: Specify the user IDs of the recipients. Enter one or more user IDs, separated by commas, to send the notification to multiple users at once.

  • The action sends the notification to all specified user IDs with the given title and body.

  • Use this action to keep users informed and engaged with real-time updates from your application.

Full Configuration Example

Below is a screenshot of the Send Notification action configuration, showing all properties set for notification title, body, and receiver user IDs:

  • In this example, a notification is sent to the selected users with the specified title and message.

  • When the action is triggered, the push notification is delivered immediately to the recipients.

Last updated