You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically when a slash command is triggered, a webhook is called. But in Slack's Message Visibility, I need to include response_type: in_channel to broadcast the message.
Based on this, I would like to broadcast a message in the channel how can I do that?
The text was updated successfully, but these errors were encountered:
It looks like you want to include JSON in your webhook response. Look at the include-command-output-in-response and response-headers webhook properties. Your script will need to output JSON, and you'll likely need to send a Content-Type: application/json in the response headers.
So basically when a slash command is triggered, a webhook is called. But in Slack's Message Visibility, I need to include
response_type: in_channel
to broadcast the message.Based on this, I would like to broadcast a message in the channel how can I do that?
The text was updated successfully, but these errors were encountered: