NAiOS IconNAiOS Logo
Volver al catálogo

Scheduleonce

scheduleonce

Scheduling platform for capturing, qualifying, and engaging with inbound leads

Acciones
27
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (27)

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.

Book Time SlotSCHEDULEONCE_BOOK_TIME_SLOTAcción

Tool to book a time slot on a booking calendar in OnceHub. Use when you need to schedule a meeting by booking one of the available time slots. First retrieve available time slots using 'Get available time slots', then use this tool to book one of those slots with guest information.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the booking calendar to book a time slot for (e.g., 'BKC-ZK6W94KE6W')

  • start_timestringObligatorio

    The date and time of the time slot to book in ISO 8601 format. Must be in UTC timezone (e.g., '2025-12-22T04:30:00.000Z'). Use this with a time slot retrieved from the 'Get available time slots' endpoint.

  • booking_formobjectObligatorio

    Form data containing guest information including name, email, and optional fields

  • custom_fieldsobject[]

    Array of custom field objects with 'name' and 'value' properties

  • location_typestring

    Type of location for the meeting. Can only select from locations offered within the available time slots.

  • location_valuestring

    Location-specific value. For virtual meetings: conference type (e.g., 'google_meet', 'zoom'). For phone: guest's phone number. For physical locations: address ID (e.g., 'ADD-1234').

  • guest_time_zonestringObligatorio

    The guest's timezone in IANA format (e.g., 'America/New_York', 'Europe/London')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Cancel BookingSCHEDULEONCE_CANCEL_BOOKINGAcción

Tool to cancel a booking by ID in OnceHub. Use when you need to cancel an existing booking, optionally providing a cancellation reason and controlling whether to send cancellation email notifications.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the booking to cancel (e.g., 'BKNG-J4FR05BKEWEX')

  • cancellation_reasonstring

    The reason for canceling the booking. This will be stored in the cancel_reschedule_information.reason field of the booking object.

  • send_cancellation_emailboolean

    Determines whether a cancellation email notification should be sent to the customer and other participants.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ContactSCHEDULEONCE_CREATE_CONTACTAcción

Tool to create a new contact in ScheduleOnce. Use when you need to add a contact with email, first name, and last name. Additional fields like company, phone, and address details can be optionally provided.

Parámetros de entrada

  • citystring

    City of the contact.

  • emailstringObligatorio

    Email address of the contact (required).

  • phonestring

    Phone number of the contact.

  • statestring

    State or province of the contact.

  • companystring

    Company name associated with the contact.

  • countrystring

    Country of the contact.

  • timezonestring

    Timezone of the contact.

  • job_titlestring

    Job title of the contact.

  • last_namestringObligatorio

    Last name of the contact (required).

  • post_codestring

    Postal or ZIP code of the contact.

  • first_namestringObligatorio

    First name of the contact (required).

  • salutationstring

    Salutation/title for the contact.

  • mobile_phonestring

    Mobile phone number of the contact.

  • street_addressstring

    Street address of the contact.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create One-Time Link for Booking CalendarSCHEDULEONCE_CREATE_ONE_TIME_LINK_FOR_BOOKING_CALENDARAcción

Tool to create a one-time booking link for a booking calendar in OnceHub. Use when you need to generate a unique, single-use booking link for a customer. One-time links are good for one booking only and automatically expire after one year if not used. The booking calendar must be published to create one-time links.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the booking calendar to create a one-time link for (e.g., 'BKC-ZK6W94KE6W'). The booking calendar must be published.

  • guestobject

    Model for guest information to personalize the one-time link.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create UserSCHEDULEONCE_CREATE_USERAcción

Tool to create a new user account in OnceHub. Use when you need to add a new user with first name, last name, and email. Optional role can be specified.

Parámetros de entrada

  • emailstringObligatorio

    Email address of the user (required).

  • last_namestringObligatorio

    Last name of the user (required).

  • role_namestring

    Role name for the user (e.g., 'Member', 'Admin'). If not specified, the default role will be assigned.

  • first_namestringObligatorio

    First name of the user (required).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ContactSCHEDULEONCE_DELETE_CONTACTAcción

Tool to delete a contact by ID from OnceHub. Use when you need to permanently remove a contact from the system.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the contact to delete (e.g., 'CTC-GLJV69KW2LU30W')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete UserSCHEDULEONCE_DELETE_USERAcción

