Hi Guys,
I'm encountering an issue when sending an API request from ManyChat. My JSON structure is as follows:
{ "email": "{{email}}", "lead_name": "{{cuf_12637843}}", "book_title": "{{cuf_12637849}}", "book_price": "{{cuf_12637847}}", "book_notes": "{{cuf_12637844}}", "items_rlated": "{{cuf_12637845}}"}
if i am removing the last line "items_rlated": "{{cuf_12637845}}" it’s working great! but i dont know what is the issue in cuf_12637845 that i can’t save this json
if i am replcing “cuf_12637845” with “testing” its working, so i guess it’s something related to the field (its a custom text field)
ERROR I GOT:
Invalid payload json
Invalid JSON
Bad control character in string literal in JSON at position 185 (line 7 column 38)