Sign in

Schedule sending for deferred time

documented

Move a sending to the deferred queue with a specified UTC datetime.

POST /API/v1.1/Rest/ConsoleService.svc/Console/Email/Sendings/{id_sending}/DeferredEmailsno implementation yet0 runs
No 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://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/Email/Sendings/{{$id_sending}}/Deferred" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"Date": "{{$date}}"}'
Schedule sending for deferred time · MailUp · OpenIntegrations