dual-salmonD

Couldn't Get Assistant

HTTP json is below, the {{32.customData.PhoneNumber}} and {{32.customData.FirstName}} are webhook fields, however I have no webhook data because the output message is:

inboundPhoneCallDebuggingArtifactsCollection
error Couldn't Get Assistant. Either Set The Assistant I D On The Phone Number. Or, To Debug Your Assistant Request, Check The Debugging Artifacts That Were Just Sent To Your Server.
assistantRequestError Invalid Assistant. Errors: squad.property phone_number_id should not exist,squad.property squad should not exist,squad.members must be an array


HTTP JSON
{
"phoneNumberId": "{{2.phone_number_id}}",
"customer": {
"number": "+1{{32.customData.PhoneNumber}},
"name": "{{32.customData.FirstName}}",
"extension": ""
},
"squadId": "{{2.squad_id}}"
}
image.png
image.png
image.png
image.png
image.png
Was this page helpful?