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

HTTP Status Code 204 Question

amangan

Member
I assume that when Status Code 204 is returned it means that there was a blank response from the application, which in my case is Zoho CRM not finding a match for a phone number in one of three modules that is being searched from CallRail. I want to have Pabbly create a lead when the number is not found in any of the 3 CRM modules in CRM, but cannot figure out how to execute this when the Status Code 204 is returned. If the number is found, I want to update the module which seems relatively easy. Any ideas or solutions would be much appreciated.
 

Attachments

  • Capture.PNG
    Capture.PNG
    31.7 KB · Views: 115
  • Capture2.PNG
    Capture2.PNG
    36.2 KB · Views: 114

amangan

Member
Yes, there is no data associated with it. When that occurs, I would like to trigger the creation of lead in CRM, but don't know how to do that in Pabbly. My only though is to make a routing that has a route with the conditions if no phone number fields in CRM match the formatted number in Pabbly = Create lead? It is a little hard to explain, but I think my misunderstanding is because I need to make sure all of these searches return a value when building the workflow so I do not get the 204, then make the routing condition correct like mentioned in my previous sentence?
 

ArshilAhmad

Well-known member
Staff member
That is precisely what you are supposed to do. You can use this filter condition to create a lead if it does not already exist in your Zoho CRM.
1701389635816.png
 

amangan

Member
Yes I think this is working now see below. I know its a lot of numbers, but the logic should be to only create a lead if it does not find a number in Account/Contacts/Leads modules, hopefully that is not to many and statements.
1701394331172.png
1701394387909.png

1701394430708.png
 
Top