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
1 answer

How to retrieve old events from AWS Pinpoint

I'm trying to retrieve 1-week old events from AWS pinpoint. But I cannot find any documentation for how to retrieve old data. The AWS documentation doesn't help at all. Can someone please advise how can I retrieve 1 week old Pinpoint events and send…
0
votes
1 answer

How to CC and BCC in AWS Pinpoint using NodeJS

I followed the instructions found here: https://docs.aws.amazon.com/pinpoint/latest/developerguide/example_pinpoint_SendMessages_section.html I am able to send emails, but CC and BCC aren't present. I believe my issue is in this configuration right…
eMTy
  • 328
  • 1
  • 8
  • 20
0
votes
0 answers

React Native Deep Linking Push Notifications (Using AWS Pinpoint)

I am trying to set up deep linking for my IOS app using push notifications and can not get notifications to direct a user to a specific screen on a physical device (downloaded via TestFlight). React Native: 0.66.4 React Navigation: v6 Current…
0
votes
1 answer

react-native Ios AWS pinpoint notifications not receiving on testflight

My app receives remote push notification when in development and when built with MSAppCenter for release build . But on the app submitted to testflight notification are not being received . I have created a ANPS certificate for Sandbox and…
0
votes
1 answer

Use existing origination entity in a different US region

I have an existing origination entity in us-east-1 to send SMS messages vis SNS. Now I also would like to send SMS messages from SNS in us-east-2. But I get the following message while adding a new subscription in my us-east-2 topic: An error…
0
votes
1 answer

Pinpoint & SNS Filters

I have two way SMS setup with Pinpoint where the incoming SMS gets sent to an SNS Topic. I'd like to re-use this SNS topic for other phone numbers that are using two way. However, the subscribers to that topic will need to only see messages for…
JakeHova
  • 1,189
  • 2
  • 15
  • 36
0
votes
0 answers

Getting InvalidSignatureException: Forbidden Error When deployed my dockerized Pinpoint Application on EC2

I have built an app that creates pinpoint endpoints using aws-sdk and it's working perfectly in my local machine and local docker container but when i deployed the same application on EC2 using docker it's giving me this "Forbidden" Error. why? i…
Abdul Qayyum
  • 104
  • 1
  • 8
0
votes
0 answers

AWS Pinpoint usage analytics, with Cognito hosted UI

I want to connect Pinpoint to my Cognito User Pool. My only requirement as of now is to see usage analytics, like new users, daily active users, etc. I created a Pinpoint project, then inside the user pool, went to General settings > Analytics > Add…
MadArk07
  • 43
  • 1
  • 3
  • 6
0
votes
1 answer

How to send multiple unique push notifications with AWS Pinpoint in one call?

I have figured out how to send one basic message to a list of users with sendUsersMessages. However, I can't figure out how to customize the message for each user with substitutions. Also, should I use sendMessages or sendUsersMessages if I am…
Hyrial
  • 1,728
  • 3
  • 15
  • 27
0
votes
1 answer

Use Amazon SNS / Pinpoint to send push notifications

I'm trying to figure out which service should I use to send push notifications for cases very similar as to when an app like Instagram notifies you every time you receive a new like, or as when Tinder let's you know a new person liked you. I'm kind…
0
votes
0 answers

AWS PinPoint Send Voice C#

I am trying to develop a Voice Notification using C# (.NET) using AWS PinPoint. AWS Provides the code template for this project for JAVA however I have not seen anywhere online for a code template in C# (.NET). I understand I can create a java file…
0
votes
1 answer

pinpoint put_events from lambda function NotFoundException

I have set up an AWS PinPoint project and I'm trying to test it by sending an event from a lambda function: import boto3 import datetime import time client = boto3.client('pinpoint') app_id = '1234abcd' endpoint_id = 'test_endpoint' address =…
0
votes
1 answer

Why does AWS Pinpoint show campaign to have emails sent but not delivered?

I have setup a campaign with AWS Pinpoint where the receivers are part of a certain segment. I have gone through this process before and everything has worked fine but this time, even after a day the campaign metrics show that out of the total…
Angel Hadzhiev
  • 664
  • 2
  • 6
  • 20
0
votes
2 answers

AWS pinpoint sending Email with attachment(pdf) using .net core

I am using AWS Pinpoint in my console application. I am able to send SimpleEmail through it. Something like this: var sendRequest = new SendMessagesRequest { ApplicationId = appId, …
schwifty
  • 145
  • 1
  • 12
0
votes
1 answer

How to get process endpoints from CampaignResponse in AWS Pinpoint API

Here from the below screen, after creating a campaign in AWS Pinpoint, we get the Endpoints Targeted and Endpoints Delivered. I am similarly creating the campaign though the Pinpoint API but I am not getting these values in…
Akhilesh Sharma
  • 133
  • 1
  • 1
  • 9