Hi All,
So I’m finally at my wits end - so coming here to the wonderful bubble community!
I am attempting to add a feature to a system that allows for inbound email.
This should be easy enough with sendgrid, but the challenge is the use case and making it work properly:
The tool is a ticketing system that allows subscribers to receive inbound emails:
- Each organization requires inbound email (my guess is that they’ll need a unique email address)
- Inbound emails received must be pushed into a table that captures the:
a. Subject
b. Date/Time
c. Contents
d. Any attachments (if possible)
e. From address - The e-mail create should be automated based on the creation of organization subscribing.
The easiest way to think of it is as a ticketing tool “clone”. I want to allow users to receive and respond to tickets originating from email.
I’ve poked around with sendgrid quite a bit, and it doesn’t appear to be able to handle the creation of unique e-mail IDs.
I’ve heard that Mailgun can do this, but the documentation around it is so limited I’m left scratching my head.
Any pointers on how to implement, or if it’s even possible?
Thank you!!