action mandrillapp_post_messages_parse_json { label: "post_messages_parse_json" description: "Parse the full MIME document for an email message, returning the content of the message broken into its constituent pieces" provider: mandrillapp method: POST path: "/messages/parse.json" encoding: json output: { type: "object" additionalProperties: true } }