You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/onboarding.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Start by creating a SendGrid account and then upgrading to the SendGrid Pro Plan
70
70
71
71
### Create a subuser and check the dedicated IP address
72
72
73
-
Next, you’ll create a SendGrid subuser and ensure that a dedicated IP has been assigned:
73
+
Next, you’ll [create a SendGrid subuser](https://docs.sendgrid.com/ui/account-and-settings/subusers#create-a-subuser){:target="_blank"} and ensure that a dedicated IP has been assigned:
74
74
75
75
1. In your SendGrid space, navigate to **Settings > Subuser Management**, then click **Create New Subuser**.
76
76
2. In the **Create New Subuser** window, create a username for the subuser, then add an email address and password. Your SendGrid subuser username must begin with the prefix `twilio_engage_app_`. Add a unique identifier to the end of the prefix, for example, `twilio_engage_app_someusername`.
@@ -137,7 +137,10 @@ You’ll now need to enable event webhooks, which trigger webhook notifications
137
137
138
138
Now, you'll generate an API key and API Key ID within SendGrid. **With your SendGrid account open in one tab, open your [Segment workspace](https://app.segment.com/workspaces){:target="_blank"} open in another. You’ll need both open to copy and paste the API credentials into your Engage settings.**
139
139
140
-
1. Within your SendGrid subuser space, navigate to **Settings > API Keys**.
140
+
> info "SendGrid Subuser Step"
141
+
> Carry out the following steps in your SendGrid **subuser** space.
142
+
143
+
1.**Within your SendGrid subuser space**, navigate to **Settings > API Keys**.
141
144
2. Click the **Create API Key** button.
142
145
3. In the Create API Key window, name your API key using the prefix `twilio_engage_app_`, with a suffix of your choice added to the end, like `twilio_engage_app_somekey`.
143
146
4. Under API Key Permissions, select the **Full Access** radio button, then click **Create & View**.
0 commit comments