Assistant hooks not being triggered when called vi...
# support
g
Call ID: 419033a2-58ba-423e-b9ba-704348713c55 Assistant ID: a4ef198e-1a3b-43ef-8bef-1c7f917dc102 Squad ID: 302b83a6-9b91-4ffa-afff-692457003cb0 Problem: My assistant has an end of call hook that is triggered correctly when I call it directly, yet when I can my Squad and am transferred to the assistant the hook is never triggered at the end of the call.
c
Move the hook to the Squad or Workflow level, or use the end-of-call-report webhook for cleanup logic.
g
I'm not seeing any hooks on the squad level (https://docs.vapi.ai/api-reference/squads/update), is this supported?
c
[Vapi.ai](http://Vapi.ai) does not support squad-level hooks instead, define
call.ending
hooks within each assistant or use the
end-of-call-report
webhook on your server for global cleanup..
2 Views