Drop multi-step cold email sequences into your product, workflow, or script in 20 lines of code. No dashboard. No per-seat tax. Bring your own SMTP.
# Create a campaign and enroll a contact
curl https://api.ampout.dev/v1/campaigns \
-H "Authorization: Bearer ak_live_..." \
-d '{"name": "Q2 launch", "steps": [...]}'
curl https://api.ampout.dev/v1/campaigns/:id/contacts \
-H "Authorization: Bearer ak_live_..." \
-d '{"email": "[email protected]"}'
# Receive reply events at your webhook
# POST /your-webhook
# -> {"event": "replied", "email": "..."} REST API + webhooks. Integrate outreach sequences into your SaaS, workflow, or script in an afternoon.
Use SMTP2GO, Postmark, Gmail, or any SMTP provider. Keep full control over sender reputation.
Group campaigns into an Outreach and guarantee each contact only gets enrolled once across the whole effort.
Usage-based pricing. Add teammates without watching the bill triple.
Launching paid beta this summer. Join the waitlist and I'll reach out personally with early-access pricing and a direct line for feedback.