Zoho Bookings integration tasks
Note:
- Each time any of the Zoho Bookings integration tasks is executed, it triggers an API request in the back-end. This call is deducted from the External Calls limit available for the service from which the task is executed, based on your pricing.
- Only actual executions that receive a response (whether success or failure) are counted, not the number of times the task appears in the script. For example, if Create appointment task is placed inside a for each task that iterates five times, the number of external API calls consumed will be five, even though the task appears only once in the script.
- Get workspaces: Fetch all the workspaces
- Get record by ID: Fetch a record from the specified module using its ID
- Get Related Records: Fetch records from the sub module that is related to the specified record of the parent module
- Get available slots: Fetch a list of available slots for the given service and staff on the specified date
- Create appointment: Fetch a record from the specified module using its ID
- Update records: Update a record with the specified values using its ID