Put Skedda to work with AI and enterprise-grade automation
Automate smarter with Skedda 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 Internal Booking
Triggers when an internal booking is cancelled, including when a whole recurring series is cancelled or when a single occurrence of a recurring booking is removed. For occurrence-level cancellation, parentId is set to the parent booking ID.
Try ItTriggerInstant - New Booking Request
Triggers when a new booking request is submitted.
Try ItTriggerInstant - New User Booking
Triggers when a new booking is made for a user.
Try ItTriggerInstant - Updated User Booking
Triggers when a user booking is updated (single, series-level, or occurrence-level). Includes the full booking and a map of changed fields with old and new values.
Try ItTriggerInstant
- Cancelled User Booking
Triggers when a user booking is cancelled, including when a whole recurring series is cancelled or when a single occurrence of a recurring booking is removed. For occurrence-level cancellation, parentId is set to the parent booking ID.
Try ItTriggerInstant - New Internal Booking
Triggers when a new internal booking is created.
Try ItTriggerInstant - Updated Internal Booking
Triggers when an internal booking is updated (single, series-level, or occurrence-level). Includes the full booking and a map of changed fields with old and new values.
Try ItTriggerInstant
For builders
Let your AI safely access Skedda
Go beyond Zap workflows. Install Zapier in your AI to call Skedda actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Skedda 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 Skedda 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 Skedda 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: "skedda", owner: "me" });
await zapier.runAction({
app: 'skedda',
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.










