Attio app integrating with Mixmax — a sales engagement and email productivity platform.
Adds a workflow step block that lets users add a contact's email address to a Mixmax sequence directly from an Attio workflow automation. Authentication is per-user via a Mixmax API token.
- Workflow block — add a contact email to any Mixmax sequence, with optional recipient name, as a step in an Attio workflow
pnpm installpnpm run dev| Command | Description |
|---|---|
pnpm run dev |
Start dev server |
pnpm run build |
Build + type-check |
pnpm run lint |
Run ESLint |
pnpm run lint:fix |
Run ESLint with auto-fix |
pnpm run format |
Format with Prettier |
pnpm run format:check |
Check formatting |
pnpm run test |
Run tests |
pnpm run knip |
Check for dead code |
| Path | Description |
|---|---|
src/app.ts |
App entry point |
src/blocks/add-email-to-sequence/ |
Workflow step block — definition, configurator, execute |
src/mixmax/ |
Mixmax API client, server helpers, and types |