drone-plugins / drone-slack

Drone plugin for sending Slack notifications
http://plugins.drone.io/drone-plugins/drone-slack
Apache License 2.0
61 stars 80 forks source link

(feat) adds access token auth & custom slack blocks #157

Closed eoinmcafee00 closed 1 year ago

eoinmcafee00 commented 1 year ago

https://api.slack.com/block-kit

donny-dont commented 1 year ago

How are the blocks going to be used? What's the end result if I used a custom block?

eoinmcafee00 commented 1 year ago

How are the blocks going to be used? What's the end result if I used a custom block?

They are a UI framework built into slack for building more advanced messaging visuals for apps: https://api.slack.com/block-kit

donny-dont commented 1 year ago

How are the blocks going to be used? What's the end result if I used a custom block?

They are a UI framework built into slack for building more advanced messaging visuals for apps: https://api.slack.com/block-kit

Ah okay I wasn't familiar with them. I initially thought it was something around adding custom JSON values to a template.