JSON parameter needs to be valid JSON DO NOT ACCEPT THE OUTPUT

PLZ HELP ME WHY WHEN I TRY TO ADD THE OUT PUT AS TEXT IT REFUSE TO ACCEPT IT


Hi @Brainwash_Studio

use JSON.stringify() in your expression,

for example:

"text": {{ JSON.stringify( $json.output) }}

If this answers your question, please mark the reply as the solution ✅🙏🏻

it shows a new error

That’s another error now related to the id

It says: Param recipient[id] must be a valid ID string (e.g., "123")

So double-check with the API you’re using to make sure it’s a valid ID.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.