Sign in

Create IP pool

documented

Create an IP pool.

POST /v3/ip_poolsIP Poolsno 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/ip_pools" \
  -X POST \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json" \
  -F "name={{$name}}" \
  -F "description={{$description}}" \
  -F "ip={{$ip1}}" \
  -F "ip={{$ip2}}"
Create IP pool · mailgun · OpenIntegrations