Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.48 KB

File metadata and controls

46 lines (31 loc) · 1.48 KB

.

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 push

Then, 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 contact

Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md.

Compliance

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_generated disclosure in the X-MultiMail-Identity header
  • 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.