Skip to main content
Direct mail API guidance

Plan the records before the request.Make retries safe.

Direct mail API guidance should define more than an endpoint call. Plan the source record, event payload, send rule, duplicate prevention, address checks, proof or approval state, campaign ID, retry behavior, mail batch, tracking join, and measurement window before software submits mail.

Last reviewed: July 30, 2026

Workflow controls

Define the safety boundary first.

A useful integration design makes send intent, duplicate behavior, approval, and traceability explicit before production.

01 / Intake

Keep the source record visible.

Carry the business event, stable record identifier, intended recipient, campaign context, and source timestamp into the mail workflow.

Review event payload guidance →
02 / Duplicate safety

Make repeated requests predictable.

Define an idempotency key, duplicate-send rule, retry window, and the response for an already-accepted request.

Review idempotency guidance →
03 / Send rule

Separate eligibility from execution.

Document the business rule that creates send intent and the checks that can hold or reject it before mail submission.

Review send-rule guidance →
04 / Identity

Use stable campaign identifiers.

Keep the campaign ID connected to the source record, recipient set, proof state, batch, tracking events, and later response data.

Review campaign ID guidance →
05 / Batch

Define the production handoff.

Group accepted records into an auditable mail batch with clear boundaries for proof, submission, status, and exceptions.

Review batch guidance →
06 / Measurement

Join tracking without overclaiming.

Connect mailstream events and response data to the campaign record while keeping delivery, attention, response, and revenue distinct.

Review measurement guidance →
Availability boundary

This is workflow guidance, not a public endpoint reference. Sendvo does not publish a complete public API authentication, endpoint, request, or response contract on this website. The authenticated workspace shows account-specific capabilities.

API guidance FAQ

Know what this page does not promise.

Is this a public Sendvo API reference?

No. This page provides workflow guidance. Sendvo does not publish a complete public endpoint and authentication reference on this website.

What should a direct mail API workflow control?

Control source records, event payloads, send rules, duplicate prevention, address readiness, proof or approval state, campaign identifiers, retry behavior, batches, tracking joins, and measurement boundaries.

Does reading this page confirm API access for my account?

No. Educational guidance does not confirm account access. The authenticated Sendvo workspace shows the capabilities and plan changes available to that account.

Planning software-connected mail?

Read the workflow guide before you define requests, retries, approvals, and tracking joins.