Send Slack Message via Channel
POST https://slack.com/api/chat.postMessage
Request Body
{"channel"=>"C03TU867Z6U", "text"=>"*Here is your dose of top Hackernews stories :newspaper: :*\n\n 1. <{{story1.url}}|{{story1.title}}> \n 2. <{{story2.url}}|{{story2.title}}> \n 3. <{{story3.url}}|{{story3.title}}> \n 4. <{{story4.url}}|{{story4.title}}> \n 5. <{{story5.url}}|{{story5.title}}>\n"}
RESPONSES
status: OK
{"ok":true,"channel":"C03TU867Z6U","ts":"1660153744.710649","message":{"bot_id":"B03T1HWDF7X","type":"message","text":"*Here is your dose of top Hackernews stories:*\n\n 1. \u003chttps://news.ycombinator.com/item?id=undefined|{{story1.title}}\u003e \n 2. \u003chttps://news.ycombinator.com/item?id=undefined|{{story2.title}}\u003e \n 3. \u003chttps://news.ycombinator.com/item?id=undefined|{{story3.title}}\u003e \n 4. \u003chttps://news.ycombinator.com/item?id=undefined|{{story4.title}}\u003e \n 5. \u003chttps://news.ycombinator.com/item?id=undefined|{{story5.title}}\u003e\n 6. \u003chttps://news.ycombinator.com/item?id=undefined|{{story6.title}}\u003e","user":"U03SXU1NX1U","ts":"1660153744.710649","app_id":"A03SWNHJS6S","team":"T02G7V5JE","bot_profile":{"id":"B03T1HWDF7X","app_id":"A03SWNHJS6S","name":"Hacker News Stories","icons":{"image_36":"https://avatars.slack-edge.com/2022-08-10/3945129905552_d41164430c63c7014108_36.png","image_48":"https://avatars.slack-edge.com/2022-08-10/3945129905552_d41164430c63c7014108_48.png","image_72":"https://avatars.slack-edge.com/2022-08-10/3945129905552_d41164430c63c7014108_72.png"},"deleted":false,"updated":1660142099,"team_id":"T02G7V5JE"},"blocks":[{"type":"rich_text","block_id":"BxWq","elements":[{"type":"rich_text_section","elements":[{"type":"text","text":"Here is your dose of top Hackernews stories:","style":{"bold":true}},{"type":"text","text":"\n\n 1. "},{"type":"link","url":"https://news.ycombinator.com/item?id=undefined","text":"{{story1.title}}","unsafe":true},{"type":"text","text":" \n 2. "},{"type":"link","url":"https://news.ycombinator.com/item?id=undefined","text":"{{story2.title}}","unsafe":true},{"type":"text","text":" \n 3. "},{"type":"link","url":"https://news.ycombinator.com/item?id=undefined","text":"{{story3.title}}","unsafe":true},{"type":"text","text":" \n 4. "},{"type":"link","url":"https://news.ycombinator.com/item?id=undefined","text":"{{story4.title}}","unsafe":true},{"type":"text","text":" \n 5. "},{"type":"link","url":"https://news.ycombinator.com/item?id=undefined","text":"{{story5.title}}","unsafe":true},{"type":"text","text":"\n 6. "},{"type":"link","url":"https://news.ycombinator.com/item?id=undefined","text":"{{story6.title}}","unsafe":true}]}]}]},"warning":"missing_charset","response_metadata":{"warnings":["missing_charset"]}}