Node request

Hello,

I’m configuring a node and with this parameter works:

{“receiver”:“556192114242”,“message”:{“text”:“teste via API!”}}

But with this parameter causes the error below:

{“receiver”: {{$json[“Telefone”]}},“message”:{“text”:“teste via API!”}}

ERROR: JSON parameter need to be an valid JSON
Cause
Data below may contain sensitive information. Proceed with caution when sharing.
{}

What is the correct parameter with the field?

Hi @Geter_Sousa, based on your last post and the error message I believe this is about the HTTP Request node? If so, the problem is most likely about using a string that looks like JSON rather than an actual JSON object.

Could you share an example workflow using which your exact problem can be reproduced please and confirm which version of n8n you are currently using?

I managed to resolve it with ". Thanks!