Skip to main content

Zapier Plugin

FieldValue
Plugin IDzapier
Package@ever-works/zapier-plugin
Categorypipeline
Capabilitiespipeline, form-schema-provider
Configuration Modeuser-required
Auto EnableNo

Overview

The Zapier plugin triggers Zapier actions during work generation. Unlike Make.com which can drive an entire generation flow, Zapier is most often used to wire generation events into Zapier's 7000+ integrations — for example, posting "work generation finished" notifications to Slack, archiving generated items in Airtable, or kicking off downstream marketing workflows.

Selecting It

In the work edit screen, set Generation Pipeline to Zapier Automation. The plugin appears in the dropdown after a Zap webhook URL has been configured.

Configuration

The settings schema is defined in packages/plugins/zapier/src/ — see that source for current fields. You will typically need:

  • A Zap webhook URL.
  • Optional secret for verifying webhook payloads.

Use Cases

  • Notifying teammates in Slack/Teams when a work finishes generating.
  • Archiving generated items to Airtable, Notion, or Google Sheets.
  • Triggering email campaigns or social posts when new items are published.
  • Logging generation runs to an internal dashboard.