Open quis opened 4 years ago
If a recipient’s experience of a service includes the organisation’s own branding then we think the emails they receive should include that branding too.
We added parameters to the email template that allow our users to specify branding. There are three parts to branding:
Only the logo is required. Name and colour will be shown if they are provided.
https://github.com/alphagov/notifications-utils/pull/55
The banner option (added later):
Branding is still an undocumented feature. We get a bunch of support tickets from teams asking if it’s possible.
Adding this page:
In some cases we will be able to infer a user’s organisation from their email address, and grab their logo from their website. So the experience for them is that they press a button and government just sorts it out for you – also known as "the dream":
(credit Mark Hurrell/Ben Terrett)
In other cases we will have to get back to people asking for a copy of their logo, or to find out about their service, but this is what we have to do at the moment anyway.
Here’s how the ‘your logo on a colour’ option looks for a local government organisation:
If someone from, for example croydon.gov.uk, creates a new service, and we have already got the Croydon email branding, then we should automatically set that for them as they add the service. This will save them and us time.
In order to know if we have the brand already, we'll need to store the domain with it in the admin interface so we can look it up.
This should only be for new services at the time of service creation.
All other services will get GOV.UK by default.
– https://www.pivotaltracker.com/n/projects/1443052/stories/159623304
Anyone that creates a service who is from the NHS (they nominate this when they create the service) will need the NHS branding.
We already have this, so let's default it instead of GOV.UK for these all NHS services. It'll save them and us time.
– https://www.pivotaltracker.com/n/projects/1443052/stories/159623188
Adding a domain looks like this:
Then when a user with an email address from that domain creates a service, this happens automatically:
So when they send an email:
We keep getting people requesting branding when they already have the branding they want set. Seems like they don’t realise we’re doing it automatically. This might help.
We do analysis of support tickets. We want to keep the blue line as low as possible, while the red one keeps going up.
At first the 2 lines track quite closely. The point where they diverge is around the time we started doing more support ticket analysis.
This chart shows that branding accounts for 20% of our support tickets:
We identified four types of support ticket that were taking up a unnecessary time:
We also tried to formalise our rules about which organisations were allowed which types of branding. Previously this existed as a sort of folklore within the team.
Organisation type | Appropriate branding |
---|---|
Central government | GOV.UK, GOV.UK and Government identity system logo, GOV.UK and other logo, Government identity system logo only, Other logo |
Local government | Your organisation, Other logo |
NHS – central government agency or public body | NHS logo, NHS sub-brand, Other logo |
NHS Trust or Clinical Commissioning Group | NHS logo, Trust logo |
GP practice | NHS logo |
Emergency service | Other logo |
School or college | Other logo |
Other | Other logo |
We took this table and turned it into a matrix on the wall:
The matrix showed what a potential interface would look like for each of the combinations:
We shipped some of the options from the matrix.
For central government organisations:
For local government organisations:
For other types of organisation:
The big differences from the previous page are that:
At first all Notify emails had GOV.UK branding, because Notify was initially built for transactional central government services, which should be on GOV.UK. It looked like this:
Screenshot from https://github.com/alphagov/notifications-api/pull/173 (March 2016)
Special thanks to Hong Nguyen for helping write up this work