I am currently building various solutions in AI and Automation. I have found that one of the most essential parts of any business is marketing, but marketing as a solopreneur takes time and can be very tedious. Rome was not built in a day. The same goes for building a brand; it takes consistent effort. One of the modern ways to build a brand today is Social media.
Cross-posting on various social media can be exhausting, so I created an automated workflow to post across the three social media platforms (X, BlueSky, and Mastodon) using Telegram.
These are the quick steps I followed using n8n.io:
- Created a Telegram Group Chat.
- Created a Telegram bot and added it to the channel.
- Used the bot to get the channel ID, which I used to restrict my Trigger to a single channel.
- Created a “Telegram Trigger” in n8n that triggers when I post on the channel.
- For X: Created a Project and App on X, added credentials to n8n, then created an X action node that comes with n8n.
- For Bluesky: I created an App password, used it to make a session creation Action node, which feeds into a the HTTP Request Node to send a post to Bluesky.
- For Mastodon: I created an app and used its access token to send a post to my Mastodon account using an HTTP Request node.
- Then I activated the Workflow and tested.

Thank for reading kindly keep up to date with my projects at