{"id":23649,"date":"2019-07-16T00:00:00","date_gmt":"2019-07-16T00:00:00","guid":{"rendered":"https:\/\/www.mailgun.com\/blog\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/"},"modified":"2026-09-16T10:55:58","modified_gmt":"2026-09-16T10:55:58","slug":"nueva-events-api-seguimiento-detallado-de-emails-y-busqueda","status":"publish","type":"blog","link":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/","title":{"rendered":"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">We are excited to announce the release of our latest API to make life easier for developers. Our completely refactored Events API makes it easy and fast to determine exactly what happened with each and every one of your emails. Just like Fedex gives you a tracking number that lets you follow the entire shipping process, our events API lets you keep track of every single event associated with your email, even events that occur after the email was delivered.<\/p>\n\n<p class=\"wp-block-paragraph\">We\u2019ve also updated the <a href=\"https:\/\/www.mailgun.com\/es\/products\/measure\/email-analytics\/logs\/\" target=\"_tabs\" rel=\"noopener noreferrer\">Logs<\/a> tab in our control panel to use the Events API so you\u2019ll see more detailed information there, as well. You will now see events that occur after the email is delivered like opens and clicks. You can also perform more detailed searches, like search for all the events that happened to a particular message by searching by message-id.<\/p>\n\n<p class=\"wp-block-paragraph\">These detailed logs are available at no additional charge for Mailgun customers. Customers using a free-trial account will receive at least 2 days of event storage, and customers with a paid account, will receive at least 30 days.<\/p>\n\n<p class=\"wp-block-paragraph\">Now, onto the details of why we are so excited about the new API:<\/p>\n\n<h2 class=\"wp-block-heading\">Powerful<\/h2>\n\n<p class=\"wp-block-paragraph\">Mailgun customers regularly send millions of emails per month, so finding the status of a specific email can be like finding a needle in a haystack. To help with this, we\u2019ve added a bunch of filtering parameters and allow you to combine filters to create complex queries. We have also improved the method for polling the API. Previously, our Events API just had simple skip and limit parameters to specify which portions of the logs you wanted to fetch. This was cumbersome and resulted in poor performance. With the new Events API, we\u2019ve provided parameters that allow you to specify a time period in addition to the ability to specify ascending or descending order. We also provide URLs in the response for retrieving the next and previous pages, giving you the ability to easily traverse log data, no matter how many records are returned. If the end date of the time range is not specified and the traversal is ascending (forward in time) you will eventually receive an empty page (i.e., end of the data set). You can use the same URL at a later time and the result will contain log entries written since the previous request.<\/p>\n\n<h2 class=\"wp-block-heading\">Performant<\/h2>\n\n<p class=\"wp-block-paragraph\">We built the API to be highly performant, even across 10s of millions of log entries. To do this, we built the API on top of\u00a0<a href=\"http:\/\/www.elasticsearch.org\/\" target=\"_tabs\" rel=\"noopener noreferrer\">ElasticSearch<\/a>, an open source framework for building real-time search and analytics. We will do a follow up post about the architectural details.<\/p>\n\n<p class=\"wp-block-paragraph\">Below are the parameters and some examples of how to use the API.<\/p>\n\n<h2 class=\"wp-block-heading\">API Parameters<\/h2>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" class=\"wp-image-4652\" width=\"714\" height=\"372\" src=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.10.32_PM.png\" alt=\"Screen_Shot_2019-08-27_at_14\" srcset=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.10.32_PM.png 714w, https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.10.32_PM-300x156.png 300w\" sizes=\"(max-width: 714px) 100vw, 714px\" \/><\/figure>\n\n<h2 class=\"wp-block-heading\">Filter Field Parameters<\/h2>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" class=\"wp-image-4653\" width=\"711\" height=\"400\" src=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.12.02_PM.png\" alt=\"Screen_Shot_2019-08-27_at_14\" srcset=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.12.02_PM.png 711w, https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.12.02_PM-300x169.png 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" \/><\/figure>\n\n<p class=\"wp-block-paragraph\">You can create complex queries by combining parameters:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" class=\"wp-image-4654\" width=\"711\" height=\"340\" src=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.13.26_PM.png\" alt=\"Screen_Shot_2019-08-27_at_14\" srcset=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.13.26_PM.png 711w, https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.13.26_PM-300x143.png 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" \/><\/figure>\n\n<p class=\"wp-block-paragraph\">Here are some examples: Subject is \u201cOnly one day left to save!\u201d AND recipient is \u201ccustomer@example.com\u201d OR \u201cpaul@example.com\u201d<\/p>\n    <div data-content-type=\"longform\" class=\"code-snippet longform-spacings rounded-lg overflow-hidden shadow \" data-count=\"1\">\r\n        <ul class=\"nav nav-buttons code-snippet__tabs longform-except position-relative d-flex gap-2 flex-wrap p-3\" role=\"tablist\">\r\n\r\n                            \r\n                    \r\n                        <li class=\"nav-item\" role=\"presentation\">\r\n                            <button class=\"nav-link active\" data-bs-toggle=\"tab\" data-bs-target=\"#code_0\" type=\"button\" role=\"tab\" aria-controls=\"code_0\" aria-selected=\"true\">\r\n                                Shell                            <\/button>\r\n                        <\/li>\r\n\r\n                    \r\n                            \r\n        <\/ul>\r\n        <div class=\"code-snippet__tab-content tab-content\">\r\n\r\n                            \r\n                    <div class=\"tab-pane show active\" id=\"code_0\" role=\"tabpanel\" aria-labelledby=\"code_0\">\r\n                        <div class=\"code-snippet__code-wrapper\">\r\n                            <div class=\"nav nav-buttons code-snippet__copy-wrapper\">\r\n                                <button type=\"button\" class=\"nav-link code-snippet__copy\" data-clipboard-target=\"#code_0_content\" data-clipboard-label=\"Copia al portapapeles\" data-clipboard-success-label=\"\u00a1Copiado!\" data-clipboard-error-label=\"No se ha podido copiar\" data-tooltip=\"Copia al portapapeles\" data-tooltip-placement=\"left\" role=\"tooltip\" aria-label=\"Copia al portapapeles\">\r\n                                    <svg class=\"code-snippet__copy-icon code-snippet__copy-icon--default\" width=\"24\" height=\"24\" aria-hidden=\"true\" data-url=\"https:\/\/www.mailgun.com\/wp-content\/plugins\/sinch-core\/assets\/icons\/sinch\/file-stack.svg\"><\/svg>\r\n                                    <svg class=\"code-snippet__copy-icon code-snippet__copy-icon--success\" width=\"24\" height=\"24\" aria-hidden=\"true\" data-url=\"https:\/\/www.mailgun.com\/wp-content\/plugins\/sinch-core\/assets\/icons\/sinch\/badge-check.svg\"><\/svg>\r\n                                <\/button>\r\n                            <\/div>\r\n                            <pre class=\"w-100 h-100 m-0 line-numbers language-shell\">\r\n                                <code id=\"code_0_content\" class=\"language-shell\">\r\n\r\n                                    curl -s --user api:key-3ax6xnjp29jd6fds4gc373sgvjxteol0 -G   rnhttps:\/\/api.mailgun.net\/v2\/samples.mailgun.org\/events rn        --data-urlencode &quot;subject&quot;=&quot;Only one day left to save!&quot; rn        --data-urlencode &quot;recipient&quot;=&quot;customer@example.com OR paul@example.com&quot;rn\r\n                                <\/code>\r\n                            <\/pre>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n    <\/div>\r\n\n<p class=\"wp-block-paragraph\">Message size is greater than 25MB AND attachment name is \u201cdesign-final.pdf\u201d (note \u2013 message size is in bytes)<\/p>\n    <div data-content-type=\"longform\" class=\"code-snippet longform-spacings rounded-lg overflow-hidden shadow \" data-count=\"1\">\r\n        <ul class=\"nav nav-buttons code-snippet__tabs longform-except position-relative d-flex gap-2 flex-wrap p-3\" role=\"tablist\">\r\n\r\n                            \r\n                    \r\n                        <li class=\"nav-item\" role=\"presentation\">\r\n                            <button class=\"nav-link active\" data-bs-toggle=\"tab\" data-bs-target=\"#code_0\" type=\"button\" role=\"tab\" aria-controls=\"code_0\" aria-selected=\"true\">\r\n                                Shell                            <\/button>\r\n                        <\/li>\r\n\r\n                    \r\n                            \r\n        <\/ul>\r\n        <div class=\"code-snippet__tab-content tab-content\">\r\n\r\n                            \r\n                    <div class=\"tab-pane show active\" id=\"code_0\" role=\"tabpanel\" aria-labelledby=\"code_0\">\r\n                        <div class=\"code-snippet__code-wrapper\">\r\n                            <div class=\"nav nav-buttons code-snippet__copy-wrapper\">\r\n                                <button type=\"button\" class=\"nav-link code-snippet__copy\" data-clipboard-target=\"#code_0_content\" data-clipboard-label=\"Copia al portapapeles\" data-clipboard-success-label=\"\u00a1Copiado!\" data-clipboard-error-label=\"No se ha podido copiar\" data-tooltip=\"Copia al portapapeles\" data-tooltip-placement=\"left\" role=\"tooltip\" aria-label=\"Copia al portapapeles\">\r\n                                    <svg class=\"code-snippet__copy-icon code-snippet__copy-icon--default\" width=\"24\" height=\"24\" aria-hidden=\"true\" data-url=\"https:\/\/www.mailgun.com\/wp-content\/plugins\/sinch-core\/assets\/icons\/sinch\/file-stack.svg\"><\/svg>\r\n                                    <svg class=\"code-snippet__copy-icon code-snippet__copy-icon--success\" width=\"24\" height=\"24\" aria-hidden=\"true\" data-url=\"https:\/\/www.mailgun.com\/wp-content\/plugins\/sinch-core\/assets\/icons\/sinch\/badge-check.svg\"><\/svg>\r\n                                <\/button>\r\n                            <\/div>\r\n                            <pre class=\"w-100 h-100 m-0 line-numbers language-shell\">\r\n                                <code id=\"code_0_content\" class=\"language-shell\">\r\n\r\n                                    curl -s --user api:key-3ax6xnjp29jd6fds4gc373sgvjxteol0 -G   rnhttps:\/\/api.mailgun.net\/v2\/samples.mailgun.org\/events rn        --data-urlencode &quot;attachment&quot;=&quot;design-final.pdf&quot;rn        --data-urlencode &quot;size&quot;=&quot;&gt;26214400&quot;rn\r\n                                <\/code>\r\n                            <\/pre>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n    <\/div>\r\n\n<h2 class=\"wp-block-heading\">Know all the events!<\/h2>\n\n<p class=\"wp-block-paragraph\">Previously, we only logged information that happens to your email until it is accepted by the recipient email server or dropped. The Events API allows you to query for all events, including events that happen after the email has been delivered. The full list of events is below:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" class=\"wp-image-4655\" width=\"711\" height=\"393\" src=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.15.04_PM.png\" alt=\"Screen_Shot_2019-08-27_at_14\" srcset=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.15.04_PM.png 711w, https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/Screen_Shot_2019-08-27_at_14.15.04_PM-300x166.png 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" \/><\/figure>\n\n<h2 class=\"wp-block-heading\">When would I use the Events API?<\/h2>\n\n<h3 class=\"wp-block-heading\"><em>To replace or augment our events webhooks<\/em><\/h3>\n\n<p class=\"wp-block-paragraph\">If your question is some version of \u201cwhat happened to my email\u201d, Mailgun has always provided a simple way to answer that: <a href=\"https:\/\/www.mailgun.com\/es\/blog\/email\/guia-webhooks\/\" target=\"_tabs\" rel=\"noopener noreferrer\">webhooks<\/a>. You simply configured a webhook, for the type of event you were interested in (e.g. delivered, open, click, etc), and listened for events. Each time there is an email, we fire a webhook. However, this requires you to store a lot of data on your side. Also, even though we re-try most failed webhooks, long outages in your system could result in lost data. Finally, if you are sending a lot of emails, that means a lot of hits to your endpoints which can overwhelm your server.<\/p>\n\n<p class=\"wp-block-paragraph\">Our new logs API let\u2019s you answer the question \u201cwhat happened to my email\u201d using a pull method (polling the Events API) versus the push method of webhooks.\u00a0<\/p>\n\n<h3 class=\"wp-block-heading\"><em>Provide the status for a particular email<\/em><\/h3>\n\n<p class=\"wp-block-paragraph\">Many of our customers use email for time-critical notifications. We\u2019ve blogged before about how Rackspace\u2019s\u00a0<a href=\"https:\/\/www.mailgun.com\/es\/blog\/how-node-js-app-cloud-monitoring-uses-the-mailgun-api\" target=\"_tabs\" rel=\"noopener noreferrer\">Cloud Monitoring product uses Mailgun to notify customers\u00a0<\/a>when there are issues with their website or app.\u00a0<a href=\"http:\/\/www.pagerduty.com\/\" target=\"_tabs\" rel=\"noopener noreferrer\">PagerDuty<\/a>\u00a0and\u00a0<a href=\"http:\/\/www.exceptional.io\/\" target=\"_tabs\" rel=\"noopener noreferrer\">Exceptional Error tracking<\/a>\u00a0are other well known Mailgun customers where <a href=\"\/products\/inbox\/deliverability\/\" target=\"_tabs\" rel=\"noopener noreferrer\">email delivery<\/a> and the ability to track that delivery is mission critical. In these cases, it is not uncommon to hear from end users: \u201cI didn\u2019t get the email\u201d. Well, now you can just search the Events API by message-ID and get a status for each message. We will clearly tell you if the message was delivered and you can provide this status to your customer on demand, or even build it into your own UI. No more he said, she said. Just hard data.<\/p>\n\n<p class=\"wp-block-paragraph\">That\u2019s the Events API in a nutshell! Feel free to check out the full documentation for more info!<\/p>\n\r\n    <aside data-content-type=\"longform\"  class=\"banner-block longform-spacings rounded-lg shadow-lg px-5 py-6 px-md-6 py-md-7 p-lg-7 bg-light\" data-theme=\"dark\" aria-labelledby=\"banner-block-block_809aee843516299ab1388e32c754f5a6\">\r\n                    <p class=\"text-uppercase section-caption text-body-color\">\r\n                Sign Up            <\/p>\r\n                            <p class=\"h4 text-accent fw-bold\" id=\"banner-block-block_809aee843516299ab1388e32c754f5a6\">\r\n                It&#8217;s easy to get started. And it&#8217;s free.            <\/p>\r\n                            <div class=\"mb-0 text-body-color\">\r\n                                    <div class=\"content-body mb-0 text-body-color\">See what you can accomplish with the world\u2019s best email delivery platform.<\/div>\r\n                            <\/div>\r\n        \r\n        <div class=\"text-start mt-5\"><a href=\"https:\/\/signup.mailgun.com\/new\/signup\"  class=\"btn btn-secondary\" >Get started<\/a><\/div>\r\n    <\/aside>\r\n\r\n\n<p class=\"wp-block-paragraph\">Happy sending!<br \/>Mailgunners<\/p>\n","protected":false},"excerpt":{"rendered":"<p>La Events API, completamente renovada, hace que sea r\u00e1pido y f\u00e1cil determinar exactamente qu\u00e9 ha pasado con todos y cada uno de tus emails.<\/p>\n","protected":false},"author":13,"featured_media":4555,"menu_order":0,"template":"","meta":{"_acf_changed":false,"footnotes":""},"blog_category":[22],"class_list":["post-23649","blog","type-blog","status-publish","has-post-thumbnail","hentry","blog_category-product"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nueva Events API, seguimiento detallado de emails y b\u00fasqueda - Transactional Email API Service For Developers | Mailgun<\/title>\n<meta name=\"description\" content=\"La Events API, completamente renovada, hace que sea r\u00e1pido y f\u00e1cil determinar exactamente qu\u00e9 ha pasado con todos y cada uno de tus emails.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda - Transactional Email API Service For Developers | Mailgun\" \/>\n<meta property=\"og:description\" content=\"La Events API, completamente renovada, hace que sea r\u00e1pido y f\u00e1cil determinar exactamente qu\u00e9 ha pasado con todos y cada uno de tus emails.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/\" \/>\n<meta property=\"og:site_name\" content=\"Transactional Email API Service For Developers | Mailgun\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-16T10:55:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/MG-Blog-Product.png\" \/>\n\t<meta property=\"og:image:width\" content=\"720\" \/>\n\t<meta property=\"og:image:height\" content=\"448\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/\",\"url\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/\",\"name\":\"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda - Transactional Email API Service For Developers | Mailgun\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mailgun.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/MG-Blog-Product.png\",\"datePublished\":\"2019-07-16T00:00:00+00:00\",\"dateModified\":\"2026-09-16T10:55:58+00:00\",\"description\":\"La Events API, completamente renovada, hace que sea r\u00e1pido y f\u00e1cil determinar exactamente qu\u00e9 ha pasado con todos y cada uno de tus emails.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mailgun.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/MG-Blog-Product.png\",\"contentUrl\":\"https:\\\/\\\/www.mailgun.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/MG-Blog-Product.png\",\"width\":720,\"height\":448},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/product\\\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/\",\"name\":\"Transactional Email API Service For Developers | Mailgun\",\"description\":\"Potentes API de email transaccional que te permiten enviar, recibir y hacer seguimiento de emails, creadas pensando en los desarrolladores. \u00a1Descubre m\u00e1s!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/#organization\",\"name\":\"Transactional Email API Service For Developers | Mailgun\",\"url\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mailgun.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/cropped-android-chrome-512x512-1.png\",\"contentUrl\":\"https:\\\/\\\/www.mailgun.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/cropped-android-chrome-512x512-1.png\",\"width\":512,\"height\":512,\"caption\":\"Transactional Email API Service For Developers | Mailgun\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mailgun.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda - Transactional Email API Service For Developers | Mailgun","description":"La Events API, completamente renovada, hace que sea r\u00e1pido y f\u00e1cil determinar exactamente qu\u00e9 ha pasado con todos y cada uno de tus emails.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/","og_locale":"es_ES","og_type":"article","og_title":"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda - Transactional Email API Service For Developers | Mailgun","og_description":"La Events API, completamente renovada, hace que sea r\u00e1pido y f\u00e1cil determinar exactamente qu\u00e9 ha pasado con todos y cada uno de tus emails.","og_url":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/","og_site_name":"Transactional Email API Service For Developers | Mailgun","article_modified_time":"2026-09-16T10:55:58+00:00","og_image":[{"width":720,"height":448,"url":"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/MG-Blog-Product.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/","url":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/","name":"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda - Transactional Email API Service For Developers | Mailgun","isPartOf":{"@id":"https:\/\/www.mailgun.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/#primaryimage"},"image":{"@id":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/MG-Blog-Product.png","datePublished":"2019-07-16T00:00:00+00:00","dateModified":"2026-09-16T10:55:58+00:00","description":"La Events API, completamente renovada, hace que sea r\u00e1pido y f\u00e1cil determinar exactamente qu\u00e9 ha pasado con todos y cada uno de tus emails.","breadcrumb":{"@id":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/#primaryimage","url":"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/MG-Blog-Product.png","contentUrl":"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/07\/MG-Blog-Product.png","width":720,"height":448},{"@type":"BreadcrumbList","@id":"https:\/\/www.mailgun.com\/es\/blog\/product\/nueva-events-api-seguimiento-detallado-de-emails-y-busqueda\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mailgun.com\/es\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/www.mailgun.com\/es\/blog\/"},{"@type":"ListItem","position":3,"name":"Nueva Events API, seguimiento detallado de emails y b\u00fasqueda"}]},{"@type":"WebSite","@id":"https:\/\/www.mailgun.com\/es\/#website","url":"https:\/\/www.mailgun.com\/es\/","name":"Transactional Email API Service For Developers | Mailgun","description":"Potentes API de email transaccional que te permiten enviar, recibir y hacer seguimiento de emails, creadas pensando en los desarrolladores. \u00a1Descubre m\u00e1s!","publisher":{"@id":"https:\/\/www.mailgun.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mailgun.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.mailgun.com\/es\/#organization","name":"Transactional Email API Service For Developers | Mailgun","url":"https:\/\/www.mailgun.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.mailgun.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/06\/cropped-android-chrome-512x512-1.png","contentUrl":"https:\/\/www.mailgun.com\/wp-content\/uploads\/2025\/06\/cropped-android-chrome-512x512-1.png","width":512,"height":512,"caption":"Transactional Email API Service For Developers | Mailgun"},"image":{"@id":"https:\/\/www.mailgun.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/blog\/23649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/users\/13"}],"version-history":[{"count":3,"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/blog\/23649\/revisions"}],"predecessor-version":[{"id":24116,"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/blog\/23649\/revisions\/24116"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/media\/4555"}],"wp:attachment":[{"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/media?parent=23649"}],"wp:term":[{"taxonomy":"blog_category","embeddable":true,"href":"https:\/\/www.mailgun.com\/es\/wp-json\/wp\/v2\/blog_category?post=23649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}