Slack. Web. Dialog
(SlackKit v1.0.0-alpha.0)
View Source
Summary
Functions
Open a dialog with a user
Functions
Open a dialog with a user
API reference
Rate limit: Tier 4: 100+ per minute
Scopes: No scopes required
Required Params
dialog- The dialog definition. This must be a JSON-encoded string.trigger_id- Exchange a trigger to post to the user. ex:12345.98765.abcd2358fdea
Errors the API can return:
app_missing_action_url- The app associated with the used token doesn't have a Action URL configured in its interactive components settings.cannot_create_dialog- Something exceptional occurred and the dialog could not be created.failed_sending_dialog- Something exceptional occurred and the dialog could not be sent.invalid_trigger- The providedtrigger_idis invalid or cannot be used by this token.missing_dialog- Nodialogargument was presented.missing_trigger- Notrigger_idargument was presented.trigger_exchanged- The providedtrigger_idhas already been exchanged.trigger_expired- The providedtrigger_idwas presented after the 3 second limit.validation_errors- The provideddialogcould not be validated.
See the Common Errors guide for errors returned by every Web API method.