dialog open

GET {{baseUrl}}/dialog.open?dialog=<string>&trigger_id=<string>

Open a dialog with a user

Request Params

KeyDatatypeRequiredDescription
dialogstring(Required) The dialog definition. This must be a JSON-encoded string.
trigger_idstring(Required) Exchange a trigger to post to the user.

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: none

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}