How can I format Flow messages for Slack?

Solved

How can I format Flow messages for Slack?

specklefarms
Excursionist
36 1 11

Is there a way to format messages sent from Flow to Slack? I tried using the <b></b> tag to bold text, but it treated the tag as text.

Accepted Solution (1)

ryan_i
Shopify Staff
22 5 8

This is an accepted solution.

Flow does allow formatting messages with the Slack action - Slack's API docs have the details with examples. So to bold the text, you can use:

*text to bold*

 Thanks for the question!

- Finding Flow useful? Leave us a review.
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.

View solution in original post

Replies 2 (2)

ryan_i
Shopify Staff
22 5 8

This is an accepted solution.

Flow does allow formatting messages with the Slack action - Slack's API docs have the details with examples. So to bold the text, you can use:

*text to bold*

 Thanks for the question!

- Finding Flow useful? Leave us a review.
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
specklefarms
Excursionist
36 1 11

That worked! I'll leave a screenshot for anyone else needing a reference. I'm bolding the text in this example.

Screen Shot 2023-11-30 at 5.11.24 PM.png