<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Modifying Email Alert Template in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423729#M3906</link>
    <description>&lt;P&gt;WebHooks are a great way to send alerts into an integration.  It also directly exposes the JSON of the alert.&lt;/P&gt;&lt;P&gt;I would check that out.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Platform_Management/Dashboard_Administration/Operate_and_Maintain/How-Tos/Webhooks" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Platform_Management/Dashboard_Administration/Operate_and_Maintain/How-Tos/Webhooks&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jan 2026 20:34:48 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2026-01-08T20:34:48Z</dc:date>
    <item>
      <title>Modifying Email Alert Template</title>
      <link>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423727#M3904</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are currently trying to get an integration going, that is linked to the email alert templates sent by Meraki automatically. I have looked into modifying the alert profiles of the organization, but from what I can gather, that will only allow me to modify the conditions under which an alert is sent. I cannot edit the HTML or the structure of the email being sent over. We wanted to modify the template so that more info could be attached, such as the model of the affected device. Currently, we only receive the device name, its MAC and the timestamp when the event ocurred, but we need to know what type of device was affected (AP, switch, MX). We could use the description found above the list of affected devices, but that only includes the word "appliance" for all types of devices&lt;/P&gt;&lt;P&gt;All the places that I have checked, recommend the use of webhooks instead, since it includes a lot more details about events, but just wanted to make sure that there is no way to attach more info to emails.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 18:18:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423727#M3904</guid>
      <dc:creator>Eddysanoli</dc:creator>
      <dc:date>2026-01-08T18:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Email Alert Template</title>
      <link>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423728#M3905</link>
      <description>&lt;P&gt;Unfortunately, it is not possible to change the fields in Meraki's alert emails.&lt;/P&gt;&lt;P&gt;Another way I see it is to send these messages to a syslog server, and on that server you can customize the alerts you want to receive.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 18:51:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423728#M3905</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2026-01-08T18:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Email Alert Template</title>
      <link>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423729#M3906</link>
      <description>&lt;P&gt;WebHooks are a great way to send alerts into an integration.  It also directly exposes the JSON of the alert.&lt;/P&gt;&lt;P&gt;I would check that out.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Platform_Management/Dashboard_Administration/Operate_and_Maintain/How-Tos/Webhooks" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Platform_Management/Dashboard_Administration/Operate_and_Maintain/How-Tos/Webhooks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 20:34:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423729#M3906</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2026-01-08T20:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Email Alert Template</title>
      <link>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423730#M3907</link>
      <description>&lt;P&gt;Awesome. Thank you. We mainly wanted to see if it was possible to avoid moving to another approach, but it looks like its going to be necessary. &lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 21:05:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423730#M3907</guid>
      <dc:creator>Eddysanoli</dc:creator>
      <dc:date>2026-01-08T21:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Email Alert Template</title>
      <link>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423731#M3908</link>
      <description>&lt;P&gt;There are definitely better ways to do this in 2026 (webhooks, API, etc), but depending on what you need and how much, if its just the type and model for example, you could append this in the device name. An example naming convention would be location, building, device type/#, model&lt;/P&gt;&lt;P&gt;LOC1-BLDGA-SW1-MS225-24P&lt;BR /&gt;&lt;BR /&gt;If you need more info and absolutely cannot live without the emails, you could use an intermediary like Microsoft Flow to "catch" an email alert or webhook, look up the device in the API and then send an email with the extra information included. There would be a bit of cost and development work to such a solution, but weigh that as you will against the value of this integration and what it would take to switch to webhooks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 21:40:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/modifying-email-alert-template/m-p/5423731#M3908</guid>
      <dc:creator>mlefebvre1</dc:creator>
      <dc:date>2026-01-08T21:40:39Z</dc:date>
    </item>
  </channel>
</rss>

