action mandrillapp_post_messages_send_raw_json { label: "post_messages_send_raw_json" description: "Take a raw MIME document for a message, and send it exactly as if it were sent through Mandrill's SMTP servers" provider: mandrillapp method: POST path: "/messages/send-raw.json" encoding: json output: { type: "object" additionalProperties: true } }