I’m sure this is possible but I’m struggling to build this tool.
I’d like to publish forwarded emails on a public HTML page, similar to a now-offline web app called publishthis.email which can be seen through archive.org
So far I have a mailhook sending email html content to a new Notion page, but it’s an unformatted mess. Ideally I’d like to take the HTML and have it make a new html file on a server I control. Is that possible with a module?
Once the page is created, I’d like it to then email back to me with a link so I can share it with others.
Basically my use case is to easily share emails with friends and collegues when a “View in Browser” link does not exist. I’m trying to create my own
That service above did a great job, but it went offline last year.
Any advice? Also willing to hire someone to make this for me.
Thanks!
Welcome to the Make community!
I think Google Docs have a publish to web feature you can use to get a published web page.
Definitely easier than using Notion if you want formatting.
If the email is already in HTML format, you would want to go this route, because creating a new Google Doc can be done in HTML to preserve formatting…

samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
1 Like
Thanks! Any tips on this? I’m looking at the “Make an API Call” module and I’m not sure how to publish a page.
I solved this by using the SFTP module and simply saving it as a HTML page. Works great!
3 Likes
Hi @samliew - Can you clarify how to add modules for Publish to Web or Record Public URL?
These do not exist for me when I search for them.
I’m referring to Google Drive/Docs/Sheets publish to web, but you are showing me screenshots for Webflow?
To publish Google Drive/Docs/Sheets to web you have to make a custom HTTP call to the revisions.update endpoint.
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
1 Like
Sorry if I am misunderstanding

If I want to use this module what do I type in the “Search apps or modules” query?
Google Drive “Make an API call” module. (I meant to use the Google Drive module in the mockup)
The Make an API call has to follow the format for the revisions.update endpoint
You can do this for Docs/Sheets/Slides documents.
For more information, see
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
2 Likes