Create an IP Pool
documentedCreate a new IP pool with DKIM and warmup settings.
POST /api/v1/ip-poolsSendingno implementation yet0 runsNo 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.sparkpost.com/api/v1/ip-pools" \
-X POST \
-H "Authorization: {{SPARKPOST_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "signing_domain": "{{$signing_domain}}", "fbl_signing_domain": "{{$fbl_signing_domain}}", "auto_warmup_overflow_pool": "{{$auto_warmup_overflow_pool}}"}'