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

Create contact not working in High Level

wedgar

Member
My workflow captures information via webhook, then I want to use that information to create a contact in HighLevel.

If I manually enter the contact information to be sent to High Level it works, however when I use the information captured via the webhook, it fails and gives me this response:


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Bad Request</pre>
</body>
</html>

I've wrapped my head around this and at this point I feel like it would be more straight forward to write a custom API POST.

Any one else experienced any issues with this?

Any insight is appreciated
 
P

Pabblymember11

Guest
Hey @wedgar

As we can understand, it seems like you are passing the tags without double quotes and because of that, the error is coming.

Kindly try passing the tags in double-quotes.

2022-02-26_11h55_56.png
 
Top