Perform a post action
POST/posts/:post_id/actions/:action_id
Perform a post action, which allows users to interact with integrations through posts.
Permissions
Must be authenticated and have the read_channel permission to the channel the post is in.
Request
Responses
- 200
- 400
- 401
- 403
Post action successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions