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

Property
Description

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 optional subject.

  • The user can select an app to share through.

How to Use

  1. Attach the action to a widget event (e.g., button tap).

  2. Select Share from the action list.

  3. Enter the message to be shared.

  4. Optionally include a subject if supported by the sharing target.

Last updated