action mandrillapp_post_ips_create_pool_json { label: "post_ips_create_pool_json" description: "Creates a pool and returns it. If a pool already exists with this name, no action will be performed." provider: mandrillapp method: POST path: "/ips/create-pool.json" encoding: json output: { type: "object" additionalProperties: true } }