Skip to content

Commit a841cbf

Browse files
Clarify order of completion
1 parent 89ff610 commit a841cbf

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/add-domain.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ To set up Email Security (formerly Area 1) for Gmail:
1616
1. Log in to the [Email Security (formerly Area 1) dashboard](https://horizon.area1security.com/).
1717
2. Select the question mark, where you will be able to find your BCC address.
1818
3. Once you found your address, select **Settings** (the gear icon), then select **New Domain**.
19-
4. Fill in the information needed to add your domain, then select **Publish Domain**.
19+
4. Fill in the information needed to add your domain, then select **Publish Domain**.
20+
21+
Continue with [Add BCC rules](/email-security/deployment/api/setup/gsuite-bcc-setup/bcc-rules-to-area1/) for the next steps.

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/bcc-rules-to-area1.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ import { Render } from "~/components"
2424
3. Under **Headers**, select **Add X-Gm-Spam and X-Gm-Phishy headers**.
2525
4. Select **SAVE**.
2626
7. In **Account types to affect**, select **Users** and **Groups**.
27-
8. Select **SAVE**.
27+
8. Select **SAVE**.
28+
29+
Continue with [Create a project on Google Cloud Console](/email-security/deployment/api/setup/gsuite-bcc-setup/create-project-gcp/) for the next steps.

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/create-project-gcp.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Create a project on Google Cloud Console
33
pcx_content_type: how-to
4-
updated: 2022-10-11
54
sidebar:
65
order: 4
76
---
@@ -13,4 +12,6 @@ import { Render } from "~/components"
1312
3. Once the new project has been created, the Google Cloud Platform console will automatically redirect you to the Project console. If not, you can use the Project selector to change to the project you created.
1413
4. In **Getting Started**, select **Explore and enable APIs** > Select **ENABLE APIs & SERVICES**.
1514
5. On search bar, search for `Admin SDK API`. Select **Admin SDK API**, then select **ENABLE**.
16-
6. Go back to the sidebar, select **Library**, and search for Gmail API. Select **Gmail API**, then select **ENABLE**.
15+
6. Go back to the sidebar, select **Library**, and search for Gmail API. Select **Gmail API**, then select **ENABLE**.
16+
17+
Continue with [Create service account](/email-security/deployment/api/setup/gsuite-bcc-setup/create-service-account/) for the next steps.

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/create-service-account.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Create service account
33
pcx_content_type: how-to
4-
updated: 2022-10-11
54
sidebar:
65
order: 4
76
---
@@ -29,4 +28,6 @@ import { Render } from "~/components"
2928
- Select **AUTHORIZE**.
3029

3130
9. Go back to the sidebar > **Service Accounts**.
32-
10. Select the three dots > **Manage keys** > **ADD KEY** > **Create new key** > Select **JSON** > Select **CREATE**. This downloads a `.json` file which you will use at a later stage.
31+
10. Select the three dots > **Manage keys** > **ADD KEY** > **Create new key** > Select **JSON** > Select **CREATE**. This downloads a `.json` file which you will use at a later stage.
32+
33+
Continue with [Add retraction](/email-security/deployment/api/setup/gsuite-bcc-setup/add-retraction/) for the next steps.

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/index.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 1
66
head:
77
- tag: title
8-
content: Setup phishing risk assessment for Gmail with Email Security (formerly
8+
content: Setup Gmail with Email Security (formerly
99
Area 1)
1010

1111
---
@@ -20,4 +20,12 @@ import { Render, Details } from "~/components"
2020

2121
For customers using Gmail, setting up Email Security via BCC is quick and easy. All you need to do is create a content compliance filter to send emails to Email Security through BCC. The following email flow shows how this works:
2222

23-
![Email flow when setting up a phishing assessment risk for Gmail with Email Security.](~/assets/images/email-security/deployment/api-setup/gmail/gmail-bcc-flow.png)
23+
![Email flow when setting up a phishing assessment risk for Gmail with Email Security.](~/assets/images/email-security/deployment/api-setup/gmail/gmail-bcc-flow.png)
24+
25+
To set up Gmail with Email Security:
26+
27+
1. [Find your BCC address and add a domain](/email-security/deployment/api/setup/gsuite-bcc-setup/add-domain/).
28+
2. [Add BCC rules](/email-security/deployment/api/setup/gsuite-bcc-setup/bcc-rules-to-area1/).
29+
3. [Create a project on Google Cloud Console](/email-security/deployment/api/setup/gsuite-bcc-setup/create-project-gcp/).
30+
4. [Create a service account](/email-security/deployment/api/setup/gsuite-bcc-setup/create-service-account/).
31+
5. [Add retraction](/email-security/deployment/api/setup/gsuite-bcc-setup/add-retraction/).

0 commit comments

Comments
 (0)