When I try to convert Json to text it is Tested Successfully but Output is “undefined”
This is what I am trying to do:
I send a http request to call an API
The API returned a json code with success formated like this. It’s a Json inside a Json
answer : ```json\n{\n"destinataire": "email@gmail.com",\n"sujet": "Proposition
Even when i try to convert the first json, it is Tested Successfully but Output is “undefined”
I am prompting an AI API asking to personalise some text returning a json format.
I can ask the AI to format it in a different way knowing that I generate a subject in different languages and an email body in the same language as the subject.
How can I get my email suject and email body? to the send email piece ?
This is additional information :