Skip to content Skip to footer

Send Chat Message

This node type sends a chat message to the customer.

The following parameters can be set:

ParameterHow many?TypeDescription
Message1StringThe chat message to send initially to the customer, when they start a web chat. If required, this might include a URL.

Note: If required, this parameter for can be set to User-configurable so that it can accept a value specified by a company administrator using the Administrator Portal. For more information, see Adding user-configurable values.
Delay0 or 1IntegerThe number of seconds delay to apply before sending the chat message to the customer. This timer on the chat message sent back to the customer ensures a more-natural pause between the customer asking and the system responding. The default is one second.

Note: If required, this parameter for can be set to User-configurable so that it can accept a value specified by a company administrator using the Administrator Portal. For more information, see Adding user-configurable values.
Whisper0 or 1BooleanWhether or not this chat message is sent only to the agent.If this parameter is present and is set to True, only the agent will see this chat message. Otherwise, the message will be sent to both the agent and the customer (remote webclient).

Note: If required, this parameter for can be set to User-configurable so that it can accept a value specified by a company administrator using the Administrator Portal. For more information, see Adding user-configurable values.

The following branches can be taken:

BranchHow many?Description
Next1The branch to take if the chat message was sent successfully.
Error1The branch to take if the message send failed.