For the complete documentation index, see llms.txt. This page is also available as Markdown.

Message log

Delivery history of one sent email.

Where: Email β†’ Campaigns β†’ campaign β†’ batch β†’ message Β· /projects/<project>/emails/campaigns/<id>/message/<messageId>/log

Email Details is the full story of one recipient's email, shown as a timeline. Use it when someone says "I never got the email." Back returns to the batch.

Screenshot TODO β€” capture comes from testing-plan area 13-emails.

What you can do here

The timeline has four blocks:

  • Delivery Strategy β€” how this campaign targeted its audience, the Template (linked, with its languages), the Integration it went through, and the token values that were bound for this send, listed as @Model.<key> β†’ value.

  • Receiver(s) β€” the actual To, CC and BCC addresses of this message and when its last status was recorded.

  • Campaign Errors β€” shown only when the message has a Failed status: the failure time, each error message, and its stack trace.

  • Email message β€” shown once the message completed: the reference id, the final Subject, and the rendered HTML body exactly as it was sent.

A message's status history uses these statuses: Completed, Failed, Viewed, Clicked, or one of the blocked outcomes β€” blocked by the recipient's "block all" preference, blocked by a tag preference, or blocked by address validation.

Use it from code

Get Email Campaign Message

API reference

Endpoints: Get Email Campaign Batch Notification.

Last updated