Skip to content

Email Outbox

The Email Outbox page shows every outbound message dispatched by the automation engine, covering both email and WhatsApp channels. Each record captures the recipient, subject or template name, delivery status, and the trigger that initiated the send. Failed entries can be retried directly from the log detail panel.

Email Outbox list showing populated rows with recipient, channel badge, subject, trigger name, status badge, and sent-at timestamp

  • Route: /communications/automation/logs (Email tab)
  • Menu Path: Communications → Automation → Logs
  • Primary audience: Administrators and team members monitoring outbound communication delivery.

The page is split into two tabs. The Email tab — described below — covers outbound email and WhatsApp template delivery. The Conversation tab covers inbound chatbot sessions and is documented on Conversation Logs.

ColumnDefault VisibleSortableDescription
RecipientYesNoEmail address or phone number that received the message
ChannelYesNoEmail or WhatsApp badge
SubjectYesNoEmail subject line, or WhatsApp template name
TriggerYesNoName of the automation trigger that sent the message
StatusYesNoDelivery status badge
Sent AtYesYesTimestamp when the message was sent or last attempted
StatusDescription
SentMessage was delivered successfully
PendingMessage is queued and waiting to be sent
RetryingA previous attempt failed; the system is retrying automatically
FailedAll send attempts have failed; manual retry is available
SkippedMessage was intentionally skipped (for example, no recipient resolved)
CancelledMessage was cancelled before sending
ScheduledMessage is scheduled to be sent at a future time
FilterTypeDescription
StatusDropdownAll, Sent, Failed, Pending, Retrying, Skipped, Cancelled, Scheduled
TriggerDropdownFilter to show logs from a specific automation trigger
ChannelDropdownAll, Email, WhatsApp
From DateDateShow only logs on or after this date
To DateDateShow only logs on or before this date

Click the Sent At column header to sort by date. Default sort is sent date descending (most recent first).

The list uses a Load More pattern with a default page size of 20 records.

This is a read-only list. There are no create or edit actions. Failed entries can be retried via the log detail panel.

ActionDescription
Retry SendAvailable only for FAILED status entries; re-queues the message with the same content for delivery
ResendAvailable on SENT or FAILED entries; resends the same message to the same recipient as a fresh dispatch. The new log row records replayedFromLogId pointing at the original.

Click any row to expand the log detail panel, which shows:

  • Recipient address or phone number
  • Subject or template name
  • Trigger name and template name
  • Creation timestamp and sent or failed timestamp
  • Error message (for failed entries)
  • Retry attempt count
  • External message ID (once delivered)
  • Attachments list (if any)
  • View Email link to see the full rendered email body
  1. Open Communications → Automation → Email Logs.
  2. Use the Status or Trigger filter to narrow results to the records you need.
  3. Click a failed row to expand the detail panel and select Retry Send to attempt re-delivery.
  • Trigger names in the Trigger filter are fetched from the active automation triggers list. Deleted triggers appear only as an ID in older log entries.
  • The outbox shows messages from all channels (Email and WhatsApp) in a single view. Use the Channel filter to isolate one channel.
  • Resend and Retry are distinct: Retry reuses the same log row to make another delivery attempt (counter increments); Resend creates a new log row and links it to the original via replayedFromLogId so the relationship is auditable.
  • The View Email link renders the email body inline, including embedded images, logos and data-URI attachments — the same renderer used by the Email Templates preview.
  • Automation — manage the triggers that generate log entries
  • Conversation Logs — the sibling tab on the same page, covering inbound chatbot sessions
  • Email Settings — configure the mail servers used for delivery