1. Notification Parameters
  2. Basic Payload

Notification Parameters

Basic Payload

Explains the basic Webchat notification payload. Useful for structuring messages and browser client instructions sent from Stubber actions.

  • 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
        {
  "message_out_webchat": {
    "platforms": {
      "webchat": {
        "sessionuuid": "~~stub.data.heimdall.webchat.sessionuuid",
      }
    }
  }
}