send Slack msg with image

POST {{slack_webhook}}

Request Body

{"text"=>"{{message}}", "attachments"=>[{"fallback"=>"{{message}}", "image_url"=>"{{imgUrl}}", "footer"=>"via Postman Flows"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring