Skip to main content

CreateLinkRequest

Request body for creating a scheduling link.

descriptionstringnullable

The short description visible on the scheduling link.

namestringrequired

The name of the scheduling link.

private_namestringnullable

The private name of the link (not visible to schedulers).

typestring

Either recurring for Multi-Use links, or single for Single-Use links.

Possible values: [recurring, single]

Default value: recurring
CreateLinkRequest
{
"description": "A brief meeting to discuss your needs",
"name": "My New Link",
"private_name": "Internal meeting name",
"type": "recurring"
}