slack - webhooks - send image slack - webhooks - send image curl curl

slack - webhooks - send image


With incoming webhooks you can only send image_url which means you need to have that image available online somewhere first.

If you want to "upload" image and send it from server locally you will need Slack Web API and files.upload method. That requires a few more steps to get working tho