RyTask docs
REST APISlack

Slack interactivity webhook

Called by Slack when the capture modal is submitted. Signature-verified like the command webhook. Unknown payload types are acknowledged and ignored.

View as MarkdownOpen in ChatGPTOpen in Claude
POST
/integrations/slack/interactivity

Called by Slack when the capture modal is submitted. Signature-verified like the command webhook. Unknown payload types are acknowledged and ignored.

Request Body

application/x-www-form-urlencoded

TypeScript Definitions

Use the request body type in TypeScript.

Slack's interactivity payload (payload JSON field).

Response Body

curl -X POST "https://example.com/integrations/slack/interactivity" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty