This Zapier integration project is generated by the zapier init CLI command.
These are what you normally do next:
# Install dependencies
npm install # or you can use pnpm or yarn
# Run tests
zapier test
# Register the integration on Zapier if you haven't
zapier register "App Title"
# Or you can link to an existing integration on Zapier
zapier link
# Push it to Zapier
zapier pushThen, to add more features, you can use the zapier scaffold command, for example:
# Add a trigger
zapier scaffold trigger contact
# Add an action
zapier scaffold create contactFind out more on the latest docs: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md.
MultiMail handles regulatory compliance at the infrastructure layer — no Zapier-side code changes needed:
- EU AI Act Article 50: Every AI-sent email includes a cryptographically signed
ai_generateddisclosure in theX-MultiMail-Identityheader - Zapier-triggered sends: AI disclosure headers are automatically included on all Zapier-triggered sends from AI-operated mailboxes
- US State Laws: Maine, New York, California, Illinois — AI disclosure built into email delivery
- CAN-SPAM: Unsubscribe headers and physical address footers on all outbound email
- Formally Verified: Lean 4 proofs of identity header tamper evidence
See multimail.dev/use-cases/eu-ai-act-email-compliance for details.