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

Expiring received push notifications on iOS and Android React-Native sent via AWS Pinpoint

I am looking for a way to expire(delete) the notification received on client device from drawer after certain time . for iOS we can set apns-expiration an unix epoch in future when to make this notification invalid and discard, found here…
0
votes
1 answer

How can I configure 2 way SMS on Pinpoint with Python boto3 SDK to receive incoming message?

After having purchased a number, how can I configure 2 way SMS on Pinpoint with Python boto3 SDK? I'm unable to find an API to wire the number to a SNS topic to forward incoming SMS messages to a backend lambda.
Deepak Marur
  • 537
  • 1
  • 13
  • 27
0
votes
0 answers

Amazon Pinpoint Journey Engagement Metrics API for Contact Center(Amazon Connect)

I am running an amazon connect HVOC campaign through the Amazon Pinpoint Journey. There is an Activity journey engagement metrics of contact center(Amazon Connect) available in pinpoint UI and want to use this outcome metrics to showcase in a custom…
Ahmed
  • 1
  • 2
0
votes
0 answers

How to Configure aws pinpoint two way sms via cloudformation

Is there any way to configure enable two way sms in cloud-formation, At this moment we are doing this two way sms step manually, we like to automate the process, i tried searching documentation i couldn't find out any, so want to know is it…
Kannan T
  • 1,639
  • 5
  • 18
  • 29
0
votes
0 answers

Excel file is shown as file corrupted while trying to send it as an attachment using AWS Pinpoint service using node

I'm using Amazon pinpoint service to send an email with attachment with the help of following articles. Article-1, Article-2 It is working fine while sending pdf as the attachment but I'm facing some issue with excel as attachment. The issue is that…
0
votes
1 answer

AWS Pinpoint showing me a PERMANENT_FAILURE Access denied error when trying to send SMS

I am trying to send an SMS from the AWS Pinpoint console, but a "PERMANENT_FAILURE Access denied" message appears, no matter the number How can I fix it?
DanielJaramillo
  • 181
  • 1
  • 4
  • 13
0
votes
1 answer

NodeJS Send an email using pinpoint template with variables

I'm using @aws-sdk/client-pinpoint to send an email to a verified user. async sendEmail(body: any): Promise { const fromAddress = 'test@domain.com'; const toAddress = 'test@domain.com'; const projectId =…
0
votes
1 answer

aws amplify direct push notifications for a mobile app is confusing

I'm confused on aws amplify recommendation on how to send push notifications for a mobile app. If I'm creating a chat app and I want to send a push notification whenever a message is sent whether it's apple or android, what is the recommended…
0
votes
0 answers

AWS Pinpoint Service GCM(FCM) channel pinpoint.sendMessage sending duplicate push notifications

Getting duplicate push notifications while sending one push notification through AWS Pinpoint Service using FCM channel pinpoint.sendMessage method. pushing notification on an FCM token but getting two different request IDs. Push Notification…
0
votes
0 answers

How to configure aws amplify analytics to stream data to existing kinesis?

I am trying to use AWS amplify analytics library to stream analytics data. I ran into issues with pinpoint not sending custom attributes and decided to switch to AWS Kinesis. Now I am having issues configuring a custom kinesis backend to amplify…
0
votes
0 answers

Integrating AWS Pinpoint with Angular (for push notification)

I need help. I want to use Amazon Pinpoint to be able to send notifications on PC. We already have an AWS ID and key API. My concern is the integration of this api with the Angular client and pinpoint using this ID and key. What tools should I…
Okiain
  • 11
  • 3
0
votes
0 answers

Not getting notification on IOS flutter app from firebase FCM in Production

We are using Flutter for our mobile app and also using nodeJS for Backend . In our app login is handled by AWS Amplify and for sending notification we are using Amazon Pinpoint and FCM for Android. For sending notifications to ios devices we tried…
0
votes
0 answers

Why To email address blank while sending email by AWS pinpoint service?

I am using AWS Pintpoint service to send an email to user, I am sending email through the lambda file and email was sent successfully to user inbox. but the issue is to address is showing blank. below is the code which I am using in lambda. const…
0
votes
1 answer

Email Signatures in AWS Pinpoint Templates

Is there any way to create reusable email signatures in AWS Pinpoint? I'm looking at the API reference and there doesn't seem to be any attributes for managing email signatures or embedding them in an email…
Xaphy
  • 15
  • 1
  • 4
0
votes
0 answers

Amazon Connect with Pinpoint

I am uploading a segment file in Amazon Pinpoint and running a journey using the Amazon Connect contact centre. In the segment file, I have added a column (Attribute) for example campaignid and I can see the attributes in Amazon Connect but when I…