• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Triggering an action on non-payment of Razorpay Subscription by a User

I intend to setup a paid Circle.so community, where members pay a recurring monthly fee to continue to be a member. How do I find out that a particular user hasn't paid their subscription for a particular month through Razorpay, so as to trigger the action to "Remove Member" from the community.

Thanks for the help!
 
P

Pabblymember11

Guest
Hey @dhruvsinghal6

You can use the webhook by Pabbly trigger event to get the Payment Pending response from your Razorpay.

1661423982316.png




- Log in to Razorpay account and navigate to the "Webhooks" section available under Settings.
- Click on "Add New Webhook". Copy the above webhook URL and paste it into the Webhook URL field provided in the Razorpay account.
- Now select the "payment.pending" from the Active Events section, and then click on the "Create Webhook" button to save it.
- Click on the below "Capture Webhook Response" button and do a test record so that the webhook response can be captured here.

Further, you can follow the below-mentioned action step to remove the member from the Circle. And after the Search member action step, you can set the filter action step-

1661427226783.png



1661424169203.png
 

Nick_L

Member
I'm new here and testing things out. I have created a test flow and that seems to work. What I really want to do it be able to offer my members of a Circle Community on Circle.so the ability to self-select tags to be applied to their profile. Can you suggest how to do that using Pabbly? I can create a post that includes a form from them to select the tags they want to apply, but which form? And is there any other way to do this?
 
P

Pabblymember11

Guest
To add the tags, you can use the "Circle: Tag a Member" action step dynamically you need to use the Lookup Table action step where you need to pass the Tag name and its ID in the action step to pass the tags dynamically.

You can also refer to the following video tutorial on the action step.

 
Top