I have 500+ members in my Telegram group that have subscribed to my service via SuperProfile. Every time a user’s subscription ends, I want to be able to send a mail to the user informing them about the same. I have multiple Telegram groups so I needed to add a filter step to only send the mail for the specific product.
I have first used the SuperProfile trigger to check if Subscription Expired for an integrated group or not.
After this, I use a GET Webhook to get the specific name of the telegram using the chat ID and URL of the specific telegram group. Then I added another layer of filter just to confirm if the name of the group that was fetched in the previous step is matching the right name or not.
After that, I finally send the user the email.
The issue I am facing is that the first trigger itself is not getting triggered, even though subscriptions of 2 users got expired today. Where am I going wrong? There’s no way to troubleshoot this since the first trigger itself did not run.






