View sender history | Mailchimp Transactional API Reference
Return the recent history (hourly stats for the last 30 days) for a sender.
224 results for “form”
Return the recent history (hourly stats for the last 30 days) for a sender.
Sends a verification email in order to verify ownership of a domain. Domain verification is a required step to confirm ownership of a domain. Once a domain has been verified in a Transactional API account, other accounts may not have their messages signed by that domain unless they also verify the domain. This prevents other Transactional API accounts from sending mail signed by your domain.
Checks the SPF and DKIM settings for a domain, as well the domain verification. If you haven't already added this domain to your account, it will be added automatically.
Retrieves your email rejection denylist. You can provide an email address to limit the results. Returns up to 1000 results. By default, entries that have expired are excluded from the results; set include_expired to true to include them.
Adds an email to your email rejection denylist. Addresses that you add manually will never expire and there is no reputation penalty for removing them from your denylist. Attempting to denylist an address that has been added to the allowlist will have no effect.
Add, list, or delete from your Rejection Denylist.
Get the list of custom metadata fields indexed for the account.
Add a new custom metadata field to be indexed for the account.
Take a raw MIME document for a message, and send it exactly as if it were sent through the Transactional API's SMTP servers.
Search the content of recently sent messages and return the aggregated hourly stats for matching messages.
Search recently sent messages and optionally narrow by date range, tags, senders, and API keys. If no date range is specified, results within the last 7 days are returned. This method may be called up to 20 times per minute. If you need the data more often, you can use /messages/info.json to get the information for a single message, or webhooks to push activity to your own application for querying.
Parse the full MIME document for an email message, returning the content of the message broken into its constituent pieces.