Tasks
Send Template Message
Allows sending various message types to a Template Context
Basic usage
The below task can be used to show a toast notification message on the template for anyone actively working on it.
Parameters
required string
templateuuid UUID of the template to send the message to : ~~template.templateuuid
required string
context Any of the contexts of the template the message should be sent to.
For example, default
, _create
, _manage
, _setup
, etc.
required object
payload Payload object containing the message data to be sent to the template.
Show child attributes
optional string
broadcast_message These messages are shown as toast notifications on the template for anyone actively working on it.
optional string
redirect Only supported on the _setup
context.
This can be used to redirect the user to a custom URL during template booting.