End of call report with Squad
# support
u
how do I use the end of call report with Squad? where do I put the server url and the "end-of-call" report? { "squad": { "members": [ { "assistantId": "information-gathering-assistant-id", "assistantDestinations": [{ "type": "assistant", "assistantName": "Appointment Booking", "message": "Please hold on while I transfer you to our appointment booking assistant.", "description": "Transfer the user to the appointment booking assistant after they say their name." }], }, { "assistant": { "name": "Appointment Booking", ... }, } ] } }
k
Set the Server URL and enable end-of-call-report under Advanced → Messaging for each assistant in the Squad, Vapi will then POST the report to your server after each call..
u
I see -- you mean configure it in here
k
Yeah, you got it right. Please let me know how it goes for you.