如何在 mandrill 中列出预定的邮件?

How can I list scheduled mails in mandrill?

您好,我想列出所有已安排但未发送的电子邮件,但我找不到该选项。可能吗?

非常感谢。

/messages/list-scheduled.json API 列出最多 1000 封预定电子邮件。

API 结果:

[{
    "_id": "I_dtFt2ZNPW5QD9-FaDU1A",
    "created_at": "2013-01-20 12:13:01",
    "send_at": "2021-01-05 12:42:01",
    "from_email": "sender@example.com",
    "to": "test.recipient@example.com",
    "subject": "This is a scheduled email"
}]

More details