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
1
vote
0 answers

webapp only, Track activity(last signin time) of a user of a Cognito userpool

In our webapp (no mobile app), we use cognito userpools for authentication. There is a use case to track the user login activity so that we will want to send this details to an existing power BI tool. A backend cron job(perhaps a lambda) is expected…
1
vote
1 answer

Example lambda function(s) for Campaign hook pinpoint

I was working on something that would modify my promotional sms messages. I read that it is possible via CampaignHook in Pinpoint. But from the documentation, I couldn't gather how this will actually work. I have followed it until adding permission…
sameerawsnoob
  • 105
  • 1
  • 10
1
vote
1 answer

How does AWS Pinpoint behave when push notification `ChannelType` is set to `PUSH`?

I'm evaluating AWS Pinpoint to send push notifications. In the reference document it states that ChannelType can be one of: PUSH | GCM | APNS | APNS_SANDBOX | APNS_VOIP | APNS_VOIP_SANDBOX | ADM | SMS | VOICE | EMAIL | BAIDU | CUSTOM |…
vekerdyb
  • 1,213
  • 12
  • 26
1
vote
1 answer

Do I have to change to AWS Pinpoint to use 10DLC for sending SMS messages or can I still use AWS SNS

Brief Description: What is an unregistered long code when it comes to an application sending SMS messages? Plus, I'm using AWS SNS to send text messages through a node js application. Do I have to switch to Amazon Pinpoint to send to SMS…
CAMD_3441
  • 2,514
  • 2
  • 23
  • 38
1
vote
1 answer

AWS send email with template in pinpoint api

Any example of how to send an email with a pinpoint api template in AWS for Python? I am trying the example https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/pinpoint-email.html#PinpointEmail.Client.send_email but I am not…
1
vote
0 answers

How can I get hard bounced emails from Amazon Pinpoint?

I have launched a campaign with Amazon Pinpoint and didn't enable event stream. Now there is 4.6% of hard bounced emails which is not a good number. I am trying to get those emails and remove from the list, but can not find them. What I have tried…
Martina
  • 33
  • 4
1
vote
1 answer

Push notification using aws pinpoint in react-native

I am working on sending PUSH NOTIFICATION from AWS Pinpoint to my react-native app. If I develop a new react-native app as mentioned on AWS guide online using aws amplify CLI and create whole new setup, it works fine. But problem is I already have…
1
vote
2 answers

Resource not found when attempting to send voice message through AWS Pinpoint

I currently have a Node.js service to send a voice call through AWS Pinpoint. However, I'm getting a Resource not found response after making a call. I tested with PinpointSMSVoice.sendVoiceMessage which succeeds in making the call. The one that…
1
vote
2 answers

Accessing AWS Pinpoint in Lambda from Behind VPC

My goal is to send a SMS message through AWS Pinpoint using NodeJS and the AWS Pinpoint Gateway from behind a VPC. The code I am using works well on my local machine and in SAM where there are no VPC restrictions. I added a SNS and SMS VPC endpoint…
Andrew Scott Evans
  • 1,003
  • 12
  • 26
1
vote
1 answer

AWS Pinpoint/SNS: Two-way SMS unsubscribe/resubscribe implementation

I'm facing some issues while implementing Two-way SMS unsubscribe/resubscribe using AWS Pinpoint and SNS. Use Case: After collecting the user's number, he gets a confirmation SMS. He replies with the YES keyword to opt into the SMS list. He may…
1
vote
2 answers

AWS Pinpoint: Set APNS "mutable-content": 1

AWS Poinpoint APNS by default sets "mutable-content": 0. I am using Node.js. Below works fine, but mutable-content is always 0. "mutable-content": 0: var messageRequest = { 'Addresses': { https://forums.aws.amazon.com/: { 'ChannelType':…
user1107173
  • 10,334
  • 16
  • 72
  • 117
1
vote
0 answers

How to send a notification to a specific device using Amplify notification

I sat up notification following this doc https://docs.amplify.aws/lib/push-notifications/getting-started/q/platform/js. I can register a token on Amazon pinpoint service. My application is a chat app, so every time someone sends a message to…
Ko7
  • 127
  • 1
  • 8
1
vote
1 answer

How can I record an aws pinpoint event from angular 8

I'm trying to record an event, from angular to AWS, when the AuthComponent is loaded in the browser. It's printed to the console as undefined. And this console.log is the one in the (then) AnalyticsService file. The browser doesn't show an error and…
1
vote
1 answer

Show Image on Notification (React Native) using amplify notification

I am using @aws-amplify/push notification for push notification. I am able to receive notification but it does not show the image, even if the image is less than 1mb and the image is publicly available. How do i get image on notification? This is…
1
vote
1 answer

Configuring the AWS Pinpoint Voice ConfigurationSet

I'm attempting to use the AWS JS SDK to fire off a voice call. What I can't figure out is what the ConfigurationSetName is, or where in the AWS Console it is configured. For example: await pinpoint.sendVoiceMessage({ CallerId:…
Brad
  • 159,648
  • 54
  • 349
  • 530