Connecting Claude To My GHL Customized Chat

:bullseye: What is your goal?

I am connecting a webhook from ghl to claude to back to go high level and I am getting an error message. I need help mapping this out. Thank you

:thinking: What is the problem & what have you tried?

It keeps giving me this message - The provided JSON body content is not valid JSON.
Bad control character in string literal in JSON at position 264

:clipboard: Error messages or input/output bundles

URL https://services.leadconnectorhq.com/conversations/messages
Method post
HeadersArray
Body content type json
Body input method jsonString
Share cookies with other HTTP modules false
Parse response true
Allow redirects true
Return error if HTTP request fails true
Body content {
“type”: “message”,
“contactId”: “yAccrjDQfJtqrrh2yEAU”,
“message”: "Hi Renessa! I just saw your inquiry come through. I know looking for a home can feel like a lot sometimes - there’s so much to think about and it’s totally normal if it feels overwhelming.

I’m here when you’re ready to talk through any questions, whether that’s about the process, what to expect, or just getting your thoughts organized. No pressure at all.

Feel free to text me back or give me a call at your pace. Looking forward to connecting with you."
}
Request compressed content true

:link: Create public scenario page

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey there,

bad control character means you most likely have a special character that breaks the JSON. There are several replace() functions you can find in the forum that escape special chars when building JSONs.

Can you share what the input looks like?