Immediately send a 200 OK message to acknowledge successful receipt of an app action. You should use respond_to_app_action to send a composed response. More information at https://api.slack.com/actions
This operation has no parameters
Immediately send a 200 OK message to acknowledge successful receipt of an interaction. In addition, you can use post_message_to_interaction to send a composed response. More information at https://api.slack.com/messaging/interactivity/enabling
This operation has no parameters
Immediately acknowledge successful receipt of a slash command. The default behavior is to send back the command invoked in_channel. More information at https://api.slack.com/slash-commands#responding_to_commands
This operation has no parameters
Returns the request payload from a webhook event, if available.
Post a message to the configured channel for a Slack app's incoming webhook. More information at https://api.slack.com/incoming-webhooks
Type: STRING
Optional attachments to add to the response.
Type: ARRAY
Optional blocks to add to the response.
Type: ARRAY
Either in_channel or ephemeral.
Type: STRING
Message to display in response to the action invocation in Slack.
Type: STRING
Add the ts parameter from the relevant message to make this appear as a reply in a thread.
Type: STRING
Add a response to an invoked app action. For responses to interactive components (buttons, forms, etc), see the respond_to_interaction operation. By default, the response_type is ephemeral. More information at https://api.slack.com/actions
The http_event object received in the webhook.
Type: OBJECT
Optional attachments to add to the response.
Type: ARRAY
Either in_channel or ephemeral. Default is ephemeral.
Type: STRING
Message to display in response to the action invocation in Slack.
Type: STRING
Add a composed response to an interaction. For responses to app actions, see the respond_to_app_action operation. By default, the response will replace the original response. More information at https://api.slack.com/messaging/interactivity/enabling
The http_event object received in the webhook.
Type: OBJECT
Optional attachments to add to the message.
Type: ARRAY
Optional blocks to add to the message.
Type: ARRAY
If true, and if delete_original is the only property, the entire response will be deleted. If a new message is included, the original will be replaced by the new message.
Type: BOOLEAN
If true, replaces the content of the original response.
Type: BOOLEAN
Either in_channel or ephemeral.
Type: STRING
Message to post in Slack.
Type: STRING
Add a response to an invoked slash command. By default, the response_type is ephemeral. More information at https://api.slack.com/slash-commands#responding_to_commands
The http_event object received in the webhook.
Type: OBJECT
Optional attachments to add to the response.
Type: ARRAY
Optional blocks to add to the message.
Type: ARRAY
Either in_channel or ephemeral. Default is ephemeral.
Type: STRING
Message to display in response to the command invocation in Slack.
Type: STRING