Hey dear community,
I have an automation that is sending outputs from a Make a request module (that performs a call to a custom chatbot) into slack with a Create message module.
My current challenge is formatting the current AI Generated content from the module correctly, so for the final user reading, the text is visually appealing.
I’ve seen other thread on similar topics, but not addressing this specific scenario where Slack’s input is AI generated content in markdown or html.
Here are a few images on the automation:
This is how the output should look like:
I have tried the markdown option on slack.
My first attempt was with just the two modeules together:
Then I tried using Html to markdown. And Markdown to html. And different combinations of those, unsuccessfully.
The only way I got a nice formatted output was with gmail as the final module, converting markdown to html. But I couldn’t find the way to replicate this on slack.
Thank you so much for the help!