- 13 Nov 2024
- 2 Minutes to read
- Print
- DarkLight
RelayMessageAction
- Updated on 13 Nov 2024
- 2 Minutes to read
- Print
- DarkLight
The Relay Message action is used to trigger a Relay message to one or more users. This is a messaging only action and requires the user to have been previously onboarded to Relay.
Relay Message Action Dialog
Action Input Values
Name | Description |
---|---|
Label | The label of the action which is displayed within the main flow layout. |
API Name | The unique API Name of this flow action. |
Description | Optional description of this action. |
Relay Client ID | This optional field is used to identify the Relay Client ID in a multi-client setup. The majority of configuration will not be a multi-client setup. See: Multiple Relay Clients in a Single Org |
Send via Future | This value determines if the Relay Messaging Action should use a future when making the callout to Relay. Sending in a future is useful to prevent any slowdown in processing of the flow's primary logic.
Valid values are:
|
Batch Request | Either this value or the Single Request value or both must be provided.
|
Single Request | Either this value or the Batch Request value or both must be provided.
|
Dynamic input_ variable names | Optional. A flow variable resource with Data Type of Text and the Allow multiple values (collection) option checked. The resource collection should have been previously populated with a list of fields names. These field names will be used by this action to retrieve their values. The record, whose values will be retreived from, is identified by the id field provided in the Batch Request or Single Request resource. See: Relay Dynamic Inputs |
Trigger ID | Optional. Identifies the Relay message to be sent to the specified user(s). If no value is provided, then the Trigger ID must have been provided within the Batch Request or Single Request resource. The Trigger ID is defined within the Relay CXB Web Application. See: Locating the Relay Trigger ID |