• 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.

Connect and PSB issue

Hello everyone!
I'm looking to sell a service through PSB and have several plans for it.
I'm looking to create different automations with Connect depending on the plan.

I chose the trigger "Pabbly Subscription Billing" and tried using the trigger events for 'New Customer (instant)' and 'New Subscription'.
I set up the webhook accordingly.
Then I went to a Router and wanted to use a Plan ID, however, the Plan ID never appeared.

Neeraj Agarwal suggested that I use a purchase event in the PSB but I don't have that option.
Here are my available options:
  • New Customer
  • New Costumer (instant)
  • New Subscription
  • Subscription Activated
  • Successful Payment
  • Invoice Created
  • Payment Failure
  • Payment Refund
  • Subscription Renew
Any suggestion?
Thank you so much!
 

Attachments

  • Screen Shot 2021-04-13 at 3.04.34 PM.png
    Screen Shot 2021-04-13 at 3.04.34 PM.png
    324.7 KB · Views: 169

Pabbly Team

Member
Staff member
You can get data of Plan Id by selecting the webhook event type as subscription_activate.

In this webhook response, you'll get data such as plan id, plan type, plan name, plan code, customer email, and the customer_id,

Use this custmer_id at Pabbly Connect to get all the customer-related details by triggering the event of Get Single Customer on Papbbly Connect.

Note: For one-time payment collection you need to select subscription_activate webhook event, and for recurring payment collection you need to select the subscription_renew webhook event.
12.png


32.png
 
Last edited:
Ok, so this now works! Thank you!
However, now I've encountered a new problem... Since I changed it to Subscription Active, now I don't have access to the client's information...
Is there an option that gives me everything?
Thanks
 

Neeraj

Administrator
Staff member
Ok, so this now works! Thank you!
However, now I've encountered a new problem... Since I changed it to Subscription Active, now I don't have access to the client's information...
Is there an option that gives me everything?
Thanks
Hector, once you get the customer ID from your Subscription Active Webhook.

You can create another action step named "Get Single Customer". On that "Get Single Customer" action point, you can add That action point will allow you to get all the data for that specific customer id.

Do check this thread here.

Feel free to post if you still have any questions.
 
Top