Send weather to Slack
POST {{slackWebhookUrl}}
Request Body
{"username"=>"weatherbot", "icon_emoji"=>":earth_africa:", "attachments"=>[{"fallback"=>"{{title}}", "title"=>"{{title}}", "text"=>"{{body}}", "thumb_url"=>"{{imageUrl}}", "color"=>"#7CD197"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |