action sendgrid_get_ips_pools { label: "Retrieve all IP pools" description: "**This endpoint allows you to get all of your IP pools.**" provider: sendgrid method: GET path: "/ips/pools" encoding: json output: { type: "array" items: { type: "object" properties: { name: { type: "string" description: "The name of the IP pool." } } } } }