Sign in

Enable tracking for opens

documented

Enable open tracking for a domain.

PUT /v3/domains/{name}/tracking/openDomain Trackingno 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://api.mailgun.net/v3/domains/{{$name}}/tracking/open" \
  -X PUT \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json" \
  -F "active={{$active}}" \
  -F "place_at_the_top={{$place_at_the_top}}"
Enable tracking for opens · mailgun · OpenIntegrations