On Github swooop / MJ-HackTheBank
Developer Evangelist / Beard - tsims@mailjet.com / @4thfloor_monkey
Find the slides at : mjhackthebank.herokuapp.com
From the ground up email solution
Transactional Email
Newsletter campaigns
Analytics
A nice RESTful API
Grab your API key... ~>>>
Simple to add contacts
curl -X POST --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \ https://api.mailjet.com/v3/REST/contact \ -H "Content-Type: application/json" \ -d '{"Email":"johnsmith@example.com"}'
curl -X POST --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \ https://api.mailjet.com/v3/send/message \ -F from= "Count Mailjet >count.mailjet@example.com>" \ -F to=mr.mailjet@example.com \ -F subject='Hello World!' \ -F text='Greetings from Mailjet.'
Set up a target webhook via the API
curl -X POST --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \ http://api.mailjet.com/v3/REST/parseroute \ -d '{"URL":"http://your-domain/webhook"}' \ -H "Content-Type: application/json"
When they email it....
3 months free Bronze Premium