---
title: Scheduling Links
subtitle: >-
  Close users can embed scheduling links in their communications sent through
  Close
---

Close users can embed scheduling links in their communications sent through Close.

Close supports three types of scheduling links (identified by their `source` attribute):
- `MANUAL` - user created via Close application or `/scheduling_link/` endpoints
- `THIRD_PARTY` - created and managed by an OAuth application, via the `/scheduling_link/integration/` endpoints
- `CALENDLY` - created and managed by Close's first-party support for Calendly

Each scheduling link has the following editable attributes:
- `name` - a name for the scheduling link, displayed in Close.
- `url` - the external URL to the scheduling link.
- `description` - a description, displayed in Close.

Scheduling links of `source: "THIRD_PARTY"` also have the following editable attributes.
Note: these attributes may be null or populated for links having `source: "CALENDLY"` or `source: "MANUAL"`.
- `source_id` - the ID at the source. I.e., the integrating application's identifier for the scheduling link.
- `source_type` - a short descriptor identifying the type of scheduling link (displayed in Close).
- `duration_in_minutes` - the length of meetings scheduled with this link, in minutes (displayed in Close).
