extended-salmon•17mo ago
SOAP API Request natively (continued)
This time I am trying to make another SOAP POST request in Voiceflow rather than through make. I am not giving up. I just figured out that function steps support making API calls, not sure if this is new but it looks awesome. Is there a way i can parse the xml output from the request into something Voiceflow can handle? It's seperate from the API block so I am expecting it to have more functionality and adaptability but we will see. I am getting errors on my end:
attached are the function and a log of the errors i received.
2 Replies
deep-jade•17mo ago
You forgot to add the 'error' path on the right side of the custom function
It's trying to hit the error path, but failing because it hasnt been added yet on that right side menu
extended-salmonOP•17mo ago
thank you haha that one was the wrong error. lemme know what you think of this one im kind of stumped.
[
{
"type":"debug",
"payload":{
"message":"[ERROR]: Encountered an error in a Function step. Expected value of type 'object' for '' but instead received 'undefined'"
}
}
]