Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Name:
interface
Value:
Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.

Page updated Apr 29, 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.

amplify add notifications
? Choose the notification channel to enable … (Use arrow keys or type to filter)
APNS |  Apple Push Notifications
FCM | » Firebase Push Notifications
❯ In-App Messaging
Email
SMS
? Provide your pinpoint resource name: (inappmessaging)
? Apps need authorization to send analytics events.
Do you want to allow guests and unauthenticated
users to send analytics events?
(we recommend you allow this when getting started) (Y/n)
✔ 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.

amplify push