Etermin
Overview
SLUG: ETERMIN
Description
eTermin is an online appointment scheduling platform that allows businesses to manage bookings and integrate with various applications through its REST API.
Authentication Details
API Key
Connecting to Etermin
Create an auth config
Use the dashboard to create an auth config for the Etermin toolkit. This allows you to connect multiple Etermin accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Etermin Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Etermin toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
ETERMIN_CREATE_CONTACT
Tool Name: Create Contact
Description
Action Parameters
Action Response
ETERMIN_CREATE_RESOURCE
Tool Name: Create eTermin Resource
Description
Action Parameters
Action Response
ETERMIN_CREATE_USER
Tool Name: Create User
Description
Action Parameters
Action Response
ETERMIN_CREATE_VOUCHER
Tool Name: Create Voucher
Description
Action Parameters
Action Response
ETERMIN_CREATE_WEBHOOK
Tool Name: Create Webhook
Description
Action Parameters
Action Response
ETERMIN_DELETE_APPOINTMENT
Tool Name: Delete Appointment
Description
Action Parameters
Action Response
ETERMIN_DELETE_CALENDAR
Tool Name: Delete calendar
Description
Action Parameters
Action Response
ETERMIN_DELETE_CONTACT
Tool Name: Delete Contact
Description
Action Parameters
Action Response
ETERMIN_DELETE_RESOURCE
Tool Name: Delete Resource
Description
Action Parameters
Action Response
ETERMIN_DELETE_SERVICE
Tool Name: Delete Service
Description
Action Parameters
Action Response
ETERMIN_DELETE_USER
Tool Name: Delete User
Description
Action Parameters
Action Response
ETERMIN_DELETE_VOUCHER
Tool Name: Delete Voucher
Description
Action Parameters
Action Response
ETERMIN_DELETE_WEBHOOK
Tool Name: Delete Webhook
Description
Action Parameters
Action Response
ETERMIN_GET_APPOINTMENTS
Tool Name: Get Appointments
Description
Action Parameters
Action Response
ETERMIN_GET_CALENDARS
Tool Name: Get Calendars
Description
Action Parameters
Action Response
ETERMIN_GET_CONTACTS
Tool Name: Get Contacts
Description
Action Parameters
Action Response
ETERMIN_GET_RESOURCES
Tool Name: Get Resources
Description
Action Parameters
Action Response
ETERMIN_GET_SERVICES
Tool Name: Get Services
Description
Action Parameters
Action Response
ETERMIN_GET_USERS
Tool Name: Get Users
Description
Action Parameters
Action Response
ETERMIN_GET_WORKING_TIMES
Tool Name: Get Working Times
Description
Action Parameters
Action Response
ETERMIN_LIST_VOUCHERS
Tool Name: List Vouchers
Description
Action Parameters
Action Response
ETERMIN_LIST_WEBHOOKS
Tool Name: List Webhooks
Description
Action Parameters
Action Response
ETERMIN_UPDATE_CALENDAR
Tool Name: Update calendar
Description
Action Parameters
Action Response
ETERMIN_UPDATE_CONTACT
Tool Name: Update Contact
Description
Action Parameters
Action Response
ETERMIN_UPDATE_RESOURCE
Tool Name: Update Resource
Description
Action Parameters
Action Response
ETERMIN_UPDATE_SERVICE
Tool Name: Update Service
Description
Action Parameters
Action Response
ETERMIN_UPDATE_VOUCHER
Tool Name: Update Voucher
Description
Action Parameters
Action Response
ETERMIN_UPDATE_WEBHOOK
Tool Name: Update Webhook
Description
Action Parameters
Action Response