Put Appointedd to work with AI and enterprise-grade automation
Automate smarter with Appointedd and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- Cancelled Booking (Without Customer Details)
Triggers when an existing single or entire group booking is cancelled in one of your Appointedd organisations. This does not trigger when a single customer cancels from an existing group booking and does not contain the details of the customer that cancelled on the booking. Use the "Cancelled Participant (With Customer Details)" trigger instead if you require this.
Try ItTriggerInstant - Deleted Customer
Triggers when an existing customer is deleted in one of your Appointedd organisations.
Try ItTriggerInstant - New Customer
Triggers when a new customer is created in one of your Appointedd organisations.
Try ItTriggerInstant - Updated Customer
Triggers when an existing customer is updated in your Appointedd organisation.
Try ItTriggerInstant
- Cancelled Booking (With Customer Details)
Triggers when a customer cancels an existing single or group booking in one of your Appointedd organisations. This contains the details of the customer that cancelled and will not trigger if the cancelled booking was empty. If you only require the details of the cancelled booking or want to capture the cancellation of empty bookings use the "Cancelled Booking (Without Customer Details)" trigger.
Try ItTriggerInstant - New Booking (Without Customer Details)
Triggers when a new booking is created in one of your Appointedd organisations. This only contains the details of the booking but not the customer that created the booking which means it will trigger for empty bookings created internally. Use the "New Booking (With Customer Details)" trigger if you require the customer's details as well.
Try ItTriggerInstant - New Booking (With Customer Details)
Triggers when a new customer books in to a new booking or an existing group booking in one of your Appointedd organisations. This contains the customer's details and will not trigger if an empty booking is created internally. If you only require the details of the new booking or want to capture new bookings that are empty use the "New Booking (Without Customer Details)" trigger.
Try ItTriggerInstant
For builders
Let your AI safely access Appointedd
Go beyond Zap workflows. Install Zapier in your AI to call Appointedd actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Appointedd from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose Appointedd actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a Appointedd connection @ https://zapier.com/de/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "appointedd", owner: "me" });
await zapier.runAction({
app: 'appointedd',
action: '{actionName}',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.






