You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried it on a clone of the repo and by just adding a string property Blocks I managed to send a nice looking message. Perhaps building the json string is another tool's responsibility. Here I just need the Blocks to be serialized with the rest of the message.
How about support for Blocks?
This is the description for Attachments in the Slack API:
"An array of legacy secondary attachments. We recommend you use blocks instead."
First level of support could be just sending the JSON string to the API? That is, adding Blocks to the Message.
https://api.slack.com/block-kit/building
The text was updated successfully, but these errors were encountered: