Skip to content

Commit 36a4ac3

Browse files
committed
A few more small updates
1 parent ce489ea commit 36a4ac3

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

src/engage/campaigns/mobile-push/index.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,30 @@ With your server key copied, finish steps 5 and 6 in the Twilio documentation.
247247
248248
## 4. Configure mobile push in Engage
249249
250+
Follow these steps to set up mobile push in Twilio Engage.
251+
252+
### 4a. Set up Twilio credentials
253+
250254
> 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
252270
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:
254272
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**.
257274
3. Click the pencil icon next to **Messaging services**, then click **Create new push service**.
258275
- If you don't see the pencil icon, select **Create new push service**.
259276
4. Name the push service, select or create APN and FCM credentials, then click **Create Push Service**.

src/engage/content/mobile-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When you build a mobile push template, you can choose between three click behavi
3535

3636
| Behavior | Description |
3737
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
38-
| 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. |
3939
| Open URL | Opens the specified URL. |
4040
| 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`. |
4141

0 commit comments

Comments
 (0)