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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

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