send Slack msg with image
POST {{slack_webhook}}
Request Body
{"text"=>"{{message}}", "attachments"=>[{"fallback"=>"{{message}}", "image_url"=>"{{imgUrl}}", "footer"=>"via Postman Flows"}]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
Content-Type | string |