alphagov / notify-design-archive

An incomplete record of the design of GOV.UK Notify
3 stars 2 forks source link

Users need the emails they send to have appropriate branding #16

Open quis opened 3 years ago

quis commented 3 years ago

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:

842fa9b4-ed14-11e5-81e5-17a1d74b8c60

Screenshot from https://github.com/alphagov/notifications-api/pull/173 (March 2016)


Special thanks to Hong Nguyen for helping write up this work

quis commented 3 years ago

Adding different branding options (July 2016)

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.

image

image

https://github.com/alphagov/notifications-utils/pull/55


The banner option (added later):

Screen Shot 2019-10-22 at 10 12 56

quis commented 3 years ago

Let users ask for custom branding (May 2018)

Branding is still an undocumented feature. We get a bunch of support tickets from teams asking if it’s possible.

image

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":

thedream

(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:

quis commented 3 years ago

Look up branding based on user’s email address (September 2018)

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:

image


image

Then when a user with an email address from that domain creates a service, this happens automatically:

image

So when they send an email:

hmr

https://github.com/alphagov/notifications-admin/pull/2282

quis commented 3 years ago

Say what the current branding is (April 2019)

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.

image

https://github.com/alphagov/notifications-admin/pull/2886

quis commented 3 years ago

We start to see email branding taking up a significant amount of our support effort (August 2019)

We do analysis of support tickets. We want to keep the blue line as low as possible, while the red one keeps going up.

Screen Shot 2019-10-21 at 15 00 06

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:

pasted image 0

quis commented 3 years ago

Analysis of branding (August 2019)

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:

unnamed-1

The matrix showed what a potential interface would look like for each of the combinations:

image

quis commented 3 years ago

Let users give us better requests for email branding (September 2019)

We shipped some of the options from the matrix.


For central government organisations:

image

For local government organisations:

image

For other types of organisation:

image

image

The big differences from the previous page are that:

quis commented 3 years ago

Things we talked about but didn’t do (as of November 2020)