Get started

CRM, sales & support · wired today

Calendly, wired into your agent workforce

Pipeline truth lives here, and agents are only as honest as their source. The Calendly connector is one of 205 executable connectors and gives agents 4 read-only tools, with the credential held in the vault and every call receipted.

Connecting Calendly takes one credential

You provide API key from your Calendly account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Calendly's own API documentation ↗ covers creating and scoping the credential.

What agents can run against Calendly

get_me

Get the Calendly user the API key belongs to (URI, name, email, scheduling URL, timezone, organization)

list_event_types

List the Calendly event types owned by a user (use get_me to obtain the user URI)

list_scheduled_events

List Calendly scheduled events for a user, optionally filtered by status (use get_me to obtain the user URI)

list_invitees

List the invitees of one Calendly scheduled event (event UUID is the last path segment of a scheduled event URI)

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

How proven is this?

Calendly answers every unauthenticated request identically, so its endpoint paths rest on Calendly's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.

Calendly integration FAQ

What can Quox agents do with Calendly?

Agents can run 4 read-only tools against Calendly: get me, list event types, list scheduled events, list invitees. Every call is receipted in the evidence trail.

What does the Calendly integration need?

You provide API key from your Calendly account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Calendly credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Calendly connector?

Calendly answers every unauthenticated request identically, so its endpoint paths rest on Calendly's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.