Skip to main content
POST
cURL

What this endpoint is for

Add someone to your contacts manually, rather than waiting for them to book. Only email is required.

Notes

  • If you already have a contact with the same email, its name and timezone are updated instead of creating a duplicate.
  • The contact is attached to your account. It does not affect other users or teams.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Contact payload

email
string<email>
required

The contact's email address

Example:

"ada@example.com"

name
string

The contact's name

Example:

"Ada Lovelace"

timezone
string

The contact's timezone

Example:

"Europe/London"

Response

201 - application/json

Contact created

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object
required