<?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: Noah</title>
    <description>The latest articles on Forem by Noah (@loopsgod).</description>
    <link>https://forem.com/loopsgod</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%2F265825%2F603f2973-2dc3-469a-8c6b-7c9bdde17c11.png</url>
      <title>Forem: Noah</title>
      <link>https://forem.com/loopsgod</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/loopsgod"/>
    <language>en</language>
    <item>
      <title>Postmark AI Interpreter - Bidirectional Email-Only Interpreter &amp; Translator</title>
      <dc:creator>Noah</dc:creator>
      <pubDate>Wed, 28 May 2025 10:19:39 +0000</pubDate>
      <link>https://forem.com/loopsgod/postmark-ai-interpreter-bidirectional-email-only-interpreter-translator-4m05</link>
      <guid>https://forem.com/loopsgod/postmark-ai-interpreter-bidirectional-email-only-interpreter-translator-4m05</guid>
      <description>&lt;h2&gt;
  
  
  Postmark Challenge
&lt;/h2&gt;

&lt;p&gt;This demo and Proof of Concept (PoC) displays the use of Postmark Inbound Processing using real-time parsing and AI translation for receiving emails in any source language and interpreting said emails in your native language. &lt;/p&gt;

&lt;p&gt;Our webhook is invocated by Postmark upon receiving an email, after which we parse the inbound text body and instruct Google Gemini to translate it into a self-defined language, for sake of brevity, this example uses English as target language. The source language can be any language.&lt;/p&gt;

&lt;p&gt;In order to expose the nature of the app, we reply with the translated email using Postmark as well, and you will receive a reply in your pre-defined target language. Naturally, you can extend this to make it work with forwarding etc. and actual conversations, but we're mostly showcasing Postmark capabilities here. &lt;/p&gt;

&lt;p&gt;The example uses &lt;strong&gt;Dutch (Nederlands)&lt;/strong&gt; to &lt;strong&gt;English&lt;/strong&gt; translation &amp;amp; interpretation (preserving speaking style, tone, formality).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sending Ingress email to Postmark Inbound Processing email address&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi3wkcq3q6x57gynxwupy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi3wkcq3q6x57gynxwupy.png" alt="Sending Ingress email to Postmark Inbound Processing email address" width="800" height="655"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Email ingressed by webhook server&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftde5o2teirilnvgd3ie0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftde5o2teirilnvgd3ie0.png" alt="Webhook Ingress" width="800" height="655"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interpreted email processed by Gemini AI&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fprufm577y929jtlw5wbg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fprufm577y929jtlw5wbg.png" alt="Interpretation response" width="800" height="655"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HTML-generated email sent with Postmark SMTP Token&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpqcwcnnp5q66zpq56mg3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpqcwcnnp5q66zpq56mg3.png" alt="HTML Body" width="800" height="655"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Result&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxbrv2pv90w9pufrfsqe8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxbrv2pv90w9pufrfsqe8.png" alt="End result GUI" width="800" height="655"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This PoC can be extended by introducing extra language configuration and/or intelligent forwarding + prompt engineering. E.g.: adding make this email more formal and then respond to original recipient to allow for true seamless bi-directional communication streams. &lt;/p&gt;

&lt;p&gt;It is an interesting PoC because it showcases an actual use for still email-based conversations, without making up use cases that are not commonly done using email. 99% of email is still text-based, and using interpretation, many people would be able communicate seamlessly where English is not a well-spoken language. Theoretically, an slightly more extensive implementation would make you reachable in any language in the world, allowing for native language to native language communication with anyone on 🌎 Earth.&lt;/p&gt;

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