/dialog.open
GET
/dialog.openOpen a dialog with a user
Request
Query Params
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.
Header Params
token
string
required
Authentication token. Requires scope: none
Request samples
Responses
Typical success response is quite minimal.(200)
Typical error response, before getting to any possible validation errors.(500)
Typical success response is quite minimal.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Exampleresponse
{
"ok": true
}
Last modified: a year ago