Scheduleonce
scheduleonceScheduling platform for capturing, qualifying, and engaging with inbound leads
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ónTool 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.
SCHEDULEONCE_BOOK_TIME_SLOTAcciónTool 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
idstringObligatorioThe unique identifier of the booking calendar to book a time slot for (e.g., 'BKC-ZK6W94KE6W')
start_timestringObligatorioThe 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_formobjectObligatorioForm data containing guest information including name, email, and optional fields
custom_fieldsobject[]Array of custom field objects with 'name' and 'value' properties
location_typestringType of location for the meeting. Can only select from locations offered within the available time slots.
location_valuestringLocation-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_zonestringObligatorioThe guest's timezone in IANA format (e.g., 'America/New_York', 'Europe/London')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cancel BookingSCHEDULEONCE_CANCEL_BOOKINGAcciónTool 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.
SCHEDULEONCE_CANCEL_BOOKINGAcciónTool 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
idstringObligatorioThe unique identifier of the booking to cancel (e.g., 'BKNG-J4FR05BKEWEX')
cancellation_reasonstringThe reason for canceling the booking. This will be stored in the cancel_reschedule_information.reason field of the booking object.
send_cancellation_emailbooleanDetermines whether a cancellation email notification should be sent to the customer and other participants.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ContactSCHEDULEONCE_CREATE_CONTACTAcciónTool 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.
SCHEDULEONCE_CREATE_CONTACTAcciónTool 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
citystringCity of the contact.
emailstringObligatorioEmail address of the contact (required).
phonestringPhone number of the contact.
statestringState or province of the contact.
companystringCompany name associated with the contact.
countrystringCountry of the contact.
timezonestringTimezone of the contact.
job_titlestringJob title of the contact.
last_namestringObligatorioLast name of the contact (required).
post_codestringPostal or ZIP code of the contact.
first_namestringObligatorioFirst name of the contact (required).
salutationstringSalutation/title for the contact.
mobile_phonestringMobile phone number of the contact.
street_addressstringStreet address of the contact.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create One-Time Link for Booking CalendarSCHEDULEONCE_CREATE_ONE_TIME_LINK_FOR_BOOKING_CALENDARAcciónTool 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.
SCHEDULEONCE_CREATE_ONE_TIME_LINK_FOR_BOOKING_CALENDARAcciónTool 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
idstringObligatorioThe unique identifier of the booking calendar to create a one-time link for (e.g., 'BKC-ZK6W94KE6W'). The booking calendar must be published.
guestobjectModel for guest information to personalize the one-time link.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create UserSCHEDULEONCE_CREATE_USERAcciónTool 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.
SCHEDULEONCE_CREATE_USERAcciónTool 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
emailstringObligatorioEmail address of the user (required).
last_namestringObligatorioLast name of the user (required).
role_namestringRole name for the user (e.g., 'Member', 'Admin'). If not specified, the default role will be assigned.
first_namestringObligatorioFirst name of the user (required).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ContactSCHEDULEONCE_DELETE_CONTACTAcciónTool to delete a contact by ID from OnceHub. Use when you need to permanently remove a contact from the system.
SCHEDULEONCE_DELETE_CONTACTAcciónTool to delete a contact by ID from OnceHub. Use when you need to permanently remove a contact from the system.
Parámetros de entrada
idstringObligatorioThe unique identifier of the contact to delete (e.g., 'CTC-GLJV69KW2LU30W')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete UserSCHEDULEONCE_DELETE_USERAcciónTool to delete a user account from OnceHub. Use when you need to permanently remove a user from the system.
SCHEDULEONCE_DELETE_USERAcciónTool to delete a user account from OnceHub. Use when you need to permanently remove a user from the system.
Parámetros de entrada
idstringObligatorioThe unique identifier of the user to delete (e.g., 'USR-7R1P5GMSXE')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Available Time SlotsSCHEDULEONCE_GET_AVAILABLE_TIME_SLOTSAcciónTool 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.
SCHEDULEONCE_GET_AVAILABLE_TIME_SLOTSAcciónTool 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
idstringObligatorioThe ID of the booking calendar to query for available time slots. Format: 'BKC-' followed by alphanumeric string (e.g., 'BKC-ZK6W94KE6W')
end_timestringObligatorioThe 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_timestringObligatorioThe 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Single BookingSCHEDULEONCE_GET_SINGLE_BOOKINGAcciónTool 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.
SCHEDULEONCE_GET_SINGLE_BOOKINGAcciónTool 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
idstringObligatorioThe booking identifier. Format: 'BKNG-' followed by alphanumeric string (e.g., 'BKNG-J4FR05BKEWEX')
expandstringComma-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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Single Booking CalendarSCHEDULEONCE_GET_SINGLE_BOOKING_CALENDARAcciónTool 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.
SCHEDULEONCE_GET_SINGLE_BOOKING_CALENDARAcciónTool 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
idstringObligatorioThe unique identifier of the booking calendar to retrieve (e.g., 'BKC-ZK6W94KE6W' or 'BKC-LDJ878496X')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Single ContactSCHEDULEONCE_GET_SINGLE_CONTACTAcciónTool 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.
SCHEDULEONCE_GET_SINGLE_CONTACTAcciónTool 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
idstringObligatorioThe unique identifier of the contact to retrieve (e.g., 'CTC-J4FR05BKEW' or 'CTC-GLJV69KW2LU30W')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Single Master PageSCHEDULEONCE_GET_SINGLE_MASTER_PAGEAcciónTool 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.
SCHEDULEONCE_GET_SINGLE_MASTER_PAGEAcciónTool 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
idstringObligatorioThe unique identifier of the master page to retrieve. Format: MP-XXXXXXXXXXXX (e.g., 'MP-73E6RHFU77' or 'MP-TEST123456')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Single UserSCHEDULEONCE_GET_SINGLE_USERAcciónTool 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.
SCHEDULEONCE_GET_SINGLE_USERAcciónTool 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
idstringObligatorioThe unique identifier of the user to retrieve (e.g., 'USR-GB59HWQCXF' or 'USR-FSD423423')
expandstringComma-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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User Scheduling AvailabilitySCHEDULEONCE_GET_USER_SCHEDULING_AVAILABILITYAcciónTool 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.
SCHEDULEONCE_GET_USER_SCHEDULING_AVAILABILITYAcciónTool 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
idstringObligatorioThe unique identifier of the user (e.g., 'USR-GB59HWQCXF')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Booking CalendarsSCHEDULEONCE_LIST_ALL_BOOKING_CALENDARSAcciónTool to list all booking calendars in the account. Use when you need to retrieve all booking calendars with optional cursor-based pagination.
SCHEDULEONCE_LIST_ALL_BOOKING_CALENDARSAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.
limitintegerNumber of objects to return, between 1-100. Default is 10.
beforestringObject ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Booking PagesSCHEDULEONCE_LIST_ALL_BOOKING_PAGESAcciónTool to list all booking pages in the account. Use when you need to retrieve all booking pages with optional cursor-based pagination.
SCHEDULEONCE_LIST_ALL_BOOKING_PAGESAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.
limitintegerNumber of objects to return, between 1-100. Default is 10.
beforestringObject ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All BookingsSCHEDULEONCE_LIST_ALL_BOOKINGSAcciónTool 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.
SCHEDULEONCE_LIST_ALL_BOOKINGSAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID.
limitintegerNumber of objects to return, between 1-100. Default is 10.
beforestringObject ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.
expandstringComma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.
creation_time.gtstringFilter bookings created after specified time (ISO 8601 format).
starting_time.gtstringFilter bookings with starting time greater than specified timestamp (ISO 8601 format).
starting_time.ltstringFilter bookings with starting time less than specified timestamp (ISO 8601 format).
last_updated_time.gtstringFilter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All ContactsSCHEDULEONCE_LIST_ALL_CONTACTSAcciónTool 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.
SCHEDULEONCE_LIST_ALL_CONTACTSAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.
limitintegerNumber of objects to return, between 1-100. Default is 10.
beforestringObject ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.
creation_time.gtstringFilter contacts created after specified timestamp (ISO 8601 format).
creation_time.ltstringFilter contacts created before specified timestamp (ISO 8601 format).
last_updated_time.gtstringFilter contacts updated after specified timestamp (ISO 8601 format).
last_updated_time.ltstringFilter contacts updated before specified timestamp (ISO 8601 format).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Event TypesSCHEDULEONCE_LIST_ALL_EVENT_TYPESAcciónTool 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.
SCHEDULEONCE_LIST_ALL_EVENT_TYPESAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.
limitintegerNumber of objects to return, between 1-100. Default is 10.
beforestringObject ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Master PagesSCHEDULEONCE_LIST_ALL_MASTER_PAGESAcciónTool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.
SCHEDULEONCE_LIST_ALL_MASTER_PAGESAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.
limitintegerNumber of objects to return, between 1-100. Default is 10.
beforestringObject ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All TeamsSCHEDULEONCE_LIST_ALL_TEAMSAcciónTool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.
SCHEDULEONCE_LIST_ALL_TEAMSAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.
limitintegerNumber of objects to return, between 1-100. Default is 25.
beforestringObject ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All UsersSCHEDULEONCE_LIST_ALL_USERSAcciónTool to list all users in the OnceHub account. Use when you need to retrieve user information with optional cursor-based pagination.
SCHEDULEONCE_LIST_ALL_USERSAcciónTool 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
afterstringObject ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.
limitintegerNumber of objects to return, between 1-100. Default is 10.
beforestringObject ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark Booking as No-ShowSCHEDULEONCE_MARK_BOOKING_AS_NO_SHOWAcciónTool 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.
SCHEDULEONCE_MARK_BOOKING_AS_NO_SHOWAcciónTool 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
idstringObligatorioThe 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Test API KeySCHEDULEONCE_TEST_API_KEYAcciónTool 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.
SCHEDULEONCE_TEST_API_KEYAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update ContactSCHEDULEONCE_UPDATE_CONTACTAcciónTool to update an existing contact in ScheduleOnce. Use when you need to modify contact information such as name, email, company, or phone number.
SCHEDULEONCE_UPDATE_CONTACTAcciónTool 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
idstringObligatorioUnique identifier of the contact to update (e.g., 'CTC-W35G2NEQ2PC6QX').
emailstringUpdated email address of the contact.
phonestringUpdated phone number of the contact.
companystringUpdated company name associated with the contact.
last_namestringUpdated last name of the contact.
first_namestringUpdated first name of the contact.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update UserSCHEDULEONCE_UPDATE_USERAcciónTool to update an existing user in OnceHub. Use when you need to modify user information such as name, email, role, or timezone.
SCHEDULEONCE_UPDATE_USERAcciónTool 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
idstringObligatorioThe unique identifier of the user to update (e.g., 'USR-DQ27BRAJ4L').
emailstringUpdated email address of the user.
timezonestringUpdated timezone for the user (e.g., 'America/Chicago', 'Europe/London').
last_namestringUpdated last name of the user.
role_namestringUpdated role name for the user (e.g., 'Member', 'Admin').
first_namestringUpdated first name of the user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update User Scheduling AvailabilitySCHEDULEONCE_UPDATE_USER_SCHEDULING_AVAILABILITYAcciónTool 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.
SCHEDULEONCE_UPDATE_USER_SCHEDULING_AVAILABILITYAcciónTool 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
idstringObligatorioThe unique identifier of the user (e.g., 'USR-GB59HWQCXF')
weeklyobject[]ObligatorioWeekly schedule containing availability for each day of the week. Must include entries for all 7 days.
timezonestringObligatorioTimezone 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not