Forum Academy Marketplace Showcase Pricing Features

How to implement unique forwarding email address

There is a feature on an application called Transactly and would like some help on how to implement the feature.

The feature is whenever a new transaction is created (think of transactions as projects in a project management app) the transaction is given a unique forwarding email address. See screenshot below.

I just built this for my app. Use sendgrid inbound email parse. It will parse all email to your domain (regardless of what the username of the email is) to your app as an API call (you’ll need to set up a public API workflow for it to send it to.

Once the call containing all the data from an email is received, you can route the data wherever you need to it to go based on the unique username of the email address.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.