Put Semuko to work with AI and enterprise-grade automation
Automate smarter with Semuko 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.
- Brand
- Checkout page types
Try ItTriggerInstant- Brand
Try ItTriggerInstant- Brand
- Status
- Company
- Website
- Industry
- Notes
- Contact 1 relation
- Contact 1 first name
- Contact 1 last name
- Contact 1 email
- Contact 1 alternate email
- Contact 1 phone
- Contact 1 mobile
- Contact 1 email opt-in
- Contact 1 SMS opt-in
- Contact 1 birthday
- Contact 1 anniversary
- Contact 2 relation
- Contact 2 first name
- Contact 2 last name
- Contact 2 email
- Contact 2 alternate email
- Contact 2 phone
- Contact 2 mobile
- Contact 2 email opt-in
- Contact 2 SMS opt-in
- Contact 2 birthday
- Contact 2 anniversary
- Contact 3 relation
- Contact 3 first name
- Contact 3 last name
- Contact 3 email
- Contact 3 alternate email
- Contact 3 phone
- Contact 3 mobile
- Contact 3 email opt-in
- Contact 3 SMS opt-in
- Contact 3 birthday
- Contact 3 anniversary
- Contact 4 relation
- Contact 4 first name
- Contact 4 last name
- Contact 4 email
- Contact 4 alternate email
- Contact 4 phone
- Contact 4 mobile
- Contact 4 email opt-in
- Contact 4 SMS opt-in
- Contact 4 birthday
- Contact 4 anniversary
- Main contacts (override)
- Primary address line 1
- Primary address line 2
- Primary city
- Primary state / region
- Primary ZIP / postal
- Primary country
- Secondary address line 1
- Secondary address line 2
- Secondary city
- Secondary state / region
- Secondary ZIP / postal
- Secondary country
- Client portal access enabled
- Custom fields (JSON, advanced)
ActionWrite- Client
- Brand
- Invoice number
- Subject
- Notes
- Issue date
- Due date
- Currency
- Status
- DescriptionRequired
- Extended description (HTML)
- Quantity
- Unit price
- Taxable
- Tax rate (decimal)
- Linked product (UUID)
- Linked package (UUID)
ActionWrite
- Brand
Try ItTriggerInstant- Brand
Try ItTriggerInstant- Event nameRequired
- Brand
- Related client
- Related lead (UUID)
- Event type
- Event status
- Start dateRequired
- End dateRequired
- Start time
- End time
- Location
- Notes
- Priority
- Value
- Estimated hours
- Deadline
- Assigned to (staff user UUID)
- Custom fields (JSON, advanced)
ActionWrite- Lead kind
- Type
- Brand
- Referral source
- Referral source (custom text)
- Status
- Event / project name
- Start date
- End date
- Location
- Object notes
- Budget
- Guest count (events)
- Priority
- Event start time
- Event end time
- All-day event
- Meeting URL
- Reminder (minutes before)
- Project deadline
- Estimated hours (project)
- Progress % (project)
- Contact 1 relation
- Contact 1 first name
- Contact 1 last name
- Contact 1 email
- Contact 1 alternate email
- Contact 1 phone
- Contact 1 mobile
- Contact 1 email opt-in
- Contact 1 SMS opt-in
- Contact 1 birthday
- Contact 1 anniversary
- Contact 2 relation
- Contact 2 first name
- Contact 2 last name
- Contact 2 email
- Contact 2 alternate email
- Contact 2 phone
- Contact 2 mobile
- Contact 2 email opt-in
- Contact 2 SMS opt-in
- Contact 2 birthday
- Contact 2 anniversary
- Primary address line 1
- Primary address line 2
- Primary city
- Primary state / region
- Primary ZIP / postal
- Primary country (ISO 2-letter)
- Secondary address line 1
- Secondary address line 2
- Secondary city
- Secondary state / region
- Secondary ZIP / postal
- Secondary country (ISO 2-letter)
- Company
- Website
- Source
- Estimated value
- Notes
- Assigned to (staff user UUID)
- Main contacts (override)
- Full name (shortcut)
- Email (shortcut → Contact 1)
- Phone (shortcut → Contact 1 main)
- Address (shortcut → primary line 1)
- Job title (informational)
- Custom fields (JSON, advanced)
ActionWrite
For builders
Let your AI safely access Semuko
Go beyond Zap workflows. Install Zapier in your AI to call Semuko actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Semuko from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose Semuko 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 Semuko connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "semuko", owner: "me" });
await zapier.runAction({
app: 'semuko',
action: 'create_client',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.