Tool to delete a user account from OnceHub. Use when you need to permanently remove a user from the system.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the user to delete (e.g., 'USR-7R1P5GMSXE')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Available Time SlotsSCHEDULEONCE_GET_AVAILABLE_TIME_SLOTSAcción

Tool to retrieve available time slots for a booking calendar from OnceHub. Use when you need to check availability for scheduling appointments within a specific date range (maximum 30 days). Returns real-time availability based on booking rules and participant calendars.

Parámetros de entrada

  • idstringObligatorio

    The ID of the booking calendar to query for available time slots. Format: 'BKC-' followed by alphanumeric string (e.g., 'BKC-ZK6W94KE6W')

  • end_timestringObligatorio

    The end of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-29T23:59:59Z'). Must be within 30 days of start_time.

  • start_timestringObligatorio

    The beginning of the time range to search for available slots. Must be in ISO 8601 full form UTC format (e.g., '2024-11-29T09:30:00.000Z' or '2025-12-22T00:00:00Z'). Cannot be more than 30 days before end_time.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Single BookingSCHEDULEONCE_GET_SINGLE_BOOKINGAcción

Tool to retrieve a single booking by ID from OnceHub. Use when you need to fetch complete booking details including timing, customer information, location, status, and form submission data.

Parámetros de entrada

  • idstringObligatorio

    The booking identifier. Format: 'BKNG-' followed by alphanumeric string (e.g., 'BKNG-J4FR05BKEWEX')

  • expandstring

    Comma-separated list of embedded objects to expand into full objects. Expandable objects include: 'booking_page', 'event_type', 'master_page', 'owner'. Maximum expansion depth is 2 levels. Example: 'booking_page,event_type'. Note: Expanding data causes additional lookups and may result in slower response times.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Single Booking CalendarSCHEDULEONCE_GET_SINGLE_BOOKING_CALENDARAcción

Tool to retrieve a single booking calendar by ID from OnceHub. Use when you need to fetch detailed information about a specific booking calendar including its subject, name, URL, host, published status, and duration.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the booking calendar to retrieve (e.g., 'BKC-ZK6W94KE6W' or 'BKC-LDJ878496X')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Single ContactSCHEDULEONCE_GET_SINGLE_CONTACTAcción

Tool to retrieve a single contact by ID from OnceHub. Use when you need to fetch complete contact details including personal information, location data, and custom fields.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the contact to retrieve (e.g., 'CTC-J4FR05BKEW' or 'CTC-GLJV69KW2LU30W')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Single Master PageSCHEDULEONCE_GET_SINGLE_MASTER_PAGEAcción

Tool to retrieve a single master page by ID from OnceHub. Use when you need to fetch complete master page details including name, label, URL, and active status.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the master page to retrieve. Format: MP-XXXXXXXXXXXX (e.g., 'MP-73E6RHFU77' or 'MP-TEST123456')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Single UserSCHEDULEONCE_GET_SINGLE_USERAcción

Tool to retrieve a single user by ID from OnceHub. Use when you need to fetch detailed information about a specific user including their name, email, status, role, timezone, and team associations.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the user to retrieve (e.g., 'USR-GB59HWQCXF' or 'USR-FSD423423')

  • expandstring

    Comma-separated list of embedded objects to expand in the response. By default, embedded objects are collapsed to their IDs. Example: 'teams'. Maximum expansion depth is 2 levels.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User Scheduling AvailabilitySCHEDULEONCE_GET_USER_SCHEDULING_AVAILABILITYAcción

Tool to get user scheduling availability from OnceHub. Use when you need to retrieve a user's weekly schedule, working hours, and any date-specific overrides.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the user (e.g., 'USR-GB59HWQCXF')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Booking CalendarsSCHEDULEONCE_LIST_ALL_BOOKING_CALENDARSAcción

Tool to list all booking calendars in the account. Use when you need to retrieve all booking calendars with optional cursor-based pagination.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.

  • limitinteger

    Number of objects to return, between 1-100. Default is 10.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Booking PagesSCHEDULEONCE_LIST_ALL_BOOKING_PAGESAcción

Tool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.

  • limitinteger

    Number of objects to return, between 1-100. Default is 10.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All BookingsSCHEDULEONCE_LIST_ALL_BOOKINGSAcción

