<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I want to create an app that turns an email into a web hook]]></title><description><![CDATA[<p dir="auto">Any ideas on where I should start? My first thought was to base it on this project: <a href="https://github.com/heaptracetechnology/gmail" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/heaptracetechnology/gmail</a></p>
<p dir="auto">Note: Zapier can already do this quite well but is limited to how many emails can be received and I'm not quite sure if it's real time or if it's polled on their platform, but I want this to be as real time as possible.</p>
]]></description><link>https://forum.cloudron.io/topic/4323/i-want-to-create-an-app-that-turns-an-email-into-a-web-hook</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 07:47:11 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4323.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 Jan 2021 23:11:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Mon, 01 Feb 2021 00:06:08 GMT]]></title><description><![CDATA[<p dir="auto">@lonk That's a totally valid, effective way to do it. Probably the most instantaneous of all the things mentioned, since it seems speed/latency is a priority for you. Lambda's not that bad to write code for - if you get pretty advanced with it, you can really run nearly any language on the platform, though the officially supported Java, Go, PowerShell, Node.js, C#, Python, and Ruby are the easiest options. You've got a lot of choices there.</p>
]]></description><link>https://forum.cloudron.io/post/24570</link><guid isPermaLink="true">https://forum.cloudron.io/post/24570</guid><dc:creator><![CDATA[jimcavoli]]></dc:creator><pubDate>Mon, 01 Feb 2021 00:06:08 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sun, 31 Jan 2021 21:55:17 GMT]]></title><description><![CDATA[<p dir="auto">@lonk I'm hoping to get something like this set up soon as well. n8n looks like a great option, so am waiting on <code>proxyAuth</code> and then the packaged app. Like you, I realized that aren't too many great out of the box solutions for this yet.</p>
]]></description><link>https://forum.cloudron.io/post/24559</link><guid isPermaLink="true">https://forum.cloudron.io/post/24559</guid><dc:creator><![CDATA[thetomester13]]></dc:creator><pubDate>Sun, 31 Jan 2021 21:55:17 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sun, 31 Jan 2021 21:28:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimcavoli" aria-label="Profile: jimcavoli">@<bdi>jimcavoli</bdi></a> I'm leaning towards using Amazon SES Incoming -&gt; AWS LAMBDA Script -&gt; web hook with <code>from</code>, <code>recipient</code>, <code>subject</code>, and <code>text_content</code> in the <code>POST</code>.</p>
<p dir="auto">It sounds like the simplest option for me at this point, just gotta check what AWS charges (even though I'd rather not use LAMBDA, it's a weird language).</p>
]]></description><link>https://forum.cloudron.io/post/24555</link><guid isPermaLink="true">https://forum.cloudron.io/post/24555</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sun, 31 Jan 2021 21:28:42 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sun, 31 Jan 2021 02:06:11 GMT]]></title><description><![CDATA[<p dir="auto">@lonk Pretty much either of them, to my understanding, save my custom ruby code. That's polled at whatever frequency by the scheduler.</p>
]]></description><link>https://forum.cloudron.io/post/24508</link><guid isPermaLink="true">https://forum.cloudron.io/post/24508</guid><dc:creator><![CDATA[jimcavoli]]></dc:creator><pubDate>Sun, 31 Jan 2021 02:06:11 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sun, 31 Jan 2021 01:27:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimcavoli" aria-label="Profile: jimcavoli">@<bdi>jimcavoli</bdi></a> said in <a href="/post/24498">I want to create an app that turns an email into a web hook</a>:</p>
<blockquote>
<p dir="auto">n8n</p>
</blockquote>
<p dir="auto">Do any of the solutions you mentioned allow for instant trigger (email received) -&gt; action (webhooks fired)?</p>
<p dir="auto">I have no need of sending mail, just receiving it, and parsing the <code>sender</code>,<code>recipient</code>,<code>subject</code>, and <code>text_body</code> into a custom webhook that <code>POSTS</code> those values. I'll check out n8n!</p>
]]></description><link>https://forum.cloudron.io/post/24507</link><guid isPermaLink="true">https://forum.cloudron.io/post/24507</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sun, 31 Jan 2021 01:27:03 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sun, 31 Jan 2021 01:26:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/24496">I want to create an app that turns an email into a web hook</a>:</p>
<blockquote>
<p dir="auto">Integromat</p>
</blockquote>
<p dir="auto">Integromat was almost EXACTLY what I needed, but it ended up polling every 15 minutes and the web hooks I need to create need to be triggered, coincidentally, before exactly 15 minutes since the code in these emails expire (which makes Integromat not a guarantee of a successful non-expired email).</p>
]]></description><link>https://forum.cloudron.io/post/24506</link><guid isPermaLink="true">https://forum.cloudron.io/post/24506</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sun, 31 Jan 2021 01:26:23 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sun, 31 Jan 2021 00:06:27 GMT]]></title><description><![CDATA[<p dir="auto">So I've basically done this inside the packaging for Loomio by polling the <code>recvmail</code> IMAP box for the app (see <a href="https://git.cloudron.io/jimcavoli/loomio-app/-/blob/master/pkg/imap_poller/loomio_relay.rb" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/jimcavoli/loomio-app/-/blob/master/pkg/imap_poller/loomio_relay.rb</a> for code - in ruby because that's what I do most <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> ). The issue over there is that <code>recvmail</code> isn't playing nicely with simultaneous <code>sendmail</code> right now. The upstream docker-compose arrangement uses the (somewhat long-unmaintained by all appearances) <code>mailin</code> package (npm) at <a href="https://github.com/Flolagale/mailin" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Flolagale/mailin</a>. There are some other free services online that seem to do this, but most mail relays a la SendGrid, Postmark, etc. also do this as an option as well. There's many ways to approach it - yet another is that once n8n becomes available, it can also do this with its <code>EmailReadImap</code> and <code>HTTP Request</code> components. That is just still waiting for good enough <code>proxyAuth</code> support to make it not a complete vulnerability to deploy.</p>
]]></description><link>https://forum.cloudron.io/post/24498</link><guid isPermaLink="true">https://forum.cloudron.io/post/24498</guid><dc:creator><![CDATA[jimcavoli]]></dc:creator><pubDate>Sun, 31 Jan 2021 00:06:27 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sat, 30 Jan 2021 23:44:57 GMT]]></title><description><![CDATA[<p dir="auto">@lonk Not sure, it connects to emails, has mail filters and events, and has webhooks (... Administration).</p>
<p dir="auto">Maybe Integromat would give a quick &amp; dirty fix?</p>
<p dir="auto">Otherwise maybe it's app packaging the above for you <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/24496</link><guid isPermaLink="true">https://forum.cloudron.io/post/24496</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Sat, 30 Jan 2021 23:44:57 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sat, 30 Jan 2021 23:31:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/24494">I want to create an app that turns an email into a web hook</a>:</p>
<blockquote>
<p dir="auto">EspoCRM</p>
</blockquote>
<p dir="auto">Just tried it out: <a href="https://demo.espocrm.com/?lang=en_US#EmailFilter/create" target="_blank" rel="noopener noreferrer nofollow ugc">https://demo.espocrm.com/?lang=en_US#EmailFilter/create</a></p>
<p dir="auto">That comes close, but just forwards an email to another email. I'm trying to <em>convert</em> can email to then parse it into a web hook.</p>
]]></description><link>https://forum.cloudron.io/post/24495</link><guid isPermaLink="true">https://forum.cloudron.io/post/24495</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sat, 30 Jan 2021 23:31:44 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sat, 30 Jan 2021 23:27:08 GMT]]></title><description><![CDATA[<p dir="auto">@lonk Try EspoCRM?</p>
]]></description><link>https://forum.cloudron.io/post/24494</link><guid isPermaLink="true">https://forum.cloudron.io/post/24494</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Sat, 30 Jan 2021 23:27:08 GMT</pubDate></item><item><title><![CDATA[Reply to I want to create an app that turns an email into a web hook on Sat, 30 Jan 2021 23:32:18 GMT]]></title><description><![CDATA[<p dir="auto">This also looks promising: <a href="https://github.com/huan/docker-simple-mail-forwarder" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/huan/docker-simple-mail-forwarder</a> and it isn't locked into Gmail's API (and would still be instantaneous-is).</p>
<p dir="auto">I'm also considering AWS SES (Incoming) to parse to a AWS LAMBDA script if I can't make something work on Cloudron, but I'd prefer to build and run this on Clourdon.</p>
<p dir="auto">Which of these three directions would you go?</p>
]]></description><link>https://forum.cloudron.io/post/24493</link><guid isPermaLink="true">https://forum.cloudron.io/post/24493</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sat, 30 Jan 2021 23:32:18 GMT</pubDate></item></channel></rss>