Skip to main content

@wildix/xbees-kite-client > RouteNotifyMessage

RouteNotifyMessage interface

Signature:

export interface RouteNotifyMessage 

Properties

Property

Modifiers

Type

Description

botId

string

Identifier of the chatbot from whom the message will be sent.

channelId?

string | undefined

(Optional) Identifier of the channel where message should be sent.

text

string

Email content to be sent to the recipient. Can include variables for generative variables.

userId?

string | undefined

(Optional) Identifier of the user who should receive the message.

variables?

(RouteGenerativeVariable)[] | undefined

(Optional) List of generative variables that can be used to customize the email message content.