Questions tagged [aws-pinpoint]

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.

249 questions
0
votes
2 answers

Setting up a SMS Registration System with AWS Pinpoint & Lambda

I'm attempting to setup an SMS Registration System with AWS Pinpoint, Lambda, API Gateway, and SNS. However, whenever I'm attempting to process the data using ajax with their example, it gives an error everytime. I've followed the guide here to…
0
votes
1 answer

AWS-Pinpoint email notification with attachment not working

I am trying to do a POC in which i am using aws pinpoint to send email. Simple email is working fine but when i am trying to send email with attachment, i am not able to identify what is the correct way. In the documentation this link is describes…
Imran Ahmad
  • 206
  • 1
  • 13
0
votes
1 answer

Is there any api in aws pinpoint for fetching custom events data through postman?

I'm setting up analytics from aws pinpoint and can not fetch custom events data through any api. The only way I know to fetch data is through aws kinesis stream which can only store data upto 168 hours or 7 days. Is there any api that can fetch…
0
votes
1 answer

How to properly configure Amplify Analytics?

I need some help understanding how to configure AWS Pinpoint analytics in Amplify. I'm currently using Amplify for Auth and have it configured like this in my index.js file: export const configureAmplify = () => { window.LOG_LEVEL="DEBUG" …
genestd
  • 384
  • 3
  • 16
0
votes
1 answer

AWS Pinpoint - Both 'Campaign' and 'Test messaging' fail to send email

I followed the following guide to setup an AWS Pinpoint project: https://docs.aws.amazon.com/pinpoint/latest/userguide/gettingstarted-create-campaign.html After I launch the campaign, the email is not sent (I chose 'immediately'). So, I checked…
MAK
  • 1,915
  • 4
  • 20
  • 44
0
votes
1 answer

AWS Pinpoint SMS - Message Attributes/Metadata

I'm trying to implement a SMS module using AWS Pinpoint, but I can't seem to find a way to get it working how I would like. I've tried other SMS vendors, like Twilio, that let you attach metadata to the message being sent. This metadata is returned…
code
  • 1,127
  • 7
  • 14
0
votes
1 answer

pinpoint from aws isn't recognizing my csv header to the addresses

I'm trying to import a csv file at the pinpoint, but it is always failing. From the tutorials available from aws is supposed to work like this Address,User.UserId 123123123,1 123123123,2 123123123,3
0
votes
0 answers

AWS Dedicated long code number fails to send SMS

I have requested a dedicated long code number from AWS Pinpoint. And I have enabled two way sms for it. And tried to send TRANSACTIONAL SMS to a number, Although SMS's are receiving but they are not from My dedicated long code but they are from…
Naroju
  • 2,637
  • 4
  • 25
  • 44
0
votes
1 answer

Send Push Notifications Programmatically Javascript

I have an Angular 2+ app where I have an interface to send Push Notifications to users of an Ionic App. What I want to do is to use the Web interface to send programmatically notifications with Javascript. Has anyone done this before? Can anybody…
man
  • 15
  • 4
0
votes
1 answer

AWS Pinpoint Android, "EventRecorder: Unable to successfully deliver events to server"

I'm attempting to get AWS Pinpoint to send notifications to my Android app. I have gone through the setup testing instructions here: https://aws-amplify.github.io/docs/android/push-notifications I'm able to get a Pinpoint client device token and…
Thomas Kessler
  • 1,717
  • 3
  • 16
  • 27
0
votes
1 answer

RNAWSCognitoModule tries to override versioned host RNAWSCognitoModule in MainApplication

I'm getting an error in react-native (ExpoKit) project after adding aws push notification, I don't have duplicates in MainApplication. How is possible to fix this problem? public List getPackages() { return…
Lucky_girl
  • 4,543
  • 6
  • 42
  • 82
0
votes
1 answer

Updating User.UserAttributes on AWS Pinpoint

I cannot seem to update pre-existing UserAttributes on a user "73". I am not sure if this behaviour is to be expected. Map> userAttributes = new HashMap<>(); userAttributes.put("Inference",…
David Webster
  • 2,208
  • 1
  • 16
  • 27
0
votes
1 answer

Having trouble sharing Amplify based application to teammate

I integrated pinpoint analytics into one of our Android apps. (by following the GettingStarted guide [https://aws-amplify.github.io/docs/android/start] ). I added a few events and they got submitted successfully to pinpoint console after deploying…
nikel
  • 3,402
  • 11
  • 45
  • 71
0
votes
0 answers

How do I specify which long code from which to send an sms with AWS

I'm using AWS AmazonSimpleNotificationServiceClient (AWS SDK for .NET) to send an SMS according to their documentation at https://docs.aws.amazon.com/sns/latest/dg/sms_publish-to-phone.html#sms_publish_sdk Presently the messages send/receive…
0
votes
1 answer

AWS Pinpoint push notification history

Is there a way to retrieve previously sent push notifications using Pinpoint programatically for a given device (endpoint ID/ device ID)? I'm not sure if that is possible. Don't seem to be able to find a way to do it. Thanks, Michal