Automate Mandrillapp Mandrill
HumDay reads Mandrillapp Mandrill’s own published API description and derives 90 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Mandrillapp Mandrill is
Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages.
API host: mandrillapp.com
Things people automate with Mandrillapp Mandrill
- Send a receipt email with Mandrill when a payment lands in StripeStripe → Mandrill
- Send a receipt email with Mandrill when a payment lands in PayPalPayPal → Mandrill
- Email customers from Mandrill when a Jumpseller order landsJumpseller → Mandrill
- Email customers from Mandrill when a Magento order landsMagento → Mandrill
- Email customers from Mandrill when a Walmart order landsWalmart → Mandrill
- Email customers from Mandrill when an eBay order landseBay → Mandrill
- Email customers from Mandrill when a Billbee order landsBillbee → Mandrill
- Get a Mandrill email for every Google Forms responseGoogle Forms → Mandrill
- Send a welcome email from Mandrill when a contact joins PipedrivePipedrive → Mandrill
What HumDay can do in Mandrillapp Mandrill
90 documented operations change something in Mandrillapp Mandrill.
- POSTSend a new transactional message through Mandrill
/messages/send.json - POSTParse the full MIME document for an email message, returning the content of the message broken into its constituent pieces
/messages/parse.json - POSTTake a raw MIME document for a message, and send it exactly as if it were sent through Mandrill's SMTP servers
/messages/send-raw.json - POSTSend a new transactional message through Mandrill using a template
/messages/send-template.json - POSTAdds an email to your email rejection blacklist.
/rejects/add.json - POSTAdd a new webhook
/webhooks/add.json - POSTAdds an email to your email rejection whitelist.
/whitelists/add.json - POSTSends a verification email in order to verify ownership of a domain.
/senders/verify-domain.json - POSTQueries your scheduled emails by sender or recipient, or both.
/messages/list-scheduled.json - POSTReturn all of the user-defined tag information
/tags/list.json - POSTReturn the information about the API-connected user
/users/info.json - POSTReturn the 100 most clicked URLs that match the search query given
/urls/search.json - POSTAdd a new custom metadata field to be indexed for the account.
/metadata/add.json - POSTRetrieves your email rejection blacklist.
/rejects/list.json - POSTGet the information for a single recently sent message
/messages/info.json - POSTAdd a new template
/templates/add.json - POSTReturn a list of all the templates available to this user
/templates/list.json - POSTCreates a pool and returns it.
/ips/create-pool.json - POSTSearch the content of recently sent messages and optionally narrow by date range, tags and senders.
/messages/search.json - POSTAdd a new subaccount
/subaccounts/add.json - POSTRetrieves your email rejection whitelist.
/whitelists/list.json - POSTTake a raw MIME document destined for a domain with inbound domains set up, and send it to the inbound hook exactly as if it had been sent over SMTP
/inbound/send-raw.json - POSTGet the full content of a recently sent message
/messages/content.json - POSTAdd a new mailbox route to an inbound domain
/inbound/add-route.json - POSTAdds a sender domain to your account.
/senders/add-domain.json - POSTReschedules a scheduled email.
/messages/reschedule.json - POSTCancels a scheduled email.
/messages/cancel-scheduled.json - POSTSearch the content of recently sent messages and return the aggregated hourly stats for matching messages
/messages/search-time-series.json - POSTLists your dedicated IPs.
/ips/list.json - POSTGet the 100 most clicked URLs
/urls/list.json - POSTValidate an API key and respond to a ping
/users/ping.json - POSTValidate an API key and respond to a ping (anal JSON parser version)
/users/ping2.json - POSTReturns a list of your exports.
/exports/list.json - POSTReturn the senders that have tried to use this account.
/senders/list.json - POSTGet the list of custom metadata fields indexed for the account.
/metadata/list.json - POSTReturn the senders that have tried to use this account, both verified and unverified
/users/senders.json - POSTGiven the ID of an existing webhook, return the data about it
/webhooks/info.json - POSTGet the list of all webhooks defined on the account
/webhooks/list.json - POSTList the mailbox routes defined for an inbound domain
/inbound/routes.json - POSTLists your dedicated IP pools.
/ips/list-pools.json - POSTDeletes an email rejection.
/rejects/delete.json - POSTList the domains that have been configured for inbound delivery
/inbound/domains.json - POSTDelete an existing webhook
/webhooks/delete.json - POSTUpdate an existing webhook
/webhooks/update.json - POSTGet the list of subaccounts defined for the account, optionally filtered by a prefix
/subaccounts/list.json - POSTRemoves an email address from the whitelist.
/whitelists/delete.json - POSTAdd an inbound domain to your account
/inbound/add-domain.json - POSTUpdate the pattern or webhook of an existing inbound mailbox route.
/inbound/update-route.json - POSTGet the list of tracking domains set up for this account
/urls/tracking-domains.json - POSTAdd a tracking domain to your account
/urls/add-tracking-domain.json - POSTRetrieves information about a single dedicated ip.
/ips/info.json - POSTReturn more detailed information about a single tag, including aggregates of recent stats
/tags/info.json - POSTDeletes a dedicated IP.
/ips/delete.json - POSTDeletes a tag permanently.
/tags/delete.json - POSTReturns information about an export job.
/exports/info.json - POSTMoves a dedicated IP to a different pool.
/ips/set-pool.json - POSTReturn more detailed information about a single sender, including aggregates of recent stats
/senders/info.json - POSTDescribes a single dedicated IP pool.
/ips/pool-info.json - POSTRequests an additional dedicated IP for your account.
/ips/provision.json - POSTGet the information for an existing template
/templates/info.json - POSTBegins an export of your rejection blacklist.
/exports/rejects.json - POSTDeletes a pool. A pool must be empty before you can delete it, and you cannot delete your default pool.
/ips/delete-pool.json - POSTDelete an existing custom metadata field.
/metadata/delete.json - POSTUpdate an existing custom metadata field.
/metadata/update.json - POSTReturns the sender domains that have been added to this account.
/senders/domains.json - POSTBegins an export of your activity history.
/exports/activity.json - POSTBegins the warmup process for a dedicated IP.
/ips/start-warmup.json - POSTGiven the ID of an existing subaccount, return the data about it
/subaccounts/info.json - POSTReturn the recent history (hourly stats for the last 30 days) for a tag
/tags/time-series.json - POSTDelete a template
/templates/delete.json - POSTInject content and optionally merge fields into a template, returning the HTML that results
/templates/render.json - POSTUpdate the code for an existing template.
/templates/update.json - POSTReturn the recent history (hourly stats for the last 30 days) for a url
/urls/time-series.json - POSTBegins an export of your rejection whitelist.
/exports/whitelist.json - POSTCancels the warmup process for a dedicated IP.
/ips/cancel-warmup.json - POSTPause a subaccount's sending.
/subaccounts/pause.json - POSTPublish the content for the template.
/templates/publish.json - POSTConfigures the custom DNS name for a dedicated IP.
/ips/set-custom-dns.json - POSTDelete an existing subaccount.
/subaccounts/delete.json - POSTResume a paused subaccount's sending
/subaccounts/resume.json - POSTUpdate an existing subaccount
/subaccounts/update.json - POSTReturn the recent history (hourly stats for the last 30 days) for a sender
/senders/time-series.json - POSTCheck the MX settings for an inbound domain.
/inbound/check-domain.json - POSTDelete an existing inbound mailbox route
/inbound/delete-route.json - POSTTests whether a domain name is valid for use as the custom reverse DNS for a dedicated IP.
/ips/check-custom-dns.json - POSTChecks the SPF and DKIM settings for a domain.
/senders/check-domain.json - POSTReturn the recent history (hourly stats for the last 30 days) for all tags
/tags/all-time-series.json - POSTDelete an inbound domain from the account.
/inbound/delete-domain.json - POSTReturn the recent history (hourly stats for the last 30 days) for a template
/templates/time-series.json - POSTChecks the CNAME settings for a tracking domain.
/urls/check-tracking-domain.json
How automating Mandrillapp Mandrill works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Mandrillapp Mandrill account.
- Grant access, then go live. You approve the specific Mandrillapp Mandrill operations it may use — and only those.
Popular Mandrillapp Mandrill integrations
Connect Mandrillapp Mandrill to the tools people pair it with most.
- Mandrillapp Mandrill and OData for namespace microsoft.graphintegration
- Mandrillapp Mandrill and Cloudflareintegration
- Mandrillapp Mandrill and NetBoxintegration
- Mandrillapp Mandrill and GitHubintegration
- Mandrillapp Mandrill and Mistintegration
- Mandrillapp Mandrill and Loket.nlintegration
- Mandrillapp Mandrill and Atlassian The Jira Cloud platformintegration
- Mandrillapp Mandrill and Magento B2Bintegration
- Mandrillapp Mandrill and Stripeintegration
- Mandrillapp Mandrill and Zuora Reference Billingintegration
- Mandrillapp Mandrill and bunqintegration
- Mandrillapp Mandrill and DocuSignintegration
Automate Mandrillapp Mandrill with these
- Klaviyo345 operations
- SendGrid Email Activity (beta)334 operations
- Mailchimp294 operations
- ClickSend205 operations
- Resend79 operations
- Postmarkapp Postmark43 operations
- Mailscript38 operations
- Neutrinoapi Neutrino27 operations
- Postmarkapp Postmark Account level23 operations
- Inboxroute Mailsquad8 operations
- Scrapewebsite Scrape Website Email3 operations
- Paypi EmailVerify2 operations
Categories
Questions about Mandrillapp Mandrill automation
- Can HumDay connect to Mandrillapp Mandrill?
- Yes. HumDay reads Mandrillapp Mandrill's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 90 operations are documented.
- Do I need to write code to automate Mandrillapp Mandrill?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Mandrillapp Mandrill account.
- What can HumDay do in Mandrillapp Mandrill?
- 90 of the 90 documented operations change something in Mandrillapp Mandrill, and 0 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Mandrillapp Mandrill account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Mandrillapp Mandrill is held behind that approval.
Where this came from
The operations above are read from a published API description for Mandrillapp Mandrill at raw.githubusercontent.com/APIs-guru/unofficial_openapi_specs/master/mandrillapp.com/1.0/sw. Descriptions are the provider’s own words, not ours. Last published 2021-06-21.