• 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

How to check for active Stripe subscription upon a new ZendDesk ticket?

When a new Zendesk help desk email is received, I want to automatically look up to see if the email has an specific active Stripe subscription and if they do, perform an action. If they do not, perform a different action.

When looking up a Stripe customer via the Stripe integration, the subscription data seems to be jumbled into JSON data. When Data Transforming the JSON, its not easy to determine if a specific stripe subscription is active or not...

Is this even possible to perform?
 

ArshilAhmad

Moderator
Staff member
Hi @joeadworld,

Could you please share the Workflow URL in which you have this use case?

Also, please ensure that the Simple Response is enabled, so that you can receive the subscription status in a simple format
1693344797188.png
 
the workflow url I have is:


I have it hard-coded to a specific email that has the subscription ID si_OXxf170JjcCyUq

But it has another subscription as well....

How can I easily verify that it has the right subscription when there are multiple subscription items in the results?
 

ArshilAhmad

Moderator
Staff member
I have made some changes to your workflow and added two Iterators. The first Iterator will provide you with the account details along with Subscription Data in array format, while the second Iterator will assist you in setting the conditions for your router filter. In automation, the Iterator will iterate through each combination of subscription ID and its status and take the necessary actions based on your Router filter conditions.
 
Top