Create a Request [Slack Automations]
Shorthand route for when using Slack Automations.
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
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_direct_link")
An optional array containing data attached to the request. Each item must include either "uid" (native input) or "label" (arbitrary input), plus "value".
A custom form input item for request creation. Either "label" (arbitrary input) or "uid" (native input from service configuration) must be provided.
- Arbitrary input (by label)
- Native input (by uid)
Response
Request created

