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

Pabbly invoice

I plan to send unpaid invoices (in the email body) to new leads who try to pay from my website with the Razorpay payment link (for that invoice).
and again, reminder emails after 1-2 days if not paid

I can fetch data into Pabbly for customers and products with the webhook function.
Tried much but failed, How can I do it?

I also have plans for
pabbly Subscription, Pabbly email marketing
 

ArshilAhmad

Moderator
Staff member
Hi @deepak9780097800,

If you have managed to capture the details of the failed invoice, please share your Workflow URL. If not, please follow the suggestions given below.

Based on my limited understanding of your use case, it seems like you want to capture data from failed invoices. Since we currently don't have a dedicated trigger event for that, you can try using Webhook by Pabbly instead.

I am attaching a video below that will guide you through capturing data from Razorpay. You will need to make a few changes for your specific use case:
  1. Use the Webhook by Pabbly trigger event instead of Razorpay.
  2. Select the 'Invoice Failed' active event instead of 'Invoice Paid' (3:36).
  3. Click on 'Failure' instead of 'Success' (7:19). Here is the video link:
 
Sorry for the inconvenience..

Let me describe it again.
A user came to my website and tried to buy a product, but not succeed.
A lead created in my CRM (vtiger Open Source)

I will or can get customer details and order details in pabbly through webhook

Now, I wish to follow up with the user by sending him/her invoice in email body with "Pay Now" button
 

ArshilAhmad

Moderator
Staff member
To add the Pay Now button in your email body you can use the HTML code attached below.
HTML:
<a href="Insert_Payment_Link_Here">Pay Now</a>

When it comes to sending payment notifications after 1-2 days, you can utilize the Delay and Filter feature for that purpose. I have attached a screenshot below that could assist you with your use case.
1692297522200.png



 
Top