• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Telegram to Twitter not working

Kaamyabi

Member
I am triggering a messaging using a PHP script to my Telegram channel. I need to get it posted on Twitter. When i trigger the message using PHP below code, nothing is posted on twitter but if i manually type the message in the Telegram channel it get posted. Any help is appreciated.

$telegramURL = "https://api.telegram.org/bot{$botToken}/sendMessage?chat_id={$chatID}&text=" . urlencode($message) . "&parse_mode=HTML";
$response=file_get_contents($telegramURL); // This sends the message
 

ArshilAhmad

Moderator
Staff member
Hi @Kaamyabi,

You can only capture messages posted in a Telegram channel/group when they are posted by a human, as demonstrated in the attached video below. Your workflow will not be triggered when the message is posted through any other means.
 
Top