Request
Create a Request [Slack Automations]
Shorthand route for when using Slack Automations.
POST
/
v1
/
requests
/
slack
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.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
title
string
requireddescription
string
slack_user_id
string
requiredthe Slack User ID of the requester
slack_message_link
string
An optional link referencing a Slack message
slack_channel_id
string
the Slack Channel ID (not needed if you use "slack_message_link")
custom_form_inputs
object[]
An optionnal array containing data attached to the request
Response
201 - application/json
result
object