You are here:
Show Toast Message Action
Shows a brief message window on the user's page. The message can include links to external content.
Required Editions
In Flow Builder, add an action element to your flow. In the New Action window, search for Toast, and then select Show Toast Message.
Set Input Values
Use values from earlier in the flow to set the inputs for the action.
| Input Values | Description |
|---|---|
| Dismissal Method | Required. Specifies how the user can remove the toast message after reading it. Valid values are:
|
| Toast Message Style | Required. Specifies the type of message to show. Valid values are:
|
| Toast Message Title | Required. The title of the message. |
| Toast Message Body | Optional. The body of the message. Use the resource picker to insert values from earlier in the flow into the body. |
Add Links
To use a link in the toast message body, enter {key}, where key is an identifier of your choosing. The configuration panel shows a link configuration for each unique key.
You're only required to fill in the fields listed in this section if you're using one or more link keys.
| Field | Description |
|---|---|
| Display Text | Required. Specifies the text to show in the message body. |
| URL | Required. Specifies the URL to open in a new window. |
Considerations
- A single action element can show only one toast message. To show multiple messages, create multiple elements.
- A maximum of three toast messages can show on the screen at any one time. If your flow can potentially show four or more messages at one time, later messages don't show up until the user dismisses earlier messages.

