Zapier Platform API logo

Zapier Platform API

Zapier Platform API

Zapier Platform API 让 SaaS 公司把自家服务接入 Zapier 7000+ 应用生态,用户能用 Zapier 把你的 SaaS 和其他工具自动化连接。

适合什么时候用

7000+ app 集成生态行业最大

先注意什么

付费产品(pro $19.99/月 起)

第一步先查

platform.zapier.com 注册创建 integration。Zapier CLI 工具帮你 scaffold integration code。提交 Zapier 审核后上架。

认证
oauth
CORS
?
HTTPS
注册
?
协议
REST, Webhook
计费
paid

可用率 · 30 天窗口

日常巡检数据收集后将在此处显示。
01

关于这个 API

Zapier 是 2011 年创办的自动化平台,定位是"商业版 IFTTT"——比 IFTTT 更专业、功能更强、面向有薪资工作的人。核心场景:(1) Marketing 用 Zapier 把 typeform 表单提交 → 自动加到 Mailchimp 邮件列表 + 发 Slack 通知;(2) Sales 把 Calendly 会议 → 自动加 Salesforce + 发欢迎邮件;(3) 客服把 Intercom 工单 → 自动加 ClickUp task 给工程团队。生态 7000+ app 是 Zapier 护城河——任何 SaaS 都想接入 Zapier 因为用户都期待"我能用 Zapier 把它和其他工具串起来"。Platform API 让 SaaS 公司实现"接入 Zapier"——你写 Triggers (你的服务发生事件时通知 Zapier) 和 Actions (Zapier 调你的 service 做事)。审核严格但一旦上架就坐享 Zapier 用户流量。和 IFTTT、Make (Integromat)、n8n、Pipedream 是竞品但 Zapier 生态最大。

02

你可以做什么

  • 1SaaS 公司让 SaaS 接入 Zapier(增加客户黏性 + 减少集成工程量)
  • 2建 Zap 把 CRM + 邮件 + project mgmt 串起来
  • 3enterprise 自动化(无开发参与)
  • 4团队工作流自动化
03

优劣对比

优点

  • 7000+ app 集成生态行业最大
  • visual workflow builder 强大
  • enterprise-grade(审计、SSO、合规)
  • 商业用户多 200 万 + 公司

注意事项

  • 付费产品(pro $19.99/月 起)
  • 复杂逻辑(loops、conditional branches)老 plan 受限
  • API 设计复杂(platform partner 实现要花时间)
04

示例请求

通用模板 — 实际 endpoint 请查阅文档替换 <endpoint>。
curl https://zapier.com/<endpoint> \
  -H "Authorization: Bearer $ACCESS_TOKEN"
05

快速开始

platform.zapier.com 注册创建 integration。Zapier CLI 工具帮你 scaffold integration code。提交 Zapier 审核后上架。

06

常见问题

Zapier vs Make (Integromat)?+

Zapier 生态最大 + UI 最简单;Make 价格更便宜 + 复杂 workflow 能力强。技术用户偏好 Make。

Zapier 审核多久?+

简单集成 1-2 周;复杂集成几个月。Zapier 团队会反复 review code 确保质量。

07

技术细节

CORS: ?HTTPS: Yes注册: ?开源: No
认证方式
oauth
计费
paid
速率限制
按 plan 不同
协议
REST, Webhook
SDK
javascript, python
08

标签