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
{}{ "token": "string", "team_id": "string", "channel_id": "string", "user_id": "string", "command": "string", "text": "string", "response_url": "string"}Try it out
Loading...
Output:
Responses
Description
Command processed
{ "response_type": "string", "text": "string"}Description
Invalid command
Description
Invalid token
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