{"id":13,"date":"2026-02-19T22:50:37","date_gmt":"2026-02-19T22:50:37","guid":{"rendered":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/"},"modified":"2026-02-19T22:50:37","modified_gmt":"2026-02-19T22:50:37","slug":"sfmc-automation-error-alerts-setup-guide","status":"publish","type":"post","link":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/","title":{"rendered":"How to Set Up SFMC Automation Error Alerts That Actually Work"},"content":{"rendered":"<h2>Why Most SFMC Automation Alerts Fail Before They Start<\/h2>\n<p>You&#8217;ve set up email notifications in Automation Studio. You feel covered. Then one Monday morning, you discover a nightly data sync has been failing silently for four days \u2014 and your alert emails were sitting unread in a shared inbox alongside dozens of other routine notifications nobody checks anymore.<\/p>\n<p>This is the real problem with SFMC automation alerts: it&#8217;s not that the tools aren&#8217;t there, it&#8217;s that most teams configure them once and assume the job is done. Effective alerting is a system, not a checkbox. This guide walks you through building that system properly \u2014 from native SFMC configuration to routing strategies that ensure the right person sees the right error at the right time.<\/p>\n<h2>Understanding What SFMC Actually Gives You Natively<\/h2>\n<p>Automation Studio provides built-in error notification settings at two levels: the <strong>account level<\/strong> and the <strong>individual automation level<\/strong>. Both matter, and many teams configure only one.<\/p>\n<h3>Account-Level Notification Settings<\/h3>\n<p>In Setup, under <strong>Automation Studio Settings<\/strong>, you can define a default notification email address that receives alerts whenever any automation in your account encounters an error. This is a useful catch-all, but it&#8217;s also where alert fatigue begins if you&#8217;re not careful. Every skipped record warning, every benign timeout retry, every low-severity issue lands in the same inbox as your critical payment data imports.<\/p>\n<p>Navigate here via: <em>Setup \u2192 Platform Tools \u2192 Apps \u2192 Automation Studio \u2192 Settings<\/em>. The field labeled <strong>Error Notifications<\/strong> accepts a single email address or distribution list. Use a distribution list \u2014 never a single person&#8217;s inbox \u2014 so coverage survives vacations and role changes.<\/p>\n<h3>Automation-Level Notifications<\/h3>\n<p>Inside each individual automation, the <strong>Notifications<\/strong> tab lets you configure email alerts specific to that workflow. You can set recipients for both <em>errors<\/em> and <em>skipped records<\/em> separately. This granularity is powerful and underused. A high-stakes revenue reporting automation should notify your senior data engineer directly. A low-priority preference center sync can notify a shared team alias. Map your notification recipients to the business criticality of the automation, not just who built it.<\/p>\n<h2>The Four Failure Modes You Need to Alert On<\/h2>\n<p>Native SFMC notifications cover activity-level errors, but there are failure patterns that won&#8217;t trigger any built-in alert at all. Know all four:<\/p>\n<ul>\n<li><strong>Hard activity errors:<\/strong> A SQL query fails, an import file is missing, a script activity throws an exception. These are caught by native notifications and are the most visible failures.<\/li>\n<li><strong>Silent skipped records:<\/strong> An import activity processes but skips rows due to validation errors. The automation reports as &#8220;complete&#8221; \u2014 no error notification fires. Your data is silently incomplete.<\/li>\n<li><strong>Automation never starts:<\/strong> A schedule drift, a UI save error, or a dependency issue means the automation simply doesn&#8217;t run. No error is thrown because nothing executed. This is the ghost failure.<\/li>\n<li><strong>Partial completion:<\/strong> Step 1 of 5 completes, Step 2 errors and stops. Downstream activities never run. Native alerts catch the error on Step 2 but won&#8217;t tell you what downstream impact occurred.<\/li>\n<\/ul>\n<p>For failures in categories 2, 3, and 4, you need monitoring logic beyond what SFMC provides out of the box \u2014 which is why teams increasingly rely on external tools like <a href=\"https:\/\/www.martechmonitoring.com\">Martech Monitoring<\/a> to watch for automations that don&#8217;t run on schedule, not just automations that error when they do.<\/p>\n<h2>Building an Alert Routing Strategy That Scales<\/h2>\n<p>The goal is simple: the right person gets paged for a P1 failure, and nobody gets paged at 2am for a warning-level skipped record report. Here&#8217;s how to structure it.<\/p>\n<h3>Tier Your Automations by Business Impact<\/h3>\n<p>Before touching any notification settings, classify every automation in your instance into three tiers:<\/p>\n<ul>\n<li><strong>Tier 1 \u2013 Critical:<\/strong> Revenue-impacting, compliance-related, or feeds downstream systems (e.g., transactional sends, CRM syncs, suppression list imports). Failure requires immediate response.<\/li>\n<li><strong>Tier 2 \u2013 Important:<\/strong> Operational but recoverable within a business day (e.g., lead nurture programs, daily reporting). Failure should surface within hours.<\/li>\n<li><strong>Tier 3 \u2013 Low Priority:<\/strong> Nice-to-have automations where failure has minimal immediate business impact. Weekly digest, preference data aggregation, etc.<\/li>\n<\/ul>\n<p>Document this classification in a shared spreadsheet or your team&#8217;s wiki. It becomes the foundation for every alerting decision you make.<\/p>\n<h3>Route Alerts by Tier, Not by Sender<\/h3>\n<p>Once tiers are defined, configure notification recipients accordingly:<\/p>\n<ul>\n<li><strong>Tier 1 automations:<\/strong> Alert a distribution list that triggers a PagerDuty or Opsgenie incident, or at minimum routes to a Slack channel that has an on-call rotation. If your team doesn&#8217;t have an on-call process for marketing data, this is the moment to build one.<\/li>\n<li><strong>Tier 2 automations:<\/strong> Alert a team email alias that someone reviews every morning. Consider a dedicated <code>sfmc-automation-alerts@yourcompany.com<\/code> address that feeds into a monitored ticketing queue.<\/li>\n<li><strong>Tier 3 automations:<\/strong> Log the error but don&#8217;t alert urgently. A weekly digest review of Tier 3 failures is often sufficient.<\/li>\n<\/ul>\n<h2>Defeating Alert Fatigue: The Practical Approach<\/h2>\n<p>Alert fatigue is the silent killer of monitoring programs. When every notification looks the same \u2014 regardless of severity \u2014 humans learn to ignore them all. Here are specific tactics to prevent this in SFMC environments.<\/p>\n<h3>Suppress Noise at the Source<\/h3>\n<p>Audit your Automation Studio error logs for the last 30 days. Identify recurring errors that your team has already assessed as non-actionable. Common culprits include:<\/p>\n<ul>\n<li>FTP import automations that error on weekends when source files aren&#8217;t generated (expected behavior, not a real failure)<\/li>\n<li>SQL queries that return zero rows and are configured to error on empty results unnecessarily<\/li>\n<li>Script activities with overly broad try\/catch blocks that escalate warnings as errors<\/li>\n<\/ul>\n<p>Fix these at the automation level first. Change SQL activities to handle empty results gracefully. Adjust schedule windows to match when source data is actually available. Every non-actionable alert you eliminate is one fewer cry-wolf notification eroding your team&#8217;s trust in the system.<\/p>\n<h3>Use Meaningful Subject Lines<\/h3>\n<p>SFMC&#8217;s native notification emails have generic subject lines. When these arrive in a shared inbox, no one knows at a glance whether to escalate or ignore. If you&#8217;re routing alerts through a middleware tool or webhook (see below), customize the subject line to include:<\/p>\n<ul>\n<li>Automation name<\/li>\n<li>Failure tier (e.g., [CRITICAL] or [LOW])<\/li>\n<li>Error type in plain language<\/li>\n<\/ul>\n<p>Example: <code>[CRITICAL] Revenue Data Import \u2013 Import Activity Failed \u2013 Missing Source File<\/code> tells the recipient everything they need to triage before opening the email.<\/p>\n<h2>Extending Alerts Beyond Native SFMC: The API Approach<\/h2>\n<p>For teams that need richer alerting logic, the SFMC REST API opens up significant options. You can use a Script Activity at the end of each automation to make an API call that logs completion status to an external system or triggers a conditional alert.<\/p>\n<pre><code>\/\/ Script Activity - Automation Heartbeat to External Webhook\nvar endpoint = 'https:\/\/your-monitoring-endpoint.com\/sfmc\/heartbeat';\nvar payload = {\n  automationName: 'Nightly Revenue Sync',\n  status: 'complete',\n  timestamp: Platform.Function.SystemDateToLocalDate(Now()),\n  environment: 'Production'\n};\n\nvar req = new Script.Util.HttpRequest(endpoint);\nreq.emptyContentHandling = 0;\nreq.retryCount = 2;\nreq.encoding = 'UTF-8';\nreq.method = 'POST';\nreq.contentType = 'application\/json';\nreq.postData = Stringify(payload);\n\nvar resp = req.send();\n<\/code><\/pre>\n<p>Place this Script Activity as the final step in your Tier 1 automations. If the webhook doesn&#8217;t receive a heartbeat within the expected window, your external monitoring layer fires an alert. This catches the ghost failure scenario \u2014 automations that never start \u2014 which SFMC&#8217;s native tools cannot detect on their own.<\/p>\n<p>Platforms like <a href=\"https:\/\/www.martechmonitoring.com\">Martech Monitoring<\/a> are purpose-built for this pattern, monitoring automation run schedules and surfacing missed executions automatically without requiring you to build and maintain custom webhook infrastructure.<\/p>\n<h2>Operationalizing Your Alert System: What Good Looks Like<\/h2>\n<p>A mature SFMC alerting setup has these characteristics:<\/p>\n<ul>\n<li><strong>Every Tier 1 automation has a documented expected run window<\/strong> \u2014 not just an error alert, but a &#8220;this should have run by X time&#8221; check.<\/li>\n<li><strong>Alert recipients are role-based distribution lists<\/strong>, not individual email addresses. When someone leaves, the alert coverage doesn&#8217;t leave with them.<\/li>\n<li><strong>There&#8217;s a monthly alert audit<\/strong> where the team reviews which alerts fired, which were acted on, and which were noise. Anything generating recurring noise gets investigated and fixed.<\/li>\n<li><strong>Runbooks exist for Tier 1 failures.<\/strong> When an alert fires at 11pm, the on-call person shouldn&#8217;t have to guess what to do. A short runbook per automation \u2014 what the failure likely means, what to check first, who to escalate to \u2014 dramatically reduces mean time to resolution.<\/li>\n<li><strong>Alerts are tested deliberately.<\/strong> At least once a quarter, intentionally break a Tier 1 automation in a sandboxed way to verify the full alert chain fires correctly and reaches the right people.<\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>Effective SFMC automation alerting is less about enabling a notification email and more about building a system your team actually trusts and responds to. That means tiering your automations, routing alerts with purpose, eliminating noise at the source, and monitoring for failures that SFMC&#8217;s native tools simply can&#8217;t see \u2014 like automations that never run.<\/p>\n<p>The teams that get this right catch failures before they impact customer sends or downstream data quality. The teams that don&#8217;t are still discovering four-day-old failures on Monday mornings.<\/p>\n<p>Want to automate your SFMC monitoring without building custom infrastructure? <a href=\"https:\/\/www.martechmonitoring.com\">Check out Martech Monitoring<\/a> \u2014 built specifically to give SFMC teams visibility into automation health, missed runs, and deliverability issues before they become business problems.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most SFMC automation alert setups look functional but fail in practice \u2014 burying critical errors in noisy inboxes or missing ghost failures entirely. This guide covers how to configure Automation Studio error notifications properly, tier your automations by business impact, and build an alerting system your team will actually respond to.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-13","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Set Up SFMC Automation Error Alerts That Actually Work - Martech Monitoring<\/title>\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.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Set Up SFMC Automation Error Alerts That Actually Work - Martech Monitoring\" \/>\n<meta property=\"og:description\" content=\"Most SFMC automation alert setups look functional but fail in practice \u2014 burying critical errors in noisy inboxes or missing ghost failures entirely. This guide covers how to configure Automation Studio error notifications properly, tier your automations by business impact, and build an alerting system your team will actually respond to.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Martech Monitoring\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-19T22:50:37+00:00\" \/>\n<meta name=\"author\" content=\"Martech Monitoring Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Martech Monitoring Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/\"},\"author\":{\"name\":\"Martech Monitoring Team\",\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/#\\\/schema\\\/person\\\/afd6b3932a86aecb0e3714d726a70c7d\"},\"headline\":\"How to Set Up SFMC Automation Error Alerts That Actually Work\",\"datePublished\":\"2026-02-19T22:50:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/\"},\"wordCount\":1453,\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/\",\"url\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/\",\"name\":\"How to Set Up SFMC Automation Error Alerts That Actually Work - Martech Monitoring\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-02-19T22:50:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/#\\\/schema\\\/person\\\/afd6b3932a86aecb0e3714d726a70c7d\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/sfmc-automation-error-alerts-setup-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Set Up SFMC Automation Error Alerts That Actually Work\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/\",\"name\":\"Martech Monitoring\",\"description\":\"SFMC Silent Failure Detection\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/#\\\/schema\\\/person\\\/afd6b3932a86aecb0e3714d726a70c7d\",\"name\":\"Martech Monitoring Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2666a39ad2e93828c8ed20d3e3a3804897d6b57162f36b7075a69a334291d74c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2666a39ad2e93828c8ed20d3e3a3804897d6b57162f36b7075a69a334291d74c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2666a39ad2e93828c8ed20d3e3a3804897d6b57162f36b7075a69a334291d74c?s=96&d=mm&r=g\",\"caption\":\"Martech Monitoring Team\"},\"sameAs\":[\"https:\\\/\\\/martechmonitoring.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.martechmonitoring.com\\\/blog\\\/author\\\/martech-monitoring\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Set Up SFMC Automation Error Alerts That Actually Work - Martech Monitoring","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.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/","og_locale":"en_US","og_type":"article","og_title":"How to Set Up SFMC Automation Error Alerts That Actually Work - Martech Monitoring","og_description":"Most SFMC automation alert setups look functional but fail in practice \u2014 burying critical errors in noisy inboxes or missing ghost failures entirely. This guide covers how to configure Automation Studio error notifications properly, tier your automations by business impact, and build an alerting system your team will actually respond to.","og_url":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/","og_site_name":"Martech Monitoring","article_published_time":"2026-02-19T22:50:37+00:00","author":"Martech Monitoring Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Martech Monitoring Team","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/#article","isPartOf":{"@id":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/"},"author":{"name":"Martech Monitoring Team","@id":"https:\/\/www.martechmonitoring.com\/blog\/#\/schema\/person\/afd6b3932a86aecb0e3714d726a70c7d"},"headline":"How to Set Up SFMC Automation Error Alerts That Actually Work","datePublished":"2026-02-19T22:50:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/"},"wordCount":1453,"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/","url":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/","name":"How to Set Up SFMC Automation Error Alerts That Actually Work - Martech Monitoring","isPartOf":{"@id":"https:\/\/www.martechmonitoring.com\/blog\/#website"},"datePublished":"2026-02-19T22:50:37+00:00","author":{"@id":"https:\/\/www.martechmonitoring.com\/blog\/#\/schema\/person\/afd6b3932a86aecb0e3714d726a70c7d"},"breadcrumb":{"@id":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.martechmonitoring.com\/blog\/sfmc-automation-error-alerts-setup-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.martechmonitoring.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Set Up SFMC Automation Error Alerts That Actually Work"}]},{"@type":"WebSite","@id":"https:\/\/www.martechmonitoring.com\/blog\/#website","url":"https:\/\/www.martechmonitoring.com\/blog\/","name":"Martech Monitoring","description":"SFMC Silent Failure Detection","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.martechmonitoring.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.martechmonitoring.com\/blog\/#\/schema\/person\/afd6b3932a86aecb0e3714d726a70c7d","name":"Martech Monitoring Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2666a39ad2e93828c8ed20d3e3a3804897d6b57162f36b7075a69a334291d74c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2666a39ad2e93828c8ed20d3e3a3804897d6b57162f36b7075a69a334291d74c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2666a39ad2e93828c8ed20d3e3a3804897d6b57162f36b7075a69a334291d74c?s=96&d=mm&r=g","caption":"Martech Monitoring Team"},"sameAs":["https:\/\/martechmonitoring.com\/blog"],"url":"https:\/\/www.martechmonitoring.com\/blog\/author\/martech-monitoring\/"}]}},"_links":{"self":[{"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/posts\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":1,"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/posts\/13\/revisions"}],"predecessor-version":[{"id":14,"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/posts\/13\/revisions\/14"}],"wp:attachment":[{"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/media?parent=13"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/categories?post=13"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.martechmonitoring.com\/blog\/wp-json\/wp\/v2\/tags?post=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}