Sign in

Get active email sendings (Immediate)

documented

Query the status of ongoing immediate email sendings.

GET /API/v1.1/Rest/ConsoleService.svc/Console/Email/Sendings/ImmediateEmailsno 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/Immediate" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json"
Get active email sendings (Immediate) · MailUp · OpenIntegrations