Logo

Send.rest

A Simple API to schedule Email / SMS / Webhooks with template and HAR support

Hi Betapage, I am usually working on some side projects and I saw that I always ended up making a common "component" which will send emails/sms etc to people on specific date & time using a template which has data from some API (eg send report to all customers every Monday morning). Usual gateways were not helping much in customisations (eg I cant fill the template from my API endpoint). Hence I came up with https://send.rest, where templates support "a JS templating language" which can be filled up with data from any API. Scheduling comes along with the package along with an option to pick any sender (SMS or email). Let me know your feedback!