Newman logging doesn't match error records sent with postmark back to the message queue record. Thus making it difficult to track down the message in error.
We are sending emails to postmark in a batch. The result set back from the api is an array in the same order as they were sent. So to properly log these items, including an actual sent time, is to match up 1 for 1 and batch right back to the database.
Postmark documentation on api response: https://postmarkapp.com/developer/api/email-api
Newman logging doesn't match error records sent with postmark back to the message queue record. Thus making it difficult to track down the message in error.
We are sending emails to postmark in a batch. The result set back from the api is an array in the same order as they were sent. So to properly log these items, including an actual sent time, is to match up 1 for 1 and batch right back to the database.
Postmark documentation on api response: https://postmarkapp.com/developer/api/email-api