Tool to list all bookings in the account. Use when you need to retrieve bookings with optional filtering by time ranges, pagination, or expansion of related objects.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID.

  • limitinteger

    Number of objects to return, between 1-100. Default is 10.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.

  • expandstring

    Comma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.

  • creation_time.gtstring

    Filter bookings created after specified time (ISO 8601 format).

  • starting_time.gtstring

    Filter bookings with starting time greater than specified timestamp (ISO 8601 format).

  • starting_time.ltstring

    Filter bookings with starting time less than specified timestamp (ISO 8601 format).

  • last_updated_time.gtstring

    Filter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All ContactsSCHEDULEONCE_LIST_ALL_CONTACTSAcción

Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.

  • limitinteger

    Number of objects to return, between 1-100. Default is 10.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.

  • creation_time.gtstring

    Filter contacts created after specified timestamp (ISO 8601 format).

  • creation_time.ltstring

    Filter contacts created before specified timestamp (ISO 8601 format).

  • last_updated_time.gtstring

    Filter contacts updated after specified timestamp (ISO 8601 format).

  • last_updated_time.ltstring

    Filter contacts updated before specified timestamp (ISO 8601 format).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Event TypesSCHEDULEONCE_LIST_ALL_EVENT_TYPESAcción

Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.

  • limitinteger

    Number of objects to return, between 1-100. Default is 10.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Master PagesSCHEDULEONCE_LIST_ALL_MASTER_PAGESAcción

Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.

  • limitinteger

    Number of objects to return, between 1-100. Default is 10.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All TeamsSCHEDULEONCE_LIST_ALL_TEAMSAcción

Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.

  • limitinteger

    Number of objects to return, between 1-100. Default is 25.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All UsersSCHEDULEONCE_LIST_ALL_USERSAcción

Tool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.

Parámetros de entrada

  • afterstring

    Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.

  • limitinteger

    Number of objects to return, between 1-100. Default is 10.

  • beforestring

    Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Mark Booking as No-ShowSCHEDULEONCE_MARK_BOOKING_AS_NO_SHOWAcción

Tool to mark a completed booking as no-show in OnceHub. Use when the customer did not attend the scheduled meeting and you need to update the booking status to reflect the no-show.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the booking to mark as no-show (e.g., 'BKNG-J4FR05BKEWEX'). The booking must exist and be in a valid state to be marked as no-show.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Test API KeySCHEDULEONCE_TEST_API_KEYAcción

Tool to validate API key authentication for OnceHub. Use when you need to verify that your API key is valid and active before making other API calls to the platform.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update ContactSCHEDULEONCE_UPDATE_CONTACTAcción

Tool to update an existing contact in ScheduleOnce. Use when you need to modify contact information such as name, email, company, or phone number.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the contact to update (e.g., 'CTC-W35G2NEQ2PC6QX').

  • emailstring

    Updated email address of the contact.

  • phonestring

    Updated phone number of the contact.

  • companystring

    Updated company name associated with the contact.

  • last_namestring

    Updated last name of the contact.

  • first_namestring

    Updated first name of the contact.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update UserSCHEDULEONCE_UPDATE_USERAcción

Tool to update an existing user in OnceHub. Use when you need to modify user information such as name, email, role, or timezone.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the user to update (e.g., 'USR-DQ27BRAJ4L').

  • emailstring

    Updated email address of the user.

  • timezonestring

    Updated timezone for the user (e.g., 'America/Chicago', 'Europe/London').

  • last_namestring

    Updated last name of the user.

  • role_namestring

    Updated role name for the user (e.g., 'Member', 'Admin').

  • first_namestring

    Updated first name of the user.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update User Scheduling AvailabilitySCHEDULEONCE_UPDATE_USER_SCHEDULING_AVAILABILITYAcción

Tool to update user scheduling availability in OnceHub. Use when you need to modify a user's weekly schedule, set working hours for specific days, or add date-specific overrides for holidays or special events.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the user (e.g., 'USR-GB59HWQCXF')

  • weeklyobject[]Obligatorio

    Weekly schedule containing availability for each day of the week. Must include entries for all 7 days.

  • timezonestringObligatorio

    Timezone for the scheduling availability (e.g., 'America/New_York', 'Asia/Kolkata'). Must be a valid IANA timezone identifier.

  • overridesobject[]

    List of specific date overrides that modify the weekly schedule. Use this for holidays, vacation days, or special availability.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not