Advanced Configuration
Notification Parameters
Basic payload
- To send a payload you need to know the webchat client sessionuuid
- You may send any combination of message and client configuration in a single payload
Sending a message
To send a message add webchat_message
to the webchat
object
webchat_agent
is optional (Default : 'Agent')
webchat_message.type
( text / markdown / html )
Sending a message with custom agent name
Add webchat_agent
to the webchat
object
webchat_agent
is optional (Default : 'Agent')
Sending a form
form_name
is used as a unique identifier
Sending client settings
To update client settings add webchat_client_configuration
to the webchat
object
Available settings :
default country code
Sets the default country code for any fields requiring country specific entries
switching
Enables users to switch between different communication platforms, providing the option to continue conversations on alternative channels directly from the webchat.
switching return
When a user selects a platform and submits their details the following payload will be sent to the stub
file upload
Allow file uploading with messages.
voice notes
Allow user to send voice notes instead of messages