List scheduled emails
documentedQuery your scheduled emails.
GET /messages/list-scheduledMessagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://mandrillapp.com/api/1.0/messages/list-scheduled.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"key": "{{MAILCHIMP_API_KEY}}", "limit": {{$limit}}, "start_time": "{{$start_time}}", "end_time": "{{$end_time}}"}'