REST APISlack
Remove a Slack user mapping
Future captures from this Slack user are attributed to nobody until re-mapped. Requires `org:settings:write`.
Future captures from this Slack user are attributed to nobody until re-mapped. Requires org:settings:write.
Authorization
bearerAuth AuthorizationBearer <token>
A session access token or a personal access token.
In: header
Path Parameters
slackUserId*string
Response Body
curl -X DELETE "https://example.com/integrations/slack/users/string/map"Empty
Empty
Slack interactivity webhook POST
Called by Slack when the capture modal is submitted. Signature-verified like the command webhook. Unknown payload types are acknowledged and ignored.
Update the Slack connection PATCH
Sets or clears the default project that `/task` captures route to. Requires `org:settings:write`.