Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Show notification ​

Show a notification to the user (like the notifications you see on your phone or desktop).

This is useful for reminders and status updates, especially if the user switches to another app or tab.

Add the action ​

  1. In Interface, open a workflow.
  2. Click + Add an action.
  3. Go to PWA.
  4. Select Show notification.

Configuration ​

SettingWhat it does
TitleThe main notification title (required).
BodyExtra text shown under the title.
Icon URLSmall icon shown in the notification.
Image URLLarger image shown in the notification (when supported).
TagA label used to group/replace notifications (for example, to avoid duplicates).
DataExtra data to attach to the notification (useful for advanced flows).
Vibration patternA vibration pattern in milliseconds (mainly on mobile).

Permission is required

Notifications only work after the user allows them.

If the user blocks notifications, the action won’t be able to show anything.

Example: notify when an upload finishes ​

  1. Run your upload action.
  2. In the success path, add Show notification.
  3. Set:
    • Title: Upload complete
    • Body: Your file is ready.

Common pitfalls ​

I don’t see the notification ​

Check:

  1. Your browser/device notification permissions.
  2. Whether you’re testing on a supported browser/device.

CONTINUE LEARNING

Learn how to debug workflow runs and see what happened.

Intro to debugging →