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
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required
description
string
slack_user_id
string
required

the 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