Skip to content

POST   /integrations/slack/command

Handle Slack slash command

Webhook endpoint for Slack slash commands. This endpoint is publicly accessible and validates requests using Slack's request signature verification mechanism.

Request Body

{}

Try it out

Loading...

Output:

Responses

Description

Command processed

{
"response_type": "string",
"text": "string"
}

Route Source Code

Check out the source code for this route entrypoint here: /integrations/slack/command/route.ts

Or the swagger.yaml spec this documentation was generated from: /integrations/slack/swagger.yaml