Connect a Cal.com account to a phone number so your agent can check availability and book, reschedule, or cancel appointments live during a call. Configured per phone number.
Connect Cal.com
The phone number in E.164 format, passed in the URL.
The Cal.com event type slug to book into.
curl -X PUT "https://api.nixflex.com/v1/integrations/calcom/number/+447446466847" \
-H "Authorization: Bearer nxf_xxx:nxfs_xxx" \
-H "Content-Type: application/json" \
-d '{"api_key": "cal_xxx", "username": "your-name", "event_slug": "30min"}'
Check / remove
curl -X GET "https://api.nixflex.com/v1/integrations/calcom/number/+447446466847" \
-H "Authorization: Bearer nxf_xxx:nxfs_xxx"
curl -X DELETE "https://api.nixflex.com/v1/integrations/calcom/number/+447446466847" \
-H "Authorization: Bearer nxf_xxx:nxfs_xxx"
Notes
- The number must belong to your account. A number you do not own returns
404.
- For the feature guide, see Cal.com.