1. Notification Parameters
  2. Sending a Form message

Notification Parameters

Sending a Form message

form_name is used as a unique identifier

        {
  "webchat_message_with_form": {
    "platforms": {
      "webchat": {
        "sessionuuid": "~~stub.data._incoming_webchat_data.sessionuuid",
        "webchat_message": {
          "type": "form",
          "value": {
            "form_name": "my_form",
            "initial_form": {
              "spec": {
                "fields": "~~actionDef.fields"
              }
            },
            "display": {
              "submit_button": {
                "label": "Submit 2",
                "resubmit": true
              }
            }
          }
        }
      }
    }
  }
}