• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How do I send emails formatted properly to a Slack channel?

jonbstrong

Member
I was wondering if there is a way to take the contents of an email forwarded to Pabbly and format it properly to send to a Slack channel.

That means that the email body needs to be converted to markdown.

Cloud Convert is a service that connects to Pabbly that does this but it requires that a file be sent to it and it also outputs a file.

1642170871506.png


At the moment, I can't see how a file can be created, nor do I see how it can be converted back into the text required to send on to Slack.

Does the Pabbly team have any suggestions
 
P

PabblyMember3

Guest
We've tried to put the converted markdown of the email content that has been received in email parser step from here: https://codebeautify.org/html-to-markdown to slack. Unfortunately, Slack didn't support that as it uses slightly different markdown syntax for e.g. links in slack can be passed like <https://www.pabbly.com|Pabbly> where as other markdown syntax supports [Pabbly](https://www.pabbly.com)

Read more about their syntax here: https://api.slack.com/reference/surfaces/formatting

If you find any tool to convert HTML to Markdown that will also not be helpful because of the limited support of Markdown syntax in Slack.

It is better to manually create the message in Slack action with dynamic values.
 
Top