Appearance
Share ​
Open your user’s native share menu (for example on iOS or Android), so they can share a link through apps like Messages, Mail, or Slack.
This action is found in PWA because it’s mainly used in mobile app-like experiences.
Add the action ​
- In
Interface, open a workflow. - Click
+ Add an action. - Go to
PWA. - Select
Share.
Configuration ​
| Setting | What it does |
|---|---|
Title | The title shown in the share dialog. |
Text | Optional message to include with the share. |
URL | The link you want the user to share. |
What to share
Most of the time, you’ll share the current page URL or a link to a specific item (like an order, a product, or an invite link).
Example: share an invite link ​
- Add
Share. - Set:
Title:Invite to my workspaceText:Join my workspace using this link.URL: Your invite link (for example a bound value from a variable)
Common pitfalls ​
Nothing happens when I run Share ​
Sharing depends on the user’s device and browser. If sharing isn’t supported, the share menu may not open.
If possible, test on a real mobile device.

