Send a message to a channel using Slack
POST https://hooks.slack.com/services/{{webhook_key}}
Request Body
{"text"=>"{{simple_message}}", "channel"=>"{{channel_name}}"}
RESPONSES
status: OK
"ok"
POST https://hooks.slack.com/services/{{webhook_key}}
{"text"=>"{{simple_message}}", "channel"=>"{{channel_name}}"}
status: OK
"ok"