Create a Request [Slack Automations]
Shorthand route for when using Slack Automations.
POST
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
Response
201
application/json
Request created
The response is of type object
.