<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Magenizr</title>
    <description>The latest articles on Forem by Magenizr (@magenizr).</description>
    <link>https://forem.com/magenizr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3193495%2Fcad21880-dd87-4df3-b7a5-1bb1cbaf3571.webp</url>
      <title>Forem: Magenizr</title>
      <link>https://forem.com/magenizr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/magenizr"/>
    <language>en</language>
    <item>
      <title>Moody Meter</title>
      <dc:creator>Magenizr</dc:creator>
      <pubDate>Thu, 29 May 2025 06:22:30 +0000</pubDate>
      <link>https://forem.com/magenizr/moody-meter-2pkh</link>
      <guid>https://forem.com/magenizr/moody-meter-2pkh</guid>
      <description>&lt;p&gt;This is a submission for the &lt;a href="https://dev.to/challenges/postmark"&gt;Postmark Challenge: Inbox Innovators&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;A "Moody Meter" that analyses incoming emails, primarily customer-support messages, to flag those with a moody tone and assign them to the appropriate teams. Any language is supported.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="http://35.247.218.173" rel="noopener noreferrer"&gt;http://35.247.218.173&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To trigger the webhook, send an email to &lt;a href="mailto:18e2bb448d5960b8b91f09eed29c5fb0@inbound.postmarkapp.com"&gt;18e2bb448d5960b8b91f09eed29c5fb0@inbound.postmarkapp.com&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Code Repository
&lt;/h2&gt;

&lt;p&gt;We’ll publish it on GitHub shortly and share the link.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;We are big fans of Laravel, paired with Tailwind CSS and Alpine.js on the frontend, so it was unquestionably the ideal framework for the Postmark Challenge.&lt;/p&gt;

&lt;p&gt;Leveraging the OpenAI API, we can parse email content and identify a “moody” tone. Here is a high-level overview of what we’ve implemented.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Blade controller for the dashboard and detail views&lt;/li&gt;
&lt;li&gt;Automatic email assignment to the appropriate team&lt;/li&gt;
&lt;li&gt;Dropdown menu for manual team selection&lt;/li&gt;
&lt;li&gt;Attachment download links&lt;/li&gt;
&lt;li&gt;Postmark webhook API endpoint&lt;/li&gt;
&lt;li&gt;Masking of personal data (email addresses, physical addresses, and phone numbers) before sending to GPT-4.1-nano.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What is missing
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;SSL encryption&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>postmarkchallenge</category>
      <category>webdev</category>
      <category>api</category>
    </item>
  </channel>
</rss>
