Calendly
calendlyCalendly is an appointment scheduling tool that automates meeting invitations, availability checks, and reminders, helping individuals and teams avoid email back-and-forth
Acciones disponibles (42)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Cancel eventCALENDLY_CANCEL_EVENTAcciónPermanently cancels an existing, active scheduled event by its `uuid`, optionally providing a `reason`, which may trigger notifications to invitees.
CALENDLY_CANCEL_EVENTAcciónPermanently cancels an existing, active scheduled event by its `uuid`, optionally providing a `reason`, which may trigger notifications to invitees.
Parámetros de entrada
uuidstringObligatorioUnique identifier (UUID) of the event to be canceled.
reasonstringReason for canceling the event; may be included in the cancellation notification to the invitee.
Parámetros de salida
dataobjectObligatorioDetails of the cancellation confirmation; typically indicates success and may include specifics of the canceled event.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create an invitee no-showCALENDLY_CREATE_INVITEE_NO_SHOWAcciónMarks an invitee, identified by their existing and valid uri, as a 'no show' for a scheduled event.
CALENDLY_CREATE_INVITEE_NO_SHOWAcciónMarks an invitee, identified by their existing and valid uri, as a 'no show' for a scheduled event.
Parámetros de entrada
inviteestringuriURI of the Invitee to be marked as a no-show.
Parámetros de salida
dataobjectObligatorioA dictionary representing the invitee no-show object that was created. It includes details such as the no-show URI, the original invitee URI, and timestamps.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create One-Off Event TypeCALENDLY_CREATE_ONE_OFF_EVENT_TYPEAcciónCreates a temporary calendly one-off event type for unique meetings outside regular availability, requiring valid host/co-host uris, a future date/range for `date setting`, and a positive `duration`.
CALENDLY_CREATE_ONE_OFF_EVENT_TYPEAcciónCreates a temporary calendly one-off event type for unique meetings outside regular availability, requiring valid host/co-host uris, a future date/range for `date setting`, and a positive `duration`.
Parámetros de entrada
hoststringObligatorioThe URI of the user who will be the host of the one-off event
namestringObligatorioName of the one-off event type
durationintegerObligatorioDuration of the event in minutes
locationobjectLocation configuration for the event.
timezonestringIANA timezone identifier for the event scheduling. Determines how times are interpreted and displayed to invitees.
date_settingobjectObligatorioDate range setting for events available within a specific date range.
only_weekdaysbooleanExcludes weekends and only counts Monday - Friday (required for days_in_future date_setting type)
Parámetros de salida
dataobjectObligatorioOne-off event type resource containing the created event type details
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create scheduling linkCALENDLY_CREATE_SCHEDULING_LINKAcciónCreate a single-use scheduling link. creates a scheduling link that can be used to book an event. the link allows invitees to schedule up to the specified maximum number of events. once the limit is reached, the link becomes inactive.
CALENDLY_CREATE_SCHEDULING_LINKAcciónCreate a single-use scheduling link. creates a scheduling link that can be used to book an event. the link allows invitees to schedule up to the specified maximum number of events. once the limit is reached, the link becomes inactive.
Parámetros de entrada
ownerstringObligatorioEvent type URI (e.g., 'https://api.calendly.com/event_types/...')
owner_typestringType of owner, typically 'EventType'
max_event_countintegerObligatorioThe max number of events that can be scheduled using this scheduling link
Parámetros de salida
dataobjectObligatorioScheduling link resource containing the generated booking link
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create shareCALENDLY_CREATE_SHAREAcciónCreates a customizable, one-time share link for a calendly event type, allowing specific overrides to its settings (e.g., duration, availability, location) without altering the original event type.
CALENDLY_CREATE_SHAREAcciónCreates a customizable, one-time share link for a calendly event type, allowing specific overrides to its settings (e.g., duration, availability, location) without altering the original event type.
Parámetros de entrada
namestringCustom name for the shared link; defaults to event type name if unspecified.
durationintegerCustom event duration in minutes, overriding event type default.
end_datestringdateEnd date (YYYY-MM-DD) for shared link availability; required if `period_type` is 'fixed'.
event_typestringObligatoriouriURI of the event type to base this share on.
start_datestringdateStart date (YYYY-MM-DD) for shared link availability; required if `period_type` is 'fixed'.
period_typestringenumAvailability period type: 'available_moving' (shows actual available slots for `max_booking_time` days), 'moving' (available for `max_booking_time` days), 'fixed' (within `start_date`/`end_date`), 'unlimited'.
available_movingmovingfixedunlimitedhide_locationbooleanIf true, hides event location until booking (only if event type has a single custom location).
duration_optionsinteger[]Alternative selectable durations in minutes, overriding event type options.
max_booking_timeintegerMax days in advance an invitee can book; required if `period_type` is 'moving' or 'available_moving'.
location_configurationsobject[]Custom location settings that override the event type's default locations. Each configuration specifies a location type and associated details.
availability__rule__rulesobject[]List of custom availability rules that override the event type's default schedule. Provide an array of objects EACH containing: `type`=`'wday'`, `wday` (weekday), and `intervals` (list of `{from, to}` times). Field names are case-sensitive – use **`wday`, `from`, `to`** exactly. Must be combined with `availability_rule_timezone`.
availability__rule__timezonestringIANA timezone (e.g., 'America/New_York') for custom availability rules. Required with `availability_rule_rules`.
Parámetros de salida
dataobjectObligatorioDetails of the created share, including its URI and configuration.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create single use scheduling linkCALENDLY_CREATE_SINGLE_USE_SCHEDULING_LINKAcciónCreates a one-time, single-use scheduling link for an active calendly event type, expiring after one booking.
CALENDLY_CREATE_SINGLE_USE_SCHEDULING_LINKAcciónCreates a one-time, single-use scheduling link for an active calendly event type, expiring after one booking.
Parámetros de entrada
ownerstringObligatoriouriThe URI of the Calendly Event Type that will own this single-use scheduling link. This Event Type's settings (e.g., duration, availability) will apply to the scheduled meeting.
owner_typestringObligatorioenumIdentifies the owner resource type, which is 'EventType'.
EventTypemax_event_countintegerObligatorioThe maximum number of events that can be scheduled using this link. For a single-use link, this value must be 1.
Parámetros de salida
dataobjectObligatorioA dictionary containing the resource representation of the newly created single-use scheduling link. This typically includes `booking_url` (the URL to be shared with the invitee), `owner`, `owner_type`, `status`, and the `uri` of the scheduling link itself.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create webhook subscriptionCALENDLY_CREATE_WEBHOOK_SUBSCRIPTIONAcciónCreates a calendly webhook subscription to notify a specified `url` (which must be a publicly accessible https endpoint) for selected `events` within a given `organization` and `scope`.
CALENDLY_CREATE_WEBHOOK_SUBSCRIPTIONAcciónCreates a calendly webhook subscription to notify a specified `url` (which must be a publicly accessible https endpoint) for selected `events` within a given `organization` and `scope`.
Parámetros de entrada
urlstringObligatoriouriPublicly accessible and active callback URL to receive POST requests for subscribed events.
userstringuriURI of the user for the webhook; required if 'scope' is 'user'.
groupstringuriURI of the group for the webhook; required if 'scope' is 'group'.
scopestringObligatorioenumScope of the webhook: 'organization', 'user', or 'group'.
organizationusergroupeventsstring[]ObligatorioEvent types to subscribe to.
signing_keystringOptional secret key (6-24 characters) for signing webhook events to verify their authenticity.
organizationstringObligatoriouriURI of the organization for the webhook.
Parámetros de salida
dataobjectObligatorioDetails of the created webhook subscription resource, including its URI, callback URL, subscribed events, scope, state, and timestamps.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete invitee dataCALENDLY_DELETE_INVITEE_DATAAcciónPermanently removes all invitee data associated with the provided emails from past organization events, for data privacy compliance (requires enterprise subscription; deletion may take up to one week).
CALENDLY_DELETE_INVITEE_DATAAcciónPermanently removes all invitee data associated with the provided emails from past organization events, for data privacy compliance (requires enterprise subscription; deletion may take up to one week).
Parámetros de entrada
emailsstring[]ObligatorioInvitee email addresses for whom all associated data will be permanently removed.
Parámetros de salida
dataobjectObligatorioAPI response, potentially including confirmation or status of the data deletion request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete invitee no showCALENDLY_DELETE_INVITEE_NO_SHOWAcciónDeletes an invitee no-show record by its `uuid` to reverse an invitee's 'no-show' status; the `uuid` must refer to an existing record.
CALENDLY_DELETE_INVITEE_NO_SHOWAcciónDeletes an invitee no-show record by its `uuid` to reverse an invitee's 'no-show' status; the `uuid` must refer to an existing record.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID) of the Invitee No-Show record to be removed.
Parámetros de salida
dataobjectObligatorioTypically empty upon successful deletion, as the API returns a 204 No Content status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete scheduled event dataCALENDLY_DELETE_SCHEDULED_EVENT_DATAAcciónFor enterprise users, initiates deletion of an organization's scheduled event data between a `start time` and `end time` (inclusive, where `start time` must be <= `end time`); actual data deletion may take up to 7 days to complete.
CALENDLY_DELETE_SCHEDULED_EVENT_DATAAcciónFor enterprise users, initiates deletion of an organization's scheduled event data between a `start time` and `end time` (inclusive, where `start time` must be <= `end time`); actual data deletion may take up to 7 days to complete.
Parámetros de entrada
end_timestringObligatoriodate-timeDefines the end of the data deletion period (UTC). Events ending at or before this time will be included. Must be within the past 24 months.
start_timestringObligatoriodate-timeDefines the start of the data deletion period (UTC). Events starting at or after this time will be included. Must be within the past 24 months.
Parámetros de salida
dataobjectObligatorioAPI response, typically an empty dictionary or a confirmation message on successful initiation of the data deletion request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete webhook subscriptionCALENDLY_DELETE_WEBHOOK_SUBSCRIPTIONAcciónDeletes an existing webhook subscription to stop calendly sending event notifications to its registered callback url; this operation is idempotent.
CALENDLY_DELETE_WEBHOOK_SUBSCRIPTIONAcciónDeletes an existing webhook subscription to stop calendly sending event notifications to its registered callback url; this operation is idempotent.
Parámetros de entrada
webhook_uuidstringObligatorioThe unique identifier (UUID) of the webhook subscription to be deleted.
Parámetros de salida
dataobjectA dictionary containing the response data. For a successful deletion (HTTP 204 No Content), this field is typically empty. In case of errors, it may contain error details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get current userCALENDLY_GET_CURRENT_USERAcciónRetrieves detailed information about the currently authenticated calendly user.
CALENDLY_GET_CURRENT_USERAcciónRetrieves detailed information about the currently authenticated calendly user.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioUser resource containing user information like URI, name, email, scheduling URL, timezone, and organization
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get eventCALENDLY_GET_EVENTAcciónUse to retrieve a specific calendly scheduled event by its uuid, provided the event exists in the user's calendly account.
CALENDLY_GET_EVENTAcciónUse to retrieve a specific calendly scheduled event by its uuid, provided the event exists in the user's calendly account.
Parámetros de entrada
uuidstringObligatorioUnique identifier (UUID) of the Calendly event.
Parámetros de salida
dataobjectObligatorioFull details of the specified Calendly event.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get event inviteeCALENDLY_GET_EVENT_INVITEEAcciónRetrieves detailed information about a specific invitee of a scheduled event, using their unique uuids.
CALENDLY_GET_EVENT_INVITEEAcciónRetrieves detailed information about a specific invitee of a scheduled event, using their unique uuids.
Parámetros de entrada
event_uuidstringObligatorioThe unique identifier (UUID) of the scheduled event.
invitee_uuidstringObligatorioThe unique identifier (UUID) of the invitee for the specified event.
Parámetros de salida
dataobjectObligatorioA dictionary containing the invitee resource object. The resource object includes full details of the invitee such as `uri`, `email`, `name`, `status` (e.g., 'active', 'canceled'), `questions_and_answers`, `timezone`, `event_uri`, `cancel_url`, `reschedule_url`, `created_at`, `updated_at`, `payment`, `no_show`, and `reconfirmation`.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get event typeCALENDLY_GET_EVENT_TYPEAcciónRetrieves details for a specific calendly event type, identified by its uuid, which must be valid and correspond to an existing event type.
CALENDLY_GET_EVENT_TYPEAcciónRetrieves details for a specific calendly event type, identified by its uuid, which must be valid and correspond to an existing event type.
Parámetros de entrada
uuidstringObligatorioUnique identifier (UUID) for the event type.
Parámetros de salida
dataobjectObligatorioEvent type resource, including all its attributes and configuration details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get groupCALENDLY_GET_GROUPAcciónRetrieves all attributes of a specific calendly group by its uuid; the group must exist.
CALENDLY_GET_GROUPAcciónRetrieves all attributes of a specific calendly group by its uuid; the group must exist.
Parámetros de entrada
uuidstringObligatorioUnique identifier (UUID) of the Calendly group.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get group relationshipCALENDLY_GET_GROUP_RELATIONSHIPAcciónRetrieves a specific calendly group relationship by its valid and existing uuid, providing details on user-group associations and membership.
CALENDLY_GET_GROUP_RELATIONSHIPAcciónRetrieves a specific calendly group relationship by its valid and existing uuid, providing details on user-group associations and membership.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID) of the group relationship to be retrieved.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get invitee no showCALENDLY_GET_INVITEE_NO_SHOWAcciónRetrieves details for a specific invitee no show record by its uuid; an invitee no show is marked when an invitee does not attend a scheduled event.
CALENDLY_GET_INVITEE_NO_SHOWAcciónRetrieves details for a specific invitee no show record by its uuid; an invitee no show is marked when an invitee does not attend a scheduled event.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID) of the Invitee No Show record to retrieve.
Parámetros de salida
dataobjectObligatorioA dictionary representing the Invitee No Show object. This object includes details such as when the no-show was recorded and the associated invitee.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization invitationCALENDLY_GET_ORGANIZATION_INVITATIONAcciónRetrieves a specific calendly organization invitation using its uuid and the parent organization's uuid.
CALENDLY_GET_ORGANIZATION_INVITATIONAcciónRetrieves a specific calendly organization invitation using its uuid and the parent organization's uuid.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID) of the specific organization invitation to retrieve.
org_uuidstringObligatorioThe unique identifier (UUID) of the Calendly organization to which the invitation belongs.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization membershipCALENDLY_GET_ORGANIZATION_MEMBERSHIPAcciónRetrieves a specific calendly organization membership by its uuid, returning all its attributes.
CALENDLY_GET_ORGANIZATION_MEMBERSHIPAcciónRetrieves a specific calendly organization membership by its uuid, returning all its attributes.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID) of the organization membership to retrieve.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get routing formCALENDLY_GET_ROUTING_FORMAcciónRetrieves a specific routing form by its uuid, providing its configuration details including questions and routing logic.
CALENDLY_GET_ROUTING_FORMAcciónRetrieves a specific routing form by its uuid, providing its configuration details including questions and routing logic.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID) of the routing form to retrieve.
Parámetros de salida
dataobjectObligatorioA dictionary representing the routing form object, containing its attributes and configuration.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get userCALENDLY_GET_USERAcciónRetrieves comprehensive details for an existing calendly user.
CALENDLY_GET_USERAcciónRetrieves comprehensive details for an existing calendly user.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID) of the user. Alternatively, use the literal string "me" to refer to the currently authenticated user (the caller).
Parámetros de salida
dataobjectObligatorioA dictionary object containing the detailed information for the retrieved user. Key fields typically include: `uri` (the user's unique canonical URI), `name` (full name), `email`, `avatar_url` (URL of the user's avatar image), `scheduling_url` (the user's main scheduling page URL), `timezone` (e.g., 'America/New_York'), `created_at` (ISO 8601 timestamp of user creation), `updated_at` (ISO 8601 timestamp of last update), and `organization_uri` (URI of the organization the user belongs to). Note: The exact set of fields returned may vary.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get user availability scheduleCALENDLY_GET_USER_AVAILABILITY_SCHEDULEAcciónRetrieves an existing user availability schedule by its uuid; this schedule defines the user's default hours of availability.
CALENDLY_GET_USER_AVAILABILITY_SCHEDULEAcciónRetrieves an existing user availability schedule by its uuid; this schedule defines the user's default hours of availability.
Parámetros de entrada
uuidstringObligatorioUnique identifier (UUID) of the availability schedule.
Parámetros de salida
dataobjectObligatorioThe availability schedule resource, including user URI, schedule name, timezone, default status, and rules for available time slots.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get webhook subscriptionCALENDLY_GET_WEBHOOK_SUBSCRIPTIONAcciónRetrieves the details of an existing webhook subscription, identified by its uuid, including its callback url, subscribed events, scope, and state.
CALENDLY_GET_WEBHOOK_SUBSCRIPTIONAcciónRetrieves the details of an existing webhook subscription, identified by its uuid, including its callback url, subscribed events, scope, and state.
Parámetros de entrada
webhook_uuidstringObligatorioUnique identifier (UUID) of the webhook subscription to retrieve.
Parámetros de salida
dataobjectObligatorioWebhook subscription resource. Includes `uri`, `callback_url`, `created_at`, `updated_at`, `state` (active or disabled), `events` (list of subscribed event types), `scope` (organization or user), `organization` URI, `user` URI, and `creator` URI.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Invite user to organizationCALENDLY_INVITE_USER_TO_ORGANIZATIONAcciónInvites a user to the specified calendly organization by email, if they aren't already a member and lack a pending invitation to it.
CALENDLY_INVITE_USER_TO_ORGANIZATIONAcciónInvites a user to the specified calendly organization by email, if they aren't already a member and lack a pending invitation to it.
Parámetros de entrada
uuidstringObligatorioUnique identifier (UUID) of the organization to which the user will be invited.
emailstringObligatorioemailThe email address of the user to be invited to the organization. An invitation link will be sent to this email.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the successfully created organization invitation. This includes fields like the invitation's URI, organization URI, user's email, status (e.g., 'pending'), and relevant timestamps (created_at, updated_at).
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List activity log entriesCALENDLY_LIST_ACTIVITY_LOG_ENTRIESAcciónRetrieves a list of activity log entries for a specified calendly organization (requires an active enterprise subscription), supporting filtering, sorting, and pagination.
CALENDLY_LIST_ACTIVITY_LOG_ENTRIESAcciónRetrieves a list of activity log entries for a specified calendly organization (requires an active enterprise subscription), supporting filtering, sorting, and pagination.
Parámetros de entrada
sortstring[]Specifies the sort order for the results. Provide a list of sort criteria strings, each in the format 'field:direction' (e.g., 'occurred_at:asc'). Valid fields and directions are defined by SortEnm.
actorstring[]Filters activity log entries by the users who performed the actions. Provide a list of user URIs.
countintegerThe maximum number of activity log entries to return per page.
actionstring[]Filters entries by the specific action performed (e.g., 'user.created', 'event_type.updated'). Provide a list of action strings.
namespacestring[]Filters entries by their category or domain (namespace). Provide a list of namespace strings. Common examples include 'user_management' or 'event_type_management'.
page_tokenstringToken for pagination, used to fetch the next page of results if the collection spans multiple pages.
search_termstringFilters entries based on the search term. Supported operators: `|` (OR, e.g., `user.created | group.created`), `+` (AND, e.g., `user.created + user.invited`), `" "` (exact phrase, e.g., `"John Doe"`), `-` (exclude term, e.g., `user.created -admin`), `()` (precedence, e.g., `(user.created | user.invited) + team1`), and `*` (prefix search, e.g., `user.email_address:*@example.com`).
organizationstringObligatorioURI of the Calendly organization for which to retrieve activity log entries.
max_occurred_atstringTimestamp in ISO 8601 UTC format (e.g., '2020-01-02T03:04:05.678Z'). Filters entries to include only those that occurred at or before this time.
min_occurred_atstringTimestamp in ISO 8601 UTC format (e.g., '2020-01-02T03:04:05.678Z'). Filters entries to include only those that occurred at or after this time.
Parámetros de salida
dataobjectObligatorioThe API response, typically a dictionary containing a 'collection' of activity log entries and 'pagination' details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List event inviteesCALENDLY_LIST_EVENT_INVITEESAcciónRetrieves a list of invitees for a specified calendly event uuid, with options to filter by status or email, and sort by creation time.
CALENDLY_LIST_EVENT_INVITEESAcciónRetrieves a list of invitees for a specified calendly event uuid, with options to filter by status or email, and sort by creation time.
Parámetros de entrada
sortstringOrder results by the `created_at` field; use 'created_at:asc' for ascending or 'created_at:desc' for descending.
uuidstringObligatorioThe unique identifier (UUID) of the event for which to list invitees.
countintegerThe number of invitees to return per page. Default is 20.
emailstringFilter results by a specific invitee's email address.
statusstringenumFilter invitees by their status. Can be 'active' or 'canceled'.
activecanceledpage_tokenstringA token to retrieve the next or previous page of results in a paginated collection.
Parámetros de salida
dataobjectObligatorioThe response payload, typically containing a 'collection' of invitee objects and 'pagination' information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List eventsCALENDLY_LIST_EVENTSAcciónRetrieves a list of scheduled calendly events; requires `user`, `organization`, `group`, or `invitee email` for scope, and admin rights may be needed when filtering by `organization` or `group`.
CALENDLY_LIST_EVENTSAcciónRetrieves a list of scheduled calendly events; requires `user`, `organization`, `group`, or `invitee email` for scope, and admin rights may be needed when filtering by `organization` or `group`.
Parámetros de entrada
sortstringSort order for the results. Accepts comma-separated `field:direction` values. Supported field: `start_time`. Supported directions: `asc` (ascending), `desc` (descending).
userstringURI of the **user** whose events you want to list. Exactly ONE of `user`, `organization`, or `group` must be supplied to scope the query.
countintegerThe number of events to return per page.
groupstringURI of the **group** (team) whose events you want to list. Exactly ONE of `user`, `organization`, or `group` must be provided.
statusstringenumFilter events by their status.
activecanceledpage_tokenstringToken for pagination to retrieve the next or previous set of results from the collection.
organizationstringURI of the **organization** whose events you want to list. Exactly ONE of `user`, `organization`, or `group` is required. Admin privileges may be required.
invitee_emailstringInvitee's email address to filter events by.
max_start_timestringInclude events with start times at or before this UTC timestamp (e.g., '2020-01-02T03:04:05.678123Z').
min_start_timestringInclude events with start times at or after this UTC timestamp (e.g., '2020-01-02T03:04:05.678123Z').
Parámetros de salida
dataobjectObligatorioThe response payload containing a 'collection' of event objects and 'pagination' details. Each event object typically includes details like event URI, name, start/end times, and status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List event type available timesCALENDLY_LIST_EVENT_TYPE_AVAILABLE_TIMESAcciónFetches available time slots for a calendly event type within a specified time range; results are not paginated.
CALENDLY_LIST_EVENT_TYPE_AVAILABLE_TIMESAcciónFetches available time slots for a calendly event type within a specified time range; results are not paginated.
Parámetros de entrada
end_timestringObligatorioEnd datetime (exclusive) of the requested availability range, in UTC ISO 8601 format (e.g., 'YYYY-MM-DDTHH:MM:SSZ'). The duration between start_time and end_time cannot exceed 7 days.
event_typestringObligatorioThe URI of the event type for which to find available times. This can be obtained by listing event types or from an event type object.
start_timestringObligatorioStart datetime (inclusive) of the requested availability range, in UTC ISO 8601 format (e.g., 'YYYY-MM-DDTHH:MM:SSZ').
Parámetros de salida
dataobjectObligatorioA dictionary containing the raw response data from the Calendly API. This typically includes a 'collection' key, which is a list of available time slot objects. Each object details an available slot, including its start time and scheduling URL.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List event type hostsCALENDLY_LIST_EVENT_TYPE_HOSTSAcciónRetrieves a list of hosts (users) assigned to a specific, existing calendly event type, identified by its uri.
CALENDLY_LIST_EVENT_TYPE_HOSTSAcciónRetrieves a list of hosts (users) assigned to a specific, existing calendly event type, identified by its uri.
Parámetros de entrada
countintegerNumber of event type hosts to return per page.
event_typestringObligatorioURI of an existing event type for which to list hosts.
page_tokenstringToken from a previous list call to get the next/previous page of results.
Parámetros de salida
dataobjectObligatorioContains the collection of event type hosts (users) and pagination details. Each host object details the assigned user.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List group relationshipsCALENDLY_LIST_GROUP_RELATIONSHIPSAcciónRetrieves a list of group relationships defining an owner's role (e.g., member, admin) within a group; an owner can have one membership per group but multiple admin roles across different groups.
CALENDLY_LIST_GROUP_RELATIONSHIPSAcciónRetrieves a list of group relationships defining an owner's role (e.g., member, admin) within a group; an owner can have one membership per group but multiple admin roles across different groups.
Parámetros de entrada
countintegerNumber of records per page (max 100).
groupstringFilter results by group URI.
ownerstringFilter results by owner URI (Organization Membership or Invitation URI).
page_tokenstringToken for retrieving a specific page of results, obtained from `next_page_token` or `previous_page_token` in a previous response.
organizationstringFilter results by organization URI.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List groupsCALENDLY_LIST_GROUPSAcciónReturns a list of groups for a specified calendly organization uri, supporting pagination.
CALENDLY_LIST_GROUPSAcciónReturns a list of groups for a specified calendly organization uri, supporting pagination.
Parámetros de entrada
countintegerThe maximum number of groups to return per page. The value can range from 1 to 100.
page_tokenstringA token to retrieve a specific page of results. Pass this value from a previous response's 'next_page_token' to fetch the next set of groups, or 'previous_page_token' for the previous set.
organizationstringObligatorioThe URI of the organization to filter groups by. For example, 'https://api.calendly.com/organizations/ORGANIZATION_UUID'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List organization invitationsCALENDLY_LIST_ORGANIZATION_INVITATIONSAcciónRetrieves a list of invitations for a specific organization, identified by its uuid.
CALENDLY_LIST_ORGANIZATION_INVITATIONSAcciónRetrieves a list of invitations for a specific organization, identified by its uuid.
Parámetros de entrada
sortstringOrder of results by field(s) and direction (asc/desc); e.g., 'created_at:asc' or 'email:desc,status:asc'.
uuidstringObligatorioUnique identifier (UUID) of the organization.
countintegerNumber of results to return per page.
emailstringFilter by the recipient's email address.
statusstringenumFilter by invitation status.
pendingaccepteddeclinedpage_tokenstringPagination token to access a specific page of results.
Parámetros de salida
dataobjectObligatorioDictionary with the 'collection' of organization invitations and 'pagination' information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List organization membershipsCALENDLY_LIST_ORGANIZATION_MEMBERSHIPSAcciónRetrieves a list of organization memberships.
CALENDLY_LIST_ORGANIZATION_MEMBERSHIPSAcciónRetrieves a list of organization memberships.
Parámetros de entrada
userstringFilter memberships by the URI of the user. For example, 'https://api.calendly.com/users/USER_UUID'.
countintegerThe number of membership records to return per page. Must be an integer between 1 and 100, inclusive.
emailstringFilter memberships by the email address of the user. For example, 'user@example.com'.
page_tokenstringThe token to retrieve the next or previous page of results in a paginated collection.
organizationstringFilter memberships by the URI of the organization. For example, 'https://api.calendly.com/organizations/ORGANIZATION_UUID'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the list of organization memberships and pagination details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List outgoing communicationsCALENDLY_LIST_OUTGOING_COMMUNICATIONSAcciónRetrieves a list of outgoing sms communications for a specified organization; requires an enterprise subscription and if filtering by creation date, both `min created at` and `max created at` must be provided to form a valid range.
CALENDLY_LIST_OUTGOING_COMMUNICATIONSAcciónRetrieves a list of outgoing sms communications for a specified organization; requires an enterprise subscription and if filtering by creation date, both `min created at` and `max created at` must be provided to form a valid range.
Parámetros de entrada
countintegerThe number of records to return per page. Must be between 1 and 100, inclusive.
page_tokenstringThe token to retrieve the next page of results. Provided in the `next_page_token` field of a previous response.
organizationstringObligatorioThe URI of the organization whose outgoing communications are to be retrieved.
max_created_atstringInclude outgoing communications that were created before this timestamp. Formatted as "YYYY-MM-DDTHH:MM:SS.sssZ" in UTC.
min_created_atstringInclude outgoing communications that were created after this timestamp. Formatted as "YYYY-MM-DDTHH:MM:SS.sssZ" in UTC.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List routing formsCALENDLY_LIST_ROUTING_FORMSAcciónRetrieves routing forms for a specified organization; routing forms are questionnaires used to direct invitees to appropriate booking pages or external urls.
CALENDLY_LIST_ROUTING_FORMSAcciónRetrieves routing forms for a specified organization; routing forms are questionnaires used to direct invitees to appropriate booking pages or external urls.
Parámetros de entrada
sortstringSpecifies the order of results. Use a comma-separated list of `field:direction` pairs. Supported field: `created_at`. Supported directions: `asc` (ascending), `desc` (descending).
countintegerThe number of routing forms to return per page.
page_tokenstringToken to retrieve a specific page of results, usually from a previous response's pagination details.
organizationstringObligatorioThe URI of the organization for which to retrieve routing forms.
Parámetros de salida
dataobjectObligatorioA dictionary containing the list of routing forms under the 'collection' key and pagination details under the 'pagination' key. Each routing form object includes details such as its URI, name, status, questions, and owner information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List user availability schedulesCALENDLY_LIST_USER_AVAILABILITY_SCHEDULESAcciónRetrieves all availability schedules for the specified calendly user.
CALENDLY_LIST_USER_AVAILABILITY_SCHEDULESAcciónRetrieves all availability schedules for the specified calendly user.
Parámetros de entrada
userstringObligatorioURI of the user whose availability schedules are to be listed; must be a valid Calendly user URI.
Parámetros de salida
dataobjectObligatorioA dictionary mapping schedule identifiers to the user's detailed availability schedule objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List user busy timesCALENDLY_LIST_USER_BUSY_TIMESAcciónFetches a user's busy time intervals (internal and external calendar events) in ascending order for a period up to 7 days; keyset pagination is not supported.
CALENDLY_LIST_USER_BUSY_TIMESAcciónFetches a user's busy time intervals (internal and external calendar events) in ascending order for a period up to 7 days; keyset pagination is not supported.
Parámetros de entrada
userstringObligatorioThe URI of the user whose busy times are being queried. This is typically the user's Calendly API URI.
end_timestringObligatorioThe end of the time range for which to fetch busy times, in RFC3339 format (e.g., '2023-10-26T11:00:00Z'). Must be after start_time.
start_timestringObligatorioThe start of the time range for which to fetch busy times, in RFC3339 format (e.g., '2023-10-26T10:00:00Z').
Parámetros de salida
dataobjectObligatorioA dictionary containing the raw response data from the Calendly API. This typically includes a 'collection' field, which is a list of objects detailing the user's busy time intervals (e.g., start time, end time, type of event).
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List user event typesCALENDLY_LIST_USER_S_EVENT_TYPESAcciónRetrieves event types for a user or organization; requires either the `user` or `organization` uri.
CALENDLY_LIST_USER_S_EVENT_TYPESAcciónRetrieves event types for a user or organization; requires either the `user` or `organization` uri.
Parámetros de entrada
sortstringOrder results by field(s) and direction ('asc' or 'desc'), e.g., 'name:asc,created_at:desc'. Supported fields: name, position, created_at, updated_at.
userstringURI of the **user** whose event types to list. Provide **either** `user` **or** `organization` (exactly one is required).
countintegerNumber of event types per page (max 100).
activebooleanFilter by active status (true for active, false for inactive). If omitted, all event types are returned.
page_tokenstringToken for retrieving the next or previous page of event types.
organizationstringURI of the **organization** whose event types to list. Provide **either** `organization` **or** `user` (exactly one is required).
admin_managedbooleanFilter by admin management: true for admin-managed only, false to exclude admin-managed. If omitted, all types are returned (respecting other filters).
user_availability_schedulestringURI of the user's availability schedule; use with `user` to filter event types by this primary schedule. Example: 'https://api.calendly.com/user_availability_schedules/SCHEDULE_UUID'.
Parámetros de salida
dataobjectObligatorioAPI response dictionary, typically including 'collection' (list of event types) and 'pagination' details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List webhook subscriptionsCALENDLY_LIST_WEBHOOK_SUBSCRIPTIONSAcciónRetrieves webhook subscriptions for a calendly organization; `scope` determines if `user` or `group` uri is also required for filtering.
CALENDLY_LIST_WEBHOOK_SUBSCRIPTIONSAcciónRetrieves webhook subscriptions for a calendly organization; `scope` determines if `user` or `group` uri is also required for filtering.
Parámetros de entrada
sortstringSort order for results (e.g., 'created_at:asc'). Supported fields: `created_at`, `updated_at`. Supported directions: `asc`, `desc`.
userstringURI of the Calendly user; required if `scope` is 'user'.
countintegerNumber of results per page (maximum 100).
groupstringURI of the Calendly group; required if `scope` is 'group'.
scopestringObligatorioenumScope of the webhook subscriptions: 'organization', 'user', or 'group'.
organizationusergrouppage_tokenstringToken for paginating to the next or previous page of results.
organizationstringObligatorioURI of the Calendly organization for which to list webhook subscriptions.
Parámetros de salida
dataobjectObligatorioCollection of webhook subscriptions matching the request criteria.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove user from organizationCALENDLY_REMOVE_USER_FROM_ORGANIZATIONAcciónRemoves a user (who is not an owner) from an organization by their membership uuid, requiring administrative privileges.
CALENDLY_REMOVE_USER_FROM_ORGANIZATIONAcciónRemoves a user (who is not an owner) from an organization by their membership uuid, requiring administrative privileges.
Parámetros de entrada
uuidstringObligatorioThe unique identifier of the organization membership to be removed.
Parámetros de salida
dataobjectObligatorioA dictionary containing data related to the outcome of the operation; may be empty for successful deletions.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Revoke a user's organization invitationCALENDLY_REVOKE_USER_S_ORGANIZATION_INVITATIONAcciónRevokes a pending and revokable (not yet accepted or expired) organization invitation using its uuid and the organization's uuid, rendering the invitation link invalid.
CALENDLY_REVOKE_USER_S_ORGANIZATION_INVITATIONAcciónRevokes a pending and revokable (not yet accepted or expired) organization invitation using its uuid and the organization's uuid, rendering the invitation link invalid.
Parámetros de entrada
uuidstringObligatorioThe unique identifier of the organization invitation to be revoked.
org_uuidstringObligatorioThe unique identifier of the organization.
Parámetros de salida
dataobjectAn empty dictionary, as a successful revocation typically returns a 204 No Content response.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not