Envoi — query your sent message history
Every email that leaves Envoi now lands in a per-workspace message log you can filter by recipient, template, status, or subject.
Envoi now records every send into a workspace-scoped log so you can answer “did this go out?” without leaving the platform. Each entry carries the recipient, template name, status, subject, and the SPF / DKIM / DMARC verdicts the receiving server returned.
Read it through GET /v1/workspaces/:workspaceId/messages with cursor pagination plus optional recipient, template, status, and subject_contains filters. Drill into a single send via GET /v1/workspaces/:workspaceId/messages/:id. Both endpoints are gated by the new envoi.message.read permission — grant it on a role or a Platform API Key statement.
Test sends are excluded so the log stays a true record of what went to real recipients.