Skip to content
Centriu
Centriu Atlas

Client Report Multichannel Delivery Automation: The Client Actually Gets It, on Three Channels

Report delivery, through Centriu Atlas, sends a ready report to a client on three real channels from a single action: an email with the PDF genuinely attached (not just linked), a notification inside the client's own portal when they have a login, and a public read-only link generated on demand. Before any of the three is touched, delivery resolves who actually receives the report — a dedicated recipient list first, falling back to the client's own registered contacts — and builds the PDF; only once both succeed does sending begin. If the email itself fails afterward, that failure is reported honestly rather than hidden, while the portal notification, the report's status and the audit trail still complete correctly.
PDF genuinely attached, not just linked
Three channels, each reported honestly
Team collaborating around a table with a laptop
Sent on three channels, not just marked sent.

Why "the report is ready" is not the same as "the client has it"

A report that exists inside a tool is invisible to the person it was written for until it actually reaches them — by an email they open, a notification they see, or a link they can hand to someone else internally. A delivery step that only changes an internal status to "sent" without genuinely sending anything leaves the client exactly where they started: unaware anything was produced for them at all, and left to log in and go looking on their own.

How the underlying problem shows up before you fix it

A report is marked "sent" internally, but the client never received an email, a notification, or a link — they would only find it by logging in and searching.

Nobody can say, with confidence, exactly which e-mail addresses a given report actually went to, versus who was simply assumed to be on the list.

A client asks to see last month's report again and the team has to hunt for the PDF or regenerate it rather than pulling up a link that already existed.

An email delivery failure goes unnoticed because the internal status still says "sent" regardless of whether the message provider actually accepted it.

A report is forwarded internally as a link, and the person it is forwarded to cannot open it because they were never granted access.

Why delivery needs to be more than a status flip

Genuinely delivering a report to an external recipient means resolving who that recipient actually is before doing anything else — a client's contact information changes, gets added, or was never entered as a dedicated recipient at all, so a delivery mechanism that assumes a fixed address will eventually send nothing to nobody or something to the wrong person. It also means treating the channels as independently fallible: an email provider can reject a message for reasons that have nothing to do with whether the report itself is fine, and a delivery mechanism that cannot tell the difference between "the report failed" and "the email bounced" will hide real problems behind a reassuring green status.

How Centriu Atlas delivers the report on three channels

Before anything is sent, delivery resolves the actual recipient list: a dedicated list of report recipients takes precedence, and when none exists it falls back to the client's own registered contacts, with every recipient tagged by which source it came from so a team can see who is about to receive the report before it goes out. The report's PDF is then built — and only once recipients are resolved and the PDF exists does any channel actually fire, so a failure at either step blocks the whole delivery rather than sending half of it.

Email goes out through a dedicated service that authenticates with a timing-safe check, downloads the PDF to attach it as a genuine file (not just a link the recipient has to trust), and degrades gracefully — sending a link-only email and logging the reason — if the PDF download itself fails. A portal notification is inserted for the client whenever they have an actual login on file, so the report also surfaces where the client already looks. A public, token-based read-only link is generated on demand and can be included in the email or shared directly, without requiring a login. If the email specifically fails after the portal and status updates already succeeded, that failure is recorded and returned honestly — the whole delivery is not rolled back or reported as a false success, and a separate internal notification tells the team the same thing.

What is actually built today

Three real delivery channels from one action: email with the PDF genuinely attached, a portal notification, and a public read-only share link.

Recipient resolution with real precedence and labeling — a dedicated recipient list first, the client's own contacts as fallback, each entry tagged by source.

Validation before sending anything: recipients resolved and the PDF built are both required before any channel is attempted.

Honest partial-failure handling — an email failure is reported as such while the portal notification, status change and audit trail still complete.

A graceful degrade on the email itself: if the PDF cannot be downloaded to attach, a link-only email still goes out, with the reason logged rather than hidden.

A separate internal notification confirming delivery (and any email failure) to the team, distinct from the client-facing channels.

A delivery that keeps going after one channel stumbles (illustrative scenario, not a real client)

A team sends a ready report to a client with two recipients on the dedicated list and a portal login on file. Recipients are resolved, the PDF is built, and the email goes out with the PDF attached to both addresses — but the email provider rejects the send because of a temporary issue on their end. The portal notification still goes through, the report's status still updates correctly, and the team sees an internal alert naming the exact failure instead of a falsely reassuring "delivered." The client can still open the report from their portal in the meantime, and the team can retry the email once the provider issue clears.

What changes operationally

A report being marked "sent" starts meaning something concrete and checkable — a specific set of resolved recipients, an attached PDF, and a record of exactly which channels actually succeeded. A partial failure on one channel is visible and actionable instead of hidden behind an internal status that cannot tell the difference between a genuine delivery and one that quietly failed.

When this is not the right fit

A team that wants to choose per-send which of the three channels fire, beyond the built-in email/portal toggle, will find the channel set fixed to what is described here — there is no fourth channel (SMS, WhatsApp) built into this specific delivery path today. A client with neither a dedicated recipient list nor any registered contact email cannot receive the email channel at all — a valid address has to exist somewhere before delivery can resolve one.

A status flip vs. three validated, independently-reported channels

Marking a report "sent" without actually delivering anything leaves the client no better informed than before, and a delivery mechanism that cannot separate "report failed" from "email bounced" hides exactly the problems a team most needs to see. Centriu Atlas instead resolves real recipients before sending, builds and attaches the actual PDF, fires three independent channels, and reports each one's outcome honestly — so "sent" means the client genuinely has a way to see the report, not just that a database column changed.

Related systems

Main system: Centriu Atlas.

What it does NOT do

  • Does not send anything before recipients are resolved and the PDF exists — both are validated first, and a failure at either point blocks the whole delivery.
  • Does not hide an email failure behind a false "sent" status — the failure is recorded and returned, while the other channels and the audit trail still complete.
  • Does not notify a client through the portal if they have no registered login — that channel is conditional on an actual account existing.
  • Does not send an email with only a link when the PDF is available — the PDF is attached directly; a link-only email is a documented fallback only when the PDF specifically cannot be downloaded.
  • Does not offer SMS or WhatsApp as a fourth delivery channel inside this specific mechanism today.
  • Does not claim a confirmed hand-off of delivery events into another Centriu product's notification system — this page describes Atlas's own three channels.

Security and governance

Report delivery resolves recipients and builds the PDF scoped to the organization that owns the client relationship; the email channel authenticates to its sending function with a timing-safe service-role check, and the public share link is a dedicated token, not the report's internal ID. Recipient data and any personal information in a report follow Brazil's LGPD (Law No. 13,709/2018). Full detail on access control lives at /governanca and /iso.

Pricing and contracting

Available by monthly subscription, with tiered plans. Values and terms come from the official pricing table at /precos (Centriu's central source — never restated here).

Frequently asked questions

What channels does report delivery actually use?

Three: an email with the PDF genuinely attached, a portal notification (when the client has a login), and a public, token-based read-only link generated on demand.

Who actually receives the email?

A dedicated recipient list takes precedence; when none exists, the client's own registered contacts are used instead — each recipient is labeled with which source it came from.

What happens if the email fails to send?

The failure is recorded and returned honestly. The portal notification, the report's status update and the audit trail still complete — delivery is not rolled back or misreported as a success.

Does the client need a login to see the report?

Not necessarily — the public share link works without one; the portal notification specifically requires the client to have a login on file.

Is the PDF actually attached, or just linked?

Attached directly to the email. A link-only email is a documented fallback used only when the PDF itself cannot be downloaded to attach.

What does Centriu Atlas cost?

It is sold with tiered plans, starting at a published entry price, with a fail-closed 4,000-credit-per-month AI usage cap — exact current values are on the central pricing page.

See how Centriu Atlas delivers a report to a client on three channels

Reach our commercial team directly, or leave your details below — we'll follow up with guidance for your case.

Sources

  1. Centriu Atlas — public product page — Centriu, 2026-07-20 · link(primária)
  2. Centriu Atlas — public factsheet (API, JSON) — Centriu, 2026-07-21 · link
  3. Law No. 13,709/2018 — Brazil’s General Data Protection Law (LGPD) — Presidência da República (Brazil), 2018-08-14 · link

Last material update on .

By · AI-assisted production, with human review