dialog open
GET {{baseUrl}}/dialog.open?dialog=<string>&trigger_id=<string>
Open a dialog with a user
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dialog | string | (Required) The dialog definition. This must be a JSON-encoded string. | |
trigger_id | string | (Required) Exchange a trigger to post to the user. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: none |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}