• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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
 

Supreme

Well-known member
Staff member
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