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/campaigns/mobile-push/index.md
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -247,13 +247,30 @@ With your server key copied, finish steps 5 and 6 in the Twilio documentation.
247
247
248
248
## 4. Configure mobile push in Engage
249
249
250
+
Follow these steps to set up mobile push in Twilio Engage.
251
+
252
+
### 4a. Set up Twilio credentials
253
+
250
254
> success ""
251
-
> If you've already configured SMS services for Twilio Engage, you can skip this step.
255
+
> Follow the steps in 4a only if you're new to Twilio Engage Premier. If you've already [configured messaging services](/docs/engage/onboarding/#generate-an-api-key-and-select-your-messaging-services) as part of Twilio Engage Premier onboarding, you can skip to 4b.
256
+
257
+
1. In your Twilio console, select the **Account** dropdown menu, then **API keys & tokens**.
258
+
2. On the Auth tokens & API keys page, click **Create API key**.
259
+
3. Enter a name for the API key in the **Friendly name** field.
260
+
4. Set the region to **United States (US1) - Default** and key type to **Main**.
261
+
5. Click **Create API Key**.
262
+
6. Copy and save both the **SID** and **Secret** field contents.
263
+
7. Return to the API keys & tokens page. In the **Live credentials** section, copy the Account SID credentials.
264
+
8. Return to your Segment workspace and navigate to **Engage > Engage settings > Channels**. Under **SMS Service with Twilio**, click the **Get Started** button. The **Set up and validate your Twilio account** page appears.
265
+
11. Under **Enter your Twilio API Key information**, paste the Account SID, API Key SID, and API Key Secret you copied above into their corresponding fields.
266
+
12. Click **Verify**, then select the messaging services you want to use in your space.
267
+
13. Click **Save Twilio Account.**
268
+
269
+
### 4b. Create a new push service
252
270
253
-
Follow these steps to set up mobile push in Twilio Engage and complete mobile push onboarding:
271
+
Complete mobile push onboarding by creating a new push service:
254
272
255
-
1. Follow the steps in the [Create and configure Twilio SMS services documentation](/docs/engage/onboarding/#stage-3-create-and-configure-twilio-sms-services).
256
-
2. Return to your Segment workspace and navigate to **Engage > Engage settings**.
273
+
2. In your Segment workspace, navigate to **Engage > Engage settings**.
257
274
3. Click the pencil icon next to **Messaging services**, then click **Create new push service**.
258
275
- If you don't see the pencil icon, select **Create new push service**.
259
276
4. Name the push service, select or create APN and FCM credentials, then click **Create Push Service**.
| Open app | Opens an app. You can specify a URL with or without merge tags to take the user to a specific screen with your app. If you don't enter a URL, this behavior will take the user to the app's home screen. |
38
+
| Open app | Opens an app. You can specify a URL to take the user to a specific screen with your app. If you don't enter a URL, this behavior will take the user to the app's home screen.|
39
39
| Open URL | Opens the specified URL. |
40
40
| Custom action | Takes any value as text input. Your app determines how to handle the value. For example, you could enter a custom action of `open_settings`, and then instruct your application to open the settings application when a user taps the push and the push arrives with `click behavior = open_settings`. |
0 commit comments