Hey guys,
We currently use Twilio and we manage our calls using the Voice Webhooks. Primarily the call_started
and call_status
hooks. Now, investigating Wazo, I note you have similar hooks that we could listen to, such as call_created
and call_ended
, but I wonder how fast those hooks fire? Are they practically instantaneous (excusing typical HTTP request setup and response times)?
Additionally, what are the bodies of those event packets? I can see the event types, but I can see what they’re sent. Are their examples anywhere for each hook type?
Thanks,
Jahred