The documentation for the Slack publisher states that the render-message function can return one more blocks per the Slack documentation for Block Kit. I have not been able to send blocks and a quick review of the code shows that the publisher only sends the :text JSON key while, per the Slack Block Kit documentation, block support requires the :blocks key. While the :text key supports markdown, it does not support Blocks.