Fetch all events history for one particular received email.
This endpoint will show the list of all events history for one particular received email.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
uuid
UUID to fetch events specific to received email
Response
Email campaign informations
attachments
List of attachments of the email. This will be present only after the processing is done.
deliveredAt
Date when email was delivered successfully to client_dev’s webhook
logs
List of events/logs that describe the lifecycle of the email on SIB platform
messageId
Value of the Message-ID header. This will be present only after the processing is done.
receivedAt
Date when email was received on SMTP relay
recipient
Recipient’s email address
sender
Sender’s email address
subject
Value of the Subject header. This will be present only after the processing is done.