E-mail -> Pabbly -> Telegram page

Status: Open · Asked by sportinvest on · 0 views

sportinvest — Question ·

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?

sportinvest — Reply ·

And also how to forward from a chat conversation in telegram from a single user to a page anytime he send something
thanks

Arshil Ahmad — Reply ·

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

youtube.com/watch?v=dhTiB4h9lKg

youtube.com/watch?v=oFvzL6iaDAI

Arshil Ahmad — Reply ·
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.

Back to all forum threads · Log in to reply