{
"event_type": "meeting.scheduled",
"event_id": "...",
"webhook_id": "...",
"delivery_id": "...",
"timestamp": "2026-04-17T16:30:00.000Z",
"client_id": "...",
"test": false,
"data": {
"meeting": {
"id": "uuid",
"title": "Reunión con Tony Stark",
"starts_at": "2026-04-21T17:30:00.000Z",
"ends_at": "2026-04-21T18:00:00.000Z",
"duration_minutes": 30,
"timezone": "America/Santiago",
"location_type": "video",
"location_details": null,
"meeting_url": "https://meet.google.com/abc-defg-hij",
"status": "scheduled",
"source": "ai_agent",
"attendee_name": "Tony Stark",
"attendee_email": "tony.stark@gmail.com",
"attendee_phone": "56994357854",
"confirmed_by_lead": false,
"cancelled_at": null,
"cancellation_reason": null,
"outcome_notes": null,
"outcome_at": null,
"no_show_reason": null
},
"lead": {
"id": "uuid",
"first_name": "Tony",
"last_name": "Stark",
"email": "tony.stark@gmail.com",
"phone": "56994357854",
"company": null,
"source": "api"
},
"host": {
"id": "uuid",
"first_name": "Antonia",
"last_name": "Stark",
"email": "antonia@capitaria.com"
},
"meeting_type": {
"id": "uuid",
"name": "Discovery Call"
},
"workflow": {
"id": "uuid",
"name": "Lead -> Push Intent"
}
}
}