Zapier

Complete Zapier automation with Zaps, Tables, Interfaces, webhooks, REST Hooks API, and 6000+ app integrations.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Zapier" with this command: npx skills add ivangdavila/zapier

Zapier

Complete Zapier reference. See auxiliary files for detailed operations.

Quick Start

# Test API connection
curl -H "Authorization: Bearer $ZAPIER_API_KEY" \
  https://api.zapier.com/v1/profile

Setup

On first use, read setup.md. Preferences stored in ~/zapier/memory.md.

When to Use

Any Zapier operation: create Zaps, manage Tables, build Interfaces, configure webhooks, integrate 6000+ apps, automate workflows.

Architecture

~/zapier/
├── memory.md      # Account context, common Zaps
└── zaps/          # Documented configurations

Quick Reference

TopicFile
Setup & memorysetup.md, memory-template.md
REST Hooks APIapi.md
Triggers (all types)triggers.md
Actions (all types)actions.md
Filters, Paths, Formatterslogic.md
Webhooks (Catch Hook, send)webhooks.md
Zapier Tables (database)tables.md
Zapier Interfaces (forms)interfaces.md
Popular integrationsintegrations.md
Patterns & recipespatterns.md

Core Rules

  1. Test mode first — Use test data before enabling Zap
  2. Triggers define scope — Zap only runs when trigger fires
  3. Field mapping explicit — Always verify data flows correctly
  4. Filters before actions — Reduce unnecessary task usage
  5. Idempotency via dedup — Use Dedup filter for critical flows
  6. Webhooks for instant — Polling triggers have 1-15 min delay

Authentication

Environment variables:

  • ZAPIER_API_KEY — API key from zapier.com/developer/platform
  • ZAPIER_TABLES_TOKEN — Tables API token (optional, for Tables API)
curl -H "Authorization: Bearer $ZAPIER_API_KEY" \
  https://api.zapier.com/v1/zaps

Zapier Product Suite

ProductPurposeFile
ZapsAutomated workflowstriggers.md, actions.md
TablesNo-code databasetables.md
InterfacesForms, pages, chatbotsinterfaces.md
ChatbotsAI-powered assistantsinterfaces.md
CanvasVisual workflow planningWeb UI only

Common Traps

  • Amount in wrong format → Zapier passes strings, convert with Formatter
  • No idempotency → Dedup action prevents duplicate processing
  • Webhook timeout → Return 200 within 30 seconds
  • Task burn → One Zap run = 1+ tasks, filters don't count
  • Polling delay → Free: 15min, Paid: 1-2min, Webhooks: instant

External Endpoints

EndpointPurpose
https://api.zapier.com/v1/*REST Hooks API
https://hooks.zapier.com/hooks/catch/*Incoming webhooks
https://tables.zapier.com/api/v1/*Tables API
Connected apps6000+ via Zapier

Security & Privacy

Environment variables used:

  • ZAPIER_API_KEY — for REST Hooks API authentication

Sent to Zapier: Workflow data, field mappings, trigger/action configs Sent to connected apps: Only data you explicitly map Stays local: ~/zapier/ preferences, API keys (never logged) Never: Expose API keys, skip webhook verification

Trust

This skill sends data to Zapier (zapier.com) and any apps you connect through Zaps.

Related Skills

Install with clawhub install <slug> if user confirms:

  • api — REST API patterns
  • webhook — Webhook fundamentals
  • saas — SaaS metrics and billing

Feedback

  • If useful: clawhub star zapier
  • Stay updated: clawhub sync

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

spec-executor

Execution companion for spec-workflow: state navigation, task tracking via tasks.md, incremental delivery, and session recovery. Use after spec-workflow prod...

Registry SourceRecently Updated
Automation

qwencloud-ops-auth

[QwenCloud] Configure authentication (API keys, endpoints). TRIGGER when: setting up QWEN_API_KEY, troubleshooting 401/auth errors, when another skill report...

Registry SourceRecently Updated
Automation

Feishu Agent Provision

创建绑定飞书群聊的专用 Agent。支持:询问配置问题、创建独立 workspace、注册 agent 到 OpenClaw 配置、绑定飞书群到该 agent、设置每日/每周定时报告。触发条件:用户说"创建一个飞书agent"、"创建项目agent"、"新建agent并绑定飞书群"、"创建一个专属agent"、或...

Registry SourceRecently Updated
Automation

Atelier Litteraire : Redaction litteraire, avec idéation et processus itératif. plusieurs agents : idéation, rédaction, jury/correcteurs.

Generates and refines short novels or short stories from a pitch using narrative ideation and multi-iteration writing with jury scoring and final DOCX/PDF ou...

Registry SourceRecently Updated
Zapier | V50.AI