Reporting

Delivery Log

The Delivery Log records every message sent by Kiwire — emails, SMS messages, and WhatsApp messages — with full delivery status, error details, and timestamps. It is the definitive source of truth for troubleshooting communication failures.

'alt' => 'Dashboard overview', 'caption' => 'The default Kiwire dashboard layout', 'screenshot' => true, 'class' => '', ]) Drop images into: public/assets/img/docs/{page}/{filename} --}}
Image not uploaded yet public/assets/img/docs/report-delivery-log/overview.png
The Delivery Log — all outbound messages with status badges and expandable error details.

What It Shows

The Delivery Log captures every outbound message dispatched by Kiwire, regardless of whether it originated from a campaign, an automated trigger (OTP, account activation, password reset), or a manual admin action. Each row represents a single message to a single recipient.

Log Record Fields

FieldDescription
typeDelivery channel: email, sms, or whatsapp
recipientDestination email address or phone number
subjectEmail subject line (email messages only)
messagePreview of the message body (truncated; click a row to see the full content)
statusDelivery outcome: sent · delivered · failed · bounced
errorError message returned by the delivery provider if the message failed or bounced
sent_atDate and time the message was dispatched by Kiwire's queue worker
campaign_idThe campaign that triggered this message — blank for system-triggered messages (OTPs, password resets, etc.)

Status Values

StatusMeaning
sentMessage was accepted by the delivery provider (SMTP server or SMS gateway). Delivery to the recipient's inbox/device is not yet confirmed.
deliveredThe delivery provider confirmed the message reached the recipient's inbox or device (requires delivery receipt support from the provider).
failedKiwire could not submit the message to the provider — connection error, authentication failure, or provider rejection. See error field for details.
bouncedThe provider accepted the message but it was rejected by the recipient's mail server (hard bounce = invalid address; soft bounce = mailbox full or temporarily unavailable).

sent and delivered are distinct statuses. A message marked sent has left Kiwire successfully but may still be in transit or in the recipient's spam folder. Only messages with provider-level delivery confirmation are marked delivered — this depends on your SMTP or SMS provider's capabilities.

Filters

FilterDescription
Date RangeNarrow log entries by sent_at timestamp
TypeShow only email, sms, or whatsapp records
StatusFilter to a specific delivery outcome — e.g. show only failed rows
RecipientSearch by email address or phone number (partial match supported)

Retrying Failed Messages

Failed messages can be retried manually from the Delivery Log. Select one or more failed rows and click Retry Selected. Kiwire will re-queue each message and attempt delivery again using the current connector configuration. Retry attempts create new log entries — the original failed record is preserved.

Before retrying, check whether the failure was caused by a configuration issue (wrong SMTP credentials, expired API key) — if so, fix the connector configuration first. Otherwise you will generate the same failure again.

Troubleshooting with the Delivery Log

The Delivery Log is the fastest way to diagnose common user-reported issues:

  • "I didn't receive my OTP" — Search by the user's phone number or email. Check whether a record exists with status sent or failed. If failed, the error field will explain why — common causes include an invalid phone number format or an SMS provider credit issue.
  • "I didn't receive the campaign email" — Filter by the campaign ID and the user's email. If the record shows bounced, the user's email address may be invalid or their mailbox was full at the time of delivery.
  • No record found at all — The message may still be queued (check queue worker status) or the user's contact details (email/phone) may not be on their account.
'alt' => 'Dashboard overview', 'caption' => 'The default Kiwire dashboard layout', 'screenshot' => true, 'class' => '', ]) Drop images into: public/assets/img/docs/{page}/{filename} --}}
Image not uploaded yet public/assets/img/docs/report-delivery-log/failed-detail.png
Expanded log row — full error message from the delivery provider, plus retry button.

The Delivery Log retains records for a rolling period defined by your system retention policy. Export logs regularly if you need to retain delivery records for compliance or audit purposes beyond the default retention window.

Required Permissions

view-delivery-log