Introduction
Use this route if you’re plugging the request submission using Slack Automation. This avoid you having to fetch the user UIDs and instead directly use Slack User IDs. A sample project interacting with this API is available here.Usage
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
the Slack User ID of the requester
please use "slack_direct_link" instead
An optional link referencing a Slack message
the Slack Channel ID (not needed if you use "slack_message_link")
An optionnal array containing data attached to the request
Response
Request created