action mandrillapp_post_senders_verify_domain_json { label: "post_senders_verify_domain_json" description: "Sends a verification email in order to verify ownership of a domain. Domain verification is an optional step to confirm ownership of a domain. Once a domain has been verified in a Mandrill account, other accounts may not have their messages signed by that domain unless they also verify the domain. This prevents other Mandrill accounts from sending mail signed by your domain." provider: mandrillapp method: POST path: "/senders/verify-domain.json" encoding: json output: { type: "object" additionalProperties: true } }