Docs navigationBrowse documentation216
OverviewStart here

OpenSend docs

What sending feature should I use?

OpenSend has several sending surfaces. Choose the one that matches the job instead of forcing every workflow through one endpoint.

Raw markdown
NeedUseWhy
One transactional message/emails or an SDKFast API response, idempotency support, direct lifecycle record
A few transactional messages together/emails/batchOne request with per-message results
A campaign to a listBroadcastsSegments, unsubscribe handling, scheduling, and performance review
Lifecycle flowAutomationsTrigger, delay, condition, wait, and template steps
Legacy app with SMTP onlySMTP relayUses API keys and routes through the normal delivery pipeline
Generated client in another language/openapi.jsonExact route and schema contract

For retries, use idempotency keys. For high-volume marketing, use broadcasts and segments rather than loops over transactional sends.

Continue from here

More in Knowledge base

This page is intentionally concise. Use the neighboring guides below for the next implementation details, route contracts, or operational steps.