APIs that enable you to send dynamic email effortlessly.
Simplified Email API for application-driven software powered by Amazon SES
Send an email with a few lines of code
Get up and running today. We have a robust set of APIs and comprehensive documentation so you can spend less time adding email into your app and more time building cool stuff.
sendEmail.code
curl --location --request
POST 'https://api.emailkick.com/mail/send'
--data-raw '{
"APIKEY" : "<<YOUR-APIKEY>>",
"ACCESSID" : "<<YOUR ACCESSID>>",
"to" : "someone@example.com",
"from" : "hi@yourdomain.com",
"templateId" : "<<TEMPLATE_ID>>",
"variables" : {
"full_name" : "Elon Musk" ,
"company" : "spacex"
}
}'