E-mail -> Pabbly -> Telegram page
Status: Open · Asked by sportinvest on · 0 views
Hello, I am looking for any ideas.
I need to forward a part of the content (not the entire content) from an email to a Telegram page (I am the admin) when arrives from a certain sender.
Is there anything I can do?
And also how to forward from a chat conversation in telegram from a single user to a page anytime he send something
thanks
Hey @sportinvest,
Hello, I am looking for any ideas.
I need to forward a part of the content (not the entire content) from an email to a Telegram page (I am the admin) when arrives from a certain sender.
The use case you are describing is possible only if there is a certain pattern in your email or if it contains a specific value which you can use to extract the content you want.
- Set up Email Parser as your trigger application to capture the emails received.
- Add a Filter to your workflow to specify the sender.
- Use Text Parser to extract the relevant content.
- Set up Telegram as the action app to send the message.

youtube.com/watch?v=BVeI7GtDU0w
And also how to forward from a chat conversation in telegram from a single user to a page anytime he send something
thanks
We can only capture messages from a particular group or channel, so this use case is not possible.