-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users need the emails they send to have appropriate branding #16
Comments
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. alphagov/notifications-utils#55 The banner option (added later): |
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. 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: |
Look up branding based on user’s email address (September 2018)
– https://www.pivotaltracker.com/n/projects/1443052/stories/159623304
– 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: |
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. |
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. 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: |
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.
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: |
Let users give us better requests for email branding (September 2019)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:
|
Things we talked about but didn’t do (as of November 2020)
|
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 alphagov/notifications-api#173 (March 2016)
Special thanks to Hong Nguyen for helping write up this work
The text was updated successfully, but these errors were encountered: