Mandrillapp
Connector for the mandrillapp API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://mandrillapp.com/api/1.0 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
post_exports_activity_json— POST /exports/activity.json — Begins an export of your activity history. The activity will be exported to a zipost_exports_info_json— POST /exports/info.json — Returns information about an export job. If the export job's state is 'complete'post_exports_list_json— POST /exports/list.json — Returns a list of your exports.post_exports_rejects_json— POST /exports/rejects.json — Begins an export of your rejection blacklist. The blacklist will be exported topost_exports_whitelist_json— POST /exports/whitelist.json — Begins an export of your rejection whitelist. The whitelist will be exported topost_inbound_add_domain_json— POST /inbound/add-domain.json — Add an inbound domain to your account
Inputs
apiKey— your mandrillapp API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_exports_activity_json
apiKey: <your key>