Amazon Pinpoint is AWS’s Digital User Engagement Service that enables AWS customers to effectively communicate with their end users and measure user engagement across multiple channels including email, Text Messaging (SMS) and Mobile Push Notifications.
Questions tagged [aws-pinpoint]
249 questions
4
votes
3 answers
HIVE_INVALID_METADATA in Amazon Athena
How can I work around the following error in Amazon Athena?
HIVE_INVALID_METADATA: com.facebook.presto.hive.DataCatalogException: Error: : expected at the position 8 of…

matsev
- 32,104
- 16
- 121
- 156
4
votes
1 answer
Amazon Pinpoint - send a scheduled message to a specific user
I am using Amazon Pinpoint to send push notification to my users' devices and I'm looking for a way to send a message to a specific user/device at a specified time (e.g. 15 minutes from now). Is there a way to accomplish this using Pinpoint?

Agreene
- 508
- 7
- 16
3
votes
1 answer
How to send iOS push notifications through AWS Pinpoint and firebase?
I would like to know how to send iOS push notifications throught AWS Pinpoint with the GCMMessage channel.
Can anyone provide a working json payload that gets sent through FCM to an iOS device ?

Karim Bourahla
- 37
- 5
3
votes
1 answer
How To Set Up Lambda To Work With Pinpoint's APNS Sandbox?
I am having a bit of an issue getting push notifications to be sent remotely from a lambda using AWS pinpoint.
In my application I have the following code:
PushNotification.configure(awsconfig)
…

stigward
- 127
- 13
3
votes
0 answers
Error While Push Notification in Android using aws amplify notification (React Native)
I have been following https://medium.com/@dantasfiles/testing-push-notifications-with-aws-amplify-9126bd621d3a... during
aws2 pinpoint send-messages --cli-input-json file://pinpoint-send-messages.json
gives an error
"MessageResponse": {
…

Sahej Maharjan
- 59
- 1
- 7
3
votes
1 answer
Amazon Pinpoint vs SNS vs ADM
I have a use case where i want to send a notification to user on an Amazon fire tablet App and upon tapping on the Notification I show him the features of App.
I want to schedule this Notification from cloud. I saw that we have two services Amazon…

karthik pavan singh
- 60
- 6
3
votes
1 answer
Can AWS Amplify Analytics be used without a Cognito User Pool?
I'm trying to implement Pinpoint Analytics into an existing React Native app through the Amplify SDK. We have an existing user base with our own authN and authZ implementation, so we do not require (and more importantly, can't afford) a Cognito user…

whtlnv
- 2,109
- 1
- 25
- 26
3
votes
0 answers
Images are missing in PushNotification send by AWS Amplify to React-Native App
I've had an annoying problem with my app for days.
It is a React Native App for Android and iOS. The app receives push notifications, which are sent via the Pinpoint API using a lambda function. Almost everything works as desired, except the design…

MattRock
- 31
- 3
3
votes
1 answer
how to create endpoints and send messages in amazon pinpoint
im trying to use boto3 to send messages with pinpoint to, but the functions for update_endpoint and send_messages keeps return me Resource not found
client = boto3.client('pinpoint', region_name="us-east-1", aws_access_key_id="xxx",…

beren5000
- 100
- 10
3
votes
0 answers
I'm not getting push notifications from AWS Pinpoint in react native (android) project
I have followed official AWS Pinpoint guide, and I was not able to receive Push notification on my device.
My steps:
My Firebase project configured correctly, I was able to receive push notification from Firebase console
I enabled Push…

Lucky_girl
- 4,543
- 6
- 42
- 82
3
votes
3 answers
Send push notifications via AWS Pinpoint to specified User
I am using react-native and amplify to send push notifications to devices via AWS Pinpoint. I can get the generated token for the devices. But I just need to send push notifications using user Id. I try to update the endpoint, but it's not working.…

Amila Dulanjana
- 1,884
- 1
- 16
- 33
3
votes
1 answer
Is endpoint unique for device in AWS Pinpoint?
I am new to Pinpoint and trying to understand how endpoint/endpointId works in Pinpoint semantics. From the aws doc:
When a user starts a session (for example, by launching your mobile app), your mobile or web application can automatically register…

pledez
- 339
- 1
- 4
- 19
3
votes
4 answers
How can I opt back in to receive SMS messages via Amazon Pinpoint
As part of some testing that I was doing, I replied STOP to an SMS message that was sent via Amazon's Pinpoint service. I received the acknowledgement that I had been removed from further notifications.
I want to opt back in to receiving those…

Itsme2003
- 141
- 8
3
votes
1 answer
AWS Pinpoint - How to set up push notifications in the program
In the company I work, I was asked to make some tests with AWS's new service of push notifications, the Amazon Pinpoint.
I decided to follow a tutorial from Amazon, teaching how to build a simple app capable of recording notes. It was easy and…

Pedro Martins de Souza
- 1,406
- 1
- 13
- 35
2
votes
0 answers
Pinpoint SMS OTP: Amount of retries always 0
I use SMS OTP in my application which works fine. But if a customer gets a SMS and have to input the code within our application I struggle how to detect the amount of retries. (Of course I can do this on client side)
So if I set AllowedAttempts = 3…

Philipp S.
- 827
- 17
- 41