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

Trigger/action to detect new clients

I use Pabbly Subscription to collect subscription payments.

And use Connect to setup a workflow to add new clients to CRM, Google Sheet, update slack channel, etc.

I used to use "event type: new_subscription" so it would only trigger if it's a brand new client, but then it also triggers when they tried to sign up but payment failed (due bank denials).

Now I currently use "event type: payment_success", but then it also triggers the workflow from renewing clients on month 2 and onwards....

I tried to use "data subscription renewal" < 0 to filter the new clients, but that event doesn't always show, so eventually, the workflow stops at the filter and didn't continue even when it was a new client.

1653440070970.png
 
P

PabblyMember2

Guest
Hello Jeff,

Let me help you out here.
If you only want to add new paid clients to CRM, Google Sheet, update slack channel, etc., then you can catch the "Subscription Activate" webhook from PSB. This webhook only triggers whenever the first payment for a subscription is successful and the subscription goes LIVE.

Or if you wish to add just a new customer whether free or paid, you can use the "Customer Create" webhook event.

Hope this helps.

Regards,
Akanksha
 
This webhook only triggers whenever the first payment for a subscription is successful and the subscription goes LIVE.
So it should only trigger when payment has gone through, subscription goes live, and renewals won't 'activate' it since it's already activated, right?
 
Top