0

I have this canvas in IVRFlow in fop2 in Issabel, i want to make a post(json) request to an api, but i can't do it.

here i set the codlink variable before to send it to the api:

enter image description here

this is the api call, the api need to recieve a codlink variable to make the request:

enter image description here

at the last in need to play the api answer, the api answer is like this:

[
    {
        "Mensaje": "Si su zona se encuentra sin Luz marque 1. Si se encuentra sin luz individual marque 2. \r\n\t\t\t\t\t\t\t\tSi registra problemas de alta tension marque 3.",
        "Error": null,
        "Codigo": "200",
        "Identificador": "18135002001273"
    }
]

here i try to play the Mensaje variable's content, but it doesnt work:

enter image description here

how can resolve it?

Agustin Coronel
  • 297
  • 4
  • 12

0 Answers0