Sign in

Match route

documented

Match routes for an incoming message.

GET /v3/routes/matchRoutesno 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/routes/match?address={{$address}}" \
  -X GET \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json"
Match route · mailgun · OpenIntegrations