eTermin is an online appointment scheduling platform that allows businesses to manage bookings and integrate with various applications through its REST API.
Tool to create a new contact in eTermin. Use when you need to add a contact before scheduling appointments.
Create a new resource in eTermin. Use this tool to create contacts, vouchers, users, services, or appointments. This is a flexible generic action that supports multiple resource types with appropriate payload data. For contacts and vouchers, form encoding is automatically applied. For other resources, JSON is used by default.
Tool to create a new user. Use when you need to add users to eTermin after collecting their details.
Creates a new discount voucher in eTermin. Use this to set up promotional codes that customers can apply during booking. Supports both percentage and fixed amount discounts.
Creates a webhook (web push notification) in eTermin to receive real-time updates about appointments. IMPORTANT: eTermin webhook configuration is typically managed through the web UI at API > API & Web Push. This action attempts API-based creation but will return a helpful message with UI instructions if the API endpoint is not available for your tenant. Webhooks can notify your application when appointments are created, modified, or deleted. Configure the webhook URL, optional authentication headers, and secret key for signature verification.
Delete an existing appointment by its ID. Use the GET appointments action first to retrieve valid appointment IDs. Returns a success indicator along with any error messages if the deletion fails.