@wildix/xbees-kite-client > RouteNotifyMessage
RouteNotifyMessage interface
Signature:
export interface RouteNotifyMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | Identifier of the chatbot from whom the message will be sent. | ||
string | undefined | (Optional) Identifier of the channel where message should be sent. | ||
string | Email content to be sent to the recipient. Can include variables for generative variables. | ||
string | undefined | (Optional) Identifier of the user who should receive the message. | ||
(RouteGenerativeVariable)[] | undefined | (Optional) List of generative variables that can be used to customize the email message content. |