https://github.com/ecomplus/app-mailjet
E-Com Plus app to integrate Mailjet
https://github.com/ecomplus/app-mailjet
Last synced: 6 days ago
JSON representation
E-Com Plus app to integrate Mailjet
- Host: GitHub
- URL: https://github.com/ecomplus/app-mailjet
- Owner: ecomplus
- License: mit
- Created: 2018-11-07T14:16:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:45:07.000Z (over 1 year ago)
- Last Synced: 2025-02-17T15:26:50.846Z (3 months ago)
- Language: JavaScript
- Homepage: http://developers.e-com.plus/app-mailjet/
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# app-mailjet
```javascript
{
"mailjet_key": "4a83269978e73bcd86c39bed367f7290",
"mailjet_secret": "7b0924da7ef44ce59f29c52da0d3a6ab",
"mailjet_from": {
"name": "Talisson",
"email": "[email protected]"
},
"mailjet_templates": [
{
"trigger": "order_confirmation",
"id": 588725
},
{
"trigger": "payment_confirmation",
"id": 588725
},
{
"trigger": "shipping_confirmation",
"id": 588725
},
{
"trigger": "delivery_confirmation",
"id": 588725
},
{
"trigger": "order_invoice",
"id": 588725
},
{
"trigger": "cancellation_confirmation",
"id": 588725
},
{
"trigger": "refund_confirmation",
"id": 588725
},
{
"trigger": "new_user",
"id": 588725
},
{
"trigger": "adandoned_cart",
"id": 588725
}
]
}
```## Production server
Published at https://mailjet.ecomplus.biz
### Continuous deployment
When app version is **production ready**,
[create a new release](https://github.com/ecomclub/app-mailjet/releases)
to run automatic deploy from `master` branch.