Open Dialog
GET {{baseUrl}}/dialog.open?dialog=<>&trigger_id=<>
Open a dialog with a user
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dialog | string | The dialog definition. This must be a JSON-encoded string. | |
trigger_id | string | Token used to trigger the permissions API |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | Authentication token. Requires scope: chat:write |