Connect via Personal Access Token
1
Open API & Webhooks in Calendly
In Calendly go to Integrations & apps → API & Webhooks.
2
Create a Personal Access Token
Under Personal Access Tokens click Generate new token, give it a name, and copy the token shown.
3
Connect in Nous
Go to Settings → Integrations → + Add Integration → Calendly, paste the token, click Test connection, then Save.
What you get on each plan
Calendly gates the webhook subscription API to paid tiers, so what works depends on your Calendly plan.On the Free plan Calendly returns
403 "Please upgrade your Calendly account to Standard" when Nous tries to register the webhook. Nous still saves the connection so backfill keeps working — you just won’t see new bookings land in real time. Hit Save again after upgrading and the webhook will auto-register.What gets logged
New invitees that aren’t yet contacts in Nous are created automatically on
invitee.created — a booking is a strong enough intent signal to bootstrap the contact.
See the Calendly webhook reference for payload details and signature verification.