I am currently thinking to attempt to make a Customer Support System. In more detail, what I am trying to look to do is be able to have my customers create new support requests, and this would send them an email and also our support team and email which will end up on the support team board. Then I want my support team to be able to view the inquire on a page of the bubbleapp and reply to the support team request.
That is what I’m attempting to build, not sure if bubble can do this though! But this is a similar consent to Zendesk and all of the other Custom Support Team Software out there!
My use case was setting an internal crm system where we wanted to combine 4 people’s inbox.
Created a New data type ‘Email’ with all the relevant Fields.
Created an endpoint in bubble to create new email when fired.
For each inbox I set up a zap in zapier to send the email to a webhook when a new email came in.
I use sendgrid to send the reply / outbound emails. From memory I use the sendgrid plugin air dev created.
I also sponsored a change to that plugin that everyone can use which gives delivered and read receipts back into bubble so we can stay on top of our emails.
So the way that you set things up you are able to take four different email addresses and load them into the single data type?
Like if I wanted to have companyinfo@email, companysales@email, companyjobs@email all linked to a single data type from bubble so a user could see all emails from all three of the email addresses in a bubble built app, the steps you mentioned allow for that?