# Etermin AI integration on Definable

> eTermin is an online appointment scheduling platform that allows businesses to manage bookings and integrate with various applications through its REST API.

## What this connects

eTermin is an online appointment scheduling platform that allows businesses to manage bookings and integrate with various applications through its REST API.

Vendor: https://www.etermin.net/

## Tools available

**78** tools available. First 12:

- `ETERMIN_ASSIGN_CALENDAR_SERVICE` — Assign Calendar Service — Tool to assign a service to a calendar in eTermin. Use when you need to link a specific service to a calendar/employee resource, making the service available for that calendar.
- `ETERMIN_CREATE_ABSENCE` — Create Absence — Tool to create an absence (non-working time) for a specific calendar. Use when you need to block time on a calendar for unavailability such as vacations, sick leave, or other non-working periods.
- `ETERMIN_CREATE_ANCHORTIME` — Create Anchortime — Tool to create anchortimes (recurring time slots) in a calendar. Use when you need to define regular appointment availability.
- `ETERMIN_CREATE_ANCHORTIME_BY_DATE` — Create Anchortime by Date — Tool to create anchortimes by date. Use when you need to block specific time slots on a calendar. Anchortimes define blocked periods for calendar scheduling where appointments cannot be booked.
- `ETERMIN_CREATE_APPOINTMENT` — Create Appointment — Tool to create a new appointment in eTermin. Use when you need to schedule an appointment with specific start/end times and calendar. Requires at minimum the start time, end time, and calendar ID. Optionally accepts customer details, service information, pricing, and notification settings.
- `ETERMIN_CREATE_APPOINTMENT_SYNC` — Create Appointment via Sync — Tool to create an appointment via sync in eTermin. Use when you need to synchronize an appointment from an external calendar system. Requires date/time in both local and UTC formats along with calendar ID, summary, and description.
- `ETERMIN_CREATE_CALENDAR_RETURN_TIME` — Create Calendar Return Time — Tool to create a return time for a calendar. Use when scheduling recurring return times or availability windows for a specific weekday. Return times define when a calendar resource becomes available after being occupied.
- `ETERMIN_CREATE_CONTACT` — Create Contact — Tool to create a new contact in eTermin. Use when you need to add a contact before scheduling appointments.
- `ETERMIN_CREATE_SERVICE` — Create Service — Tool to create a new service in eTermin. Use when you need to add a service to a service group with specified duration and settings.
- `ETERMIN_CREATE_SERVICE_GROUP` — Create Service Group — Tool to create a new service group in eTermin. Use when you need to organize services into groups for better booking page structure. Service groups help categorize services and control how they are displayed to customers during booking.
- `ETERMIN_CREATE_USER` — Create User — Tool to create a new user. Use when you need to add users to eTermin after collecting their details.
- `ETERMIN_CREATE_USERMAPPING` — Create Usermapping — Tool to create a new usermapping in eTermin. Use when you need to map phone numbers or other values to specific calendars and service groups.

## Auth

Auth schemes: `API_KEY`.

## How agents use Etermin

Inside a Definable workflow, Etermin is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Etermin** — the Researcher (GPT-5.5) pulls context from Etermin (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Etermin** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Etermin (create record, post message, draft email).
- **Designer / Engineer → Distributor → Etermin** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Etermin (attach file, open PR comment, post status).

The Verifier checks every Etermin call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- scheduling & booking — https://definable.ai/apps/category/scheduling-&-booking/
- calendar — https://definable.ai/apps/category/calendar/

## Related

- HTML page: https://definable.ai/apps/etermin/
- Same category (scheduling & booking): https://definable.ai/apps/category/scheduling-&-booking/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
