Loops.so Newsletter

Loops.so is the email marketing platform for SaaS. Newsletters, onboarding sequences, transactional campaigns. Wire it in to capture leads from your landing page and keep clients engaged after launch.

Last updated: 2026-03-29

Get Your API Key

Sign up at loops.so, create your audience, and copy your API key from Settings. Add it to your environment file.

.env

Add a Contact to Your Audience

Create an Astro API route that adds new signups to your Loops audience. Call it from your newsletter form or signup flow.

src/pages/api/subscribe.ts

Send a Transactional Email

Trigger a Loops transactional template when something happens in your app. Purchase confirmations, project updates, client onboarding.

Terminal