Yorlandis_Gonzalez
05/29/2025, 7:18 PMVapi Support Bot
05/29/2025, 7:20 PMstatus-update event with "status": "in-progress" in your webhook. Here’s an example payload:
json
{
"message": {
"type": "status-update",
"call": { /* Call Object */ },
"status": "in-progress"
}
}
Set your webhook to handle this event to trigger any logic you need at the start of a call.
Source:
- [Vapi documentation on server events](https://docs.vapi.ai/server-url/events)Vapi Support Bot
05/29/2025, 7:20 PMstatus-update event with "status": "in-progress" in your webhook. Here’s an example payload:
json
{
"message": {
"type": "status-update",
"call": { /* Call Object */ },
"status": "in-progress"
}
}
Set your webhook to handle this event to trigger any logic you need at the start of a call.
Source:
- [Vapi documentation on server events](https://docs.vapi.ai/server-url/events)Vapi Support Bot
05/29/2025, 7:20 PMstatus-update event with "status": "in-progress" in your webhook. Here’s an example payload:
json
{
"message": {
"type": "status-update",
"call": { /* Call Object */ },
"status": "in-progress"
}
}
Set your webhook to handle this event to trigger any logic you need at the start of a call.
Source:
- [Vapi documentation on server events](https://docs.vapi.ai/server-url/events)Yorlandis_Gonzalez
05/30/2025, 7:47 AMShubham Bajaj
05/30/2025, 10:57 AMKings_big💫
05/30/2025, 11:05 AMYorlandis_Gonzalez
05/30/2025, 12:38 PMYorlandis_Gonzalez
05/30/2025, 12:39 PMKings_big💫
05/30/2025, 12:47 PMYorlandis_Gonzalez
05/30/2025, 12:51 PMKings_big💫
05/30/2025, 1:00 PMYorlandis_Gonzalez
05/30/2025, 1:11 PMYorlandis_Gonzalez
05/30/2025, 2:36 PMKings_big💫
05/30/2025, 4:26 PM