Completed task in project
Triggered when any task is completed in the selected project.
New comment on task
Triggered when any new comment is made to the selected task.
New or updated task in project
Triggered when any task is added or updated in the specified project in the specified workspace.
New project in workspace
Triggered when a new project is added to the selected workspace.
New story on task
Triggered when any new story is made to the selected task.
New tag in workspace
Triggered when a new tag is added to the selected workspace.
New task assigned to you in workspace
Triggered when a task is assigned to you in the selected workspace.
New team in workspace
Triggered when a new team is added to the selected workspace.
New user
Triggered when a new user is created.
New workspace
Triggered when a new workspace is created.
Associate task to project
Associates a newly created task to a specified project in the specified workspace.
Create new comment
Creates a new comment on the specified task.
Create new project
Creates a new project in the specified workspace.
Create new task
Creates a new task in the specified project in the specified workspace.
Invitee canceled (instant)
Triggers when an invitee cancels a scheduled event.
Invitee created (instant)
Triggers when an invitee schedules an event. NOTE: this trigger does not support custom questions and answers.
Invitee created with questions and answers (instant)
Triggers when an invitee schedules an event, with support for custom questions and answers. Requires signing up for the event when configuring the trigger. NOTE: the automation needs to use a trigger filter and only process invitees for the configured event.
Create single-use scheduling link for an organization event
Creates a single-use scheduling link for the specified organization event
Get invitee next scheduled event
Gets the next scheduled event for the invitee specified by their email.
List organization event types v3
Lists the Calendly organization's event types (v3, JSP). GET /event_types?organization={{organization}}&count=100 with browser User-Agent. Replaces broken visual lister e1bc9b7c (unsupported JS lookbehind regex). Outputs each event type's full field set incl. name, uri, slug, scheduling_url, pooling_type, kind, active.
List organization memberships
Returns all members of the connected Calendly organization (paginated). One record per membership: user_email, user_uri, user_name, role. Lets automations resolve a host email → Calendly user URI (CalendarConnect availability sync / settings populator).
Update event type availability schedule
Replaces a host's availability schedule on a Calendly event type with explicit date rules built from a list of slot start/end datetimes (e.g. Mindbody bookable availabilities). PATCH overwrites ALL existing rules for that host on that event type — intended for event types dedicated to MBO-synced availability. For round-robin/collective events, call once per host.