Share
The Share action allows you to trigger the device's native share dialog, enabling users to share text-based content through installed apps such as messaging, email, or social media platforms.
Use Cases
Sharing referral codes or invite links.
Allowing users to share a summary or article.
Promoting content through user-generated shares.
Properties
message
(Required) The message content to share.
subject
An optional subject line to include in supported platforms like email.
Default Behavior
When triggered, the action opens the device's share sheet with the provided
message
and optionalsubject
.The user can select an app to share through.
How to Use
Attach the action to a widget event (e.g., button tap).
Select Share from the action list.
Enter the
message
to be shared.Optionally include a
subject
if supported by the sharing target.
Last updated