Send message to slack
POST https://slack.com/api/chat.postMessage
Request Body
{"channel"=>"{{slack_channel_id}}", "blocks"=>[{"type"=>"section", "block_id"=>"section567", "text"=>{"type"=>"mrkdwn", "text"=>"*{{title}}* \n\n *Tags:* {{tags}} \n *Read time:* {{readTime}} minute(s) \n *Source:* {{source}}"}, "accessory"=>{"type"=>"image", "image_url"=>"{{image}}", "alt_text"=>"{{title}} image"}}, {"type"=>"actions", "elements"=>[{"type"=>"button", "text"=>{"type"=>"plain_text", "text"=>"Read now ➡️", "emoji"=>true}, "url"=>"{{link}}", "action_id"=>"button-action"}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"ok":true,"channel":"C03M57D3T37","ts":"1656310707.741859","message":{"bot_id":"B03M84TDMJP","type":"message","text":"This content can't be displayed.","user":"U03MXUMGURE","ts":"1656310707.741859","app_id":"A03M839H2BV","team":"T02G7V5JE","bot_profile":{"id":"B03M84TDMJP","app_id":"A03M839H2BV","name":"Tech News Bot","icons":{"image_36":"https://a.slack-edge.com/80588/img/plugins/app/bot_36.png","image_48":"https://a.slack-edge.com/80588/img/plugins/app/bot_48.png","image_72":"https://a.slack-edge.com/80588/img/plugins/app/service_72.png"},"deleted":false,"updated":1656310352,"team_id":"T02G7V5JE"},"blocks":[{"type":"section","block_id":"section567","text":{"type":"mrkdwn","text":"Anime-Style Blender Animations by Yasuda Gensho \n *Tags:* \n game-design \n *Read time:* 1 minute(s)","verbatim":false},"accessory":{"type":"image","image_url":"https://res.cloudinary.com/daily-now/image/upload/f_auto,q_auto/v1/posts/59363e30c978790768ca55b1d465e085","alt_text":"Anime-Style Blender Animations by Yasuda Gensho image"}},{"type":"actions","block_id":"7zP7H","elements":[{"type":"button","action_id":"button-action","text":{"type":"plain_text","text":"Read now :arrow_right:","emoji":true},"url":"https://api.daily.dev/r/W8vy76DIm"}]}]}}