https://github.com/bdcorps/candymail
Email Automations for Node.js
https://github.com/bdcorps/candymail
automation email-marketing nodejs scheduled-messages typescript
Last synced: 12 months ago
JSON representation
Email Automations for Node.js
- Host: GitHub
- URL: https://github.com/bdcorps/candymail
- Owner: bdcorps
- License: mit
- Created: 2020-12-26T00:42:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T23:29:41.000Z (about 4 years ago)
- Last Synced: 2024-11-20T05:41:59.530Z (over 1 year ago)
- Topics: automation, email-marketing, nodejs, scheduled-messages, typescript
- Language: TypeScript
- Homepage: https://candymail.saasbase.dev
- Size: 535 KB
- Stars: 314
- Watchers: 5
- Forks: 23
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Email Automation for Node.js
Candymail makes it easy to trigger and send multi-step email sequences in Node.js using a single JSON file. Built for bootstrappers, indie makers with special care.
## Features
1. **Portable**: Create, share and reuse email marketing strategies between different products
2. **Simple to use**: Time to send, subject, body of the emails can all be set up in a single JSON file
3. **Free**: No need to pay for monthly Mailchimp etc. payments for email automation plans
4. **HTML Support**: Add HTML templates in the email body
5. **Compliance**: Unsubscribe Option added to email footer
## Use Cases
- Build better onboarding by guiding the user through the app with paced training emails
- Reduce churn by sending exciting community content every few days
- Convert more customers to paid plans by offering discounts based on the user's usage activity
## Installation
``` bash
# npm
npm install --save candymail
# yarn
yarn add candymail
```
## Email Providers
Any service that allows SMTP: Sendgrid, Mailgun, SES, Postmark, Mailjet
## Sponsors
- [SaasBase: Guides on building your next SaaS app](https://bit.ly/3oumU3V)
## Looking to contribute?
Read the `CONTRIBUTING.md` and pick up issues to work on from the Project Roadmap [here](https://github.com/bdcorps/candymail/wiki/Project-Roadmap).
Got Feedback? Hit me up at sunnyashiin@gmail.com \
Now available for freelance work.
Thanks to [u/grantrules on Reddit](https://www.reddit.com/user/grantrules/) for helping with a code review
## Contributers
- @Gbaguidi and the team at [Gurulab](https://www.linkedin.com/company/gurulab-sas) build email body personalization feature. [Check out their product](https://kryptonite.africa).