Sequence is an open source email marketing automation tool.
- Segment your customers by Events or User Attributes via our Audience Builder
- Send targeted emails to your Audiences
- Search and filter through customer data from multiple sources (Segment, API, SDK, with Intercom and CSV coming soon)
- API first with a GraphQL API and HTTP API
Set up Sequence with Docker Compose:
./build/copy_env # Copy sample environment variables
docker compose up
Open http://0.0.0.0:8000
to see the application.
Read about importing data to begin using Sequence.
Requirements
- Node version 14 and greater
- Postgres version 11 and greater
Recommended
- A Sendgrid API Key to send emails
- Read
/packages/api/.env.example
to configure your environment variables.
git clone https://github.com/sequence-so/sequence
cd sequence
yarn bootstrap
./build/copy_env
yarn dev
Please reach out if any errors occur at support@sequence.so
.