action mandrillapp_post_rejects_add_json { label: "post_rejects_add_json" description: "Adds an email to your email rejection blacklist. Addresses that you add manually will never expire and there is no reputation penalty for removing them from your blacklist. Attempting to blacklist an address that has been whitelisted will have no effect." provider: mandrillapp method: POST path: "/rejects/add.json" encoding: json output: { type: "object" additionalProperties: true } }