Page updated Jan 16, 2024

Set up in-app messaging

Prerequisites

Make sure you have completed the below steps:

Create backend resources

After completing prerequisite steps above, proceed with creating backend resources for use with In-App Messaging via the CLI.

1amplify add notifications
2
3? Choose the notification channel to enable … (Use arrow keys or type to filter)
4 APNS |  Apple Push Notifications
5 FCM | » Firebase Push Notifications
6❯ In-App Messaging
7 Email
8 SMS
9
10? Provide your pinpoint resource name: (inappmessaging)
11
12? Apps need authorization to send analytics events.
13Do you want to allow guests and unauthenticated
14users to send analytics events?
15(we recommend you allow this when getting started) (Y/n)
16
17✔ The In-App Messaging channel has been successfully enabled.

Now that your In-App Messaging channel is enabled, you can now push the changes to the cloud.

1amplify push