Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parcelvoy/platform
Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://github.com/parcelvoy/platform
automation campaign email lcm lifecyle-marketing marketing messages multichannel notifications omni omnichannel push-notifications sms webhook
Last synced: 3 months ago
JSON representation
Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
- Host: GitHub
- URL: https://github.com/parcelvoy/platform
- Owner: parcelvoy
- License: other
- Created: 2022-06-28T01:02:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T19:28:52.000Z (6 months ago)
- Last Synced: 2024-07-28T09:46:55.670Z (6 months ago)
- Topics: automation, campaign, email, lcm, lifecyle-marketing, marketing, messages, multichannel, notifications, omni, omnichannel, push-notifications, sms, webhook
- Language: TypeScript
- Homepage: https://parcelvoy.com
- Size: 8.45 MB
- Stars: 188
- Watchers: 8
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Open Source Multi-Channel Marketing
Engage your customers through effortless communication.
## Features
- ๐ฌ **Cross Channel Messaging** Send data-driven emails, push notifications and text messages.
- ๐ฃ **Journeys** Build complex journeys with our drag-and-drop builder to schedule, trigger and segment users.
- ๐ฅ **Segmentation** Create dynamic lists to target users matching any event or user based criteria in real time.
- ๐ฃ **Campaigns** Build campaigns that target specific lists of users and go out at pre-defined times.
- ๐ **Integrations** Connect Parcelvoy to your applications using our easy to use SDKs and APIs.
- ๐ **Secure** SSO (SAML/OpenID) is provided out of the box, no extra bolts or add-ons.
- ๐ฆ **Open Source** Easy to setup and get running in your own cloud.## ๐ Deployment
You can run Parcelvoy locally or in the cloud easily using Docker.
### Render
You can do a one-click deploy on Render using the button below:
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/parcelvoy/platform)
Make sure to set the `BASE_URL` environment variable to the URL of the web server.
### Docker Compose
To get up and running quickly to try things out, copy our latest `docker-compose.yml` and `.env` file onto your machine and go!
```
mkdir parcelvoy && cd parcelvoy
wget https://raw.githubusercontent.com/parcelvoy/platform/master/{.env.example,docker-compose.yml}
mv .env.example .env
docker compose up -d # run the Docker container
```Login to the web app at http://localhost:3000 by entering the default credentials found in the copied `.env` file.
```
[email protected]
AUTH_BASIC_PASSWORD=password
```**Note:** We would recommend changing these default credentials as well as your `APP_SECRET` before ever using Parcelvoy in production.
For full documentation on the platform and more information on deployment, check out our docs.
**[Explore the Docs ยป](https://docs.parcelvoy.com)**
### Contributing
You can report bugs, suggest features, or just say hi on [Github discussions](https://github.com/parcelvoy/platform/discussions/new/choose)