When building web applications, transactional emails are those emails sent to users when they perform actions. We can use Zeplo to schedule these emails in the future.
I have a application that uses sns+sqs to schedule async “jobs” that later get handled by a lambda function. One drawback to this approach is that when using SQS as an event source for lambda, lambda polls SQS ~20,000 times a day.
We’ve been asked by a number of our customers to build webhooks, so that they can build their own services on top of Zeplo. Given that webhooks are a primary use case for Zeplo - it really makes sense to implement our own. Hopefully we can use Zeplo to power Zeplo’s own webhooks.
We’re going to start releasing a monthly update, and this is our first edition - April 2022. This will provide an update on the progress we have made in the previous month and provide a roadmap for the month ahead.