Skip to main content
Solved

Load Invalid Json error

  • May 19, 2025
  • 2 replies
  • 45 views

Vinicius Del Gaudio
Hi everyone!
I have experienced this error due The contact typed "enter" in the response via
WhatsApp.

 

 

 

 

 

 

 

 When I request a test, the error happens, 

Has anyone experienced this problem? Is there any way to deal with?

 

 

 

 

Best answer by Gustavo Boregio

Hey ​@Vinicius Del Gaudio do this:

  1. Remove the quotes from the user fields (the “ “)
  2. Click the user field, and check the ‘Encode to JSON’ option
  3. It should look like this

 

See how image_url appears without quotes “ “ in the JSOn body.

 

Try again.

 

Problem solved ;)

2 replies

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • 2821 replies
  • Answer
  • May 19, 2025

Hey ​@Vinicius Del Gaudio do this:

  1. Remove the quotes from the user fields (the “ “)
  2. Click the user field, and check the ‘Encode to JSON’ option
  3. It should look like this

 

See how image_url appears without quotes “ “ in the JSOn body.

 

Try again.

 

Problem solved ;)


Vinicius Del Gaudio

Hey ​@Vinicius Del Gaudio do this:

  1. Remove the quotes from the user fields (the “ “)
  2. Click the user field, and check the ‘Encode to JSON’ option
  3. It should look like this

 

See how image_url appears without quotes “ “ in the JSOn body.

 

Try again.

 

Problem solved ;)

PERFECT! Thank you !