Cal.com Integration¶
Sync your Cal.com bookings directly into the Convergio AI calendar.
Setup¶
- Get your Cal.com API key from cal.com/settings/developer
- In Convergio AI, go to Settings or use the API:
curl -X POST http://localhost:3001/api/calcom/settings \
-H "Content-Type: application/json" \
-d '{"apiKey": "cal_live_..."}'
- Trigger a sync:
POST /api/calcom/sync - Bookings appear as calendar events with
source: calcom
API endpoints¶
| Method | Endpoint | Description |
|---|---|---|
GET | /api/calcom/settings | Check connection status |
POST | /api/calcom/settings | Save API key |
POST | /api/calcom/sync | Trigger booking sync |
GET | /api/calcom/event-types | List your Cal.com event types |
Automated sync¶
Use the calcom-calendar-sync.json n8n workflow for periodic automatic syncing.