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
// TODO: Customize notification response handling based on the received userInfo.
186
186
// Implement actions based on the user's response to the notification.
187
187
// Example: Navigate to a specific screen or perform an action based on the notification.
188
-
188
+
189
189
}
190
190
```
191
191
@@ -244,13 +244,20 @@ During Step 5, [Upload your API Key to Twilio](https://www.twilio.com/docs/notif
244
244
245
245
With your server key copied, finish steps 5 and 6 in the Twilio documentation.
246
246
247
-
## 4. Configure push notifications in Engage
247
+
## 4. Configure mobile push in Engage
248
248
249
249
> success ""
250
250
> If you've already configured SMS services for Twilio Engage, you can skip this step.
251
251
252
-
To set up push notifications in Twilio Engage and complete push notifications onboarding, follow the steps in the [Create and configure Twilio SMS services documentation](/docs/engage/onboarding/#stage-3-create-and-configure-twilio-sms-services).
252
+
Follow these steps to set up mobile push in Twilio Engage and complete mobile onboarding:
253
+
254
+
1. Follow the steps in the [Create and configure Twilio SMS services documentation](/docs/engage/onboarding/#stage-3-create-and-configure-twilio-sms-services).
255
+
2. Return to your Segment workspace and navigate to **Engage > Engage settings**.
256
+
3. Click the pencil icon next to **Messaging services**, then click **Create new push service**.
257
+
- If you don't see the pencil icon, select **Create new push service**.
258
+
4. Name the push service, select or create APN and FCM credentials, then click **Create Push Service**.
259
+
5. Your new messaging service appears in the **Add messaging services** dropdown. Select it, then click **Save**.
253
260
254
261
## 5. Build a mobile push template
255
262
256
-
Now that you've completed push notifications setup, you're ready to [build a mobile push template](/docs/engage/content/mobile-push/).
263
+
Now that you've completed mobile push setup, you're ready to [build a mobile push template](/docs/engage/content/mobile-push/).
0 commit comments