A better customer email management solution
Created | State | Summary |
---|---|---|
2022-02-15 | obsolete | Add alias support+customer@giantswarm.io to forward e-mail to customer’s Slack channel. Also add alias urgent+area@giantswarm.io to forward to the area in Opsgenie. This change was introduced, but later reverted, so this RFC is obsolete. |
This RFC investigates ways for managing (urgent) requests from customers received via email.
Setup before this change (2022)
In case of urgency, customers can open urgent tickets by sending an email to our urgent mail address. This will automatically create an alert in Opsgenie.
In case of non-urgent need, customers can open tickets by sending an email to our support mail address. This will automatically be forwarded to the #support
channel in Slack.
While this works – also thanks to the fact that the alerts go to everyone – we reckon that, as Giant Swarm grows and gathers customers, having such general entry points can become hard to scale and manage.
Desired improvements
We would like to be able to configure email aliases (where alias=“some smart way to express and parse a composite email address”) with different formats. These aliases should follow an easily parsable and standardized structure, which allows us to redirect the emails to the appropriate target.
For instance, some emails (urgent
) could be redirected to Opsgenie, while others (support
) could be redirected to Slack.
A possible format could be the following: customer-priority-area@giantswarm.io
. This would allow us to correctly address an email received from e.g. adidas-urgent-aws@giantswarm.io
vs. vodafone-support-security@giantswarm.io
.
Questions to answer
- would customers find this solution helpful and clear?
- which service could we use to deploy such a setup? For instance, would it be smart to exploit the plus
+
sign in email addresses or should we create real email addresses? In the former case, how could we trigger different actions depending on the portions of the address? Should we rely on Google or some other provider? - is the current proposal for the structure of the email address fine? Should we include something else? Should we exclude something?
Some proposals
Here are some proposals for satisfying our goal. These are by no means to be considered the best proposals for any definition of “best”. These are just proposals.
Proposal #1: an email address per customer
This proposal merges the concepts of:
- having a dedicated email address for each customer
- using the
+
sign trick to correctly redirect requests
Let’s consider customer shiba
. We can create a dedicated email address shiba@giantswarm.io
and then use the deliveredto
Gmail filter to filter emails out. Some examples could be:
deliveredto:"shiba+urgent+aws@giantswarm.io"
deliveredto:"shiba+support+apps@giantswarm.io"
(or packs :) )
Pros
- when a customer joins/leaves we can simply create/remove the email address
- “low” price? One inbox per customer
- no alias logic involved: this is a real email address
Cons
- we have to manage the different combinations and one inbox per customer
Proposal #2: just two email addresses
This proposal relies on using the +
sign trick to correctly redirect requests.
We can define two email addresses like we have already, one for urgent and another for support.
Let’s consider customer shiba
. We can discern between their requests depending on the additional information present after the first +
sign. Some examples could be:
deliveredto:"urgent+shiba+aws@giantswarm.io"
deliveredto:"support+shiba+apps@giantswarm.io"
(or packs :) )
Pros
- no additional inboxes with respect to now
- no alias logic involved: these are a real email addresses
Cons
- we have to manage all the different combinations in the same inbox
- when a customer leaves, we may need to go and modify some rules rather than simply deleting an inbox
- admittedly, we think and hope there won’t be that many customers leaving us
Questions
The following questions arise for both proposals:
- having the customer in the email is not really useful at the moment. Should we still go for it “just in case”?
- it doesn’t hurt
- can we choose the action to be taken (forward to slack/opsgenie) depending on the
deliveredto
address?- YES, we can!
- can the various processes be automated somehow? Maybe using a Google Apps Script?
- (scenario 1) email address creation/deletion
- (both scenarios) “routes”: support to slack vs. urgent to opsgenie; different areas I haven’t been able to find a sensible solution so far, but we can dig into this a bit more.
- can we use wildcards in Gmail filters?
- no, we can’t
Final decisions
Considering the pros and cons of each solution and the number of comments received, I believe we can proceed as follows:
Only use the support and urgent email addresses
With
support
, we only specify the customer name, so that the message is forwarded to the customer’s Slack channel:support+customer@giantswarm.io
With
urgent
, we only specify the area, so that the message is forwarded to the correct area in Opsgenie:urgent+area@giantswarm.io
. The areas are the following:Cloud providers:
aws
azure
gcp
kvm
openstack
vmware
Cloud native packs:
devex
connectivity
observability
security
Using Gmail filters, either forward that email to Slack or Opsgenie
- as far as Slack is concerned, we can simply use the Email app
- as far as Opsgenie is concerned, the Email integration allows for creating numerous email addresses, each of which will assign the ticket to a specific team