Skip to main content

2 posts tagged with "email"

View All Tags

Webhook-Driven Email Automation in 5 Minutes

· 10 min read
Jones
Co-Founder and Architect @ Codehooks

Every modern SaaS needs to react to events: a user signs up, a payment succeeds, a trial expires. Webhooks are the glue that connects these events to your business logic—but building reliable webhook infrastructure means managing servers, queues, retries, and databases.

Email automation platforms promise to handle this, but they come with baggage: vendor lock-in, limited webhook integrations, and opaque pricing that scales against you.

What if your webhook endpoints could directly power your email automation?

Send bulk emails using Mailgun and serverless Javascript hooks

· 8 min read
Jones
Co-Founder and Architect @ Codehooks

Email remains the top communication tool for businesses. Either, if you need to create simple direct emails messages, or schedule templated bulk messages to customers - we all need flexible tools to communicate effectively with our customers.

This blog post shows how you can create a serverless background application for sending bulk HTML emails using the popular Mailgun SaaS.