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
0
votes
1 answer
Problem with Boto3 SNS SMS publish with OriginationNumber
We have a very simple use case where are python app sends SMS texts to on-call users when system alerts happen. I have created in AWS API acccess id/keys, and a toll-free number through Pinpoint.
My publish function looks like this:
try:
…

Cthulhujr
- 359
- 3
- 12
0
votes
1 answer
Unable to Stream events from AWS Pinpoint to Kinesis data Firehose present in different AWS accounts
I have AWS Pinpoint in Account A and a Kinesis Data Firehose in Account B, which stores the data in S3 in account B. There is an option in pinpoint to stream events directly to Kinesis Streams ( I am using Firehose for my use case. ). But using AWS…

joseph
- 53
- 9
0
votes
0 answers
Python: Passing a variable to another function
I am really new to Python and was hoping someone could help me with this. I have a function (an AWS Lamdba function actually) that I need to pass a variable value after it is created. I'm doing this to create a campaign in Pinpoint when a segment is…

Dave D
- 41
- 1
- 7
0
votes
2 answers
Sending sms via amazon tollfree number using pinpoint Nodejs
Hey everyone so I am trying to send an SMS message via amazon pinpoint using a toll-free number via nodejs. Note the numbers in this code have been changed for security. Heres my code:
router.get("/send-text", async (req, res, next) => {
try {
…

Braiden Parkinson
- 59
- 1
- 9
0
votes
0 answers
Pinpoint gives template error with .NET API
Hello I am using following code to create to email message and then call CreateCampaign.
Everything works fine except when the emailHtmlBody goes over 500KB I am getting an exception.
MessageConfiguration messageConfiguration = new…

Sam
- 19
- 6
0
votes
1 answer
How to create an event in AWS pinpoint which can be triggered by OnClick event in Android Kotlin
I am trying to implement AWS Pinpoint in my project for mobile-analytics purposes, when I am trying to create an event in AWS Pinpoint that will be triggered on OnClickListerner. Following is the code snippet. Whenever I am trying to create an event…

Shreyas Anil Chaudhari
- 67
- 2
- 7
0
votes
0 answers
Can anyone please suggest me a Java code for aws pinpoint Push notification with android
I'm trying to send push notification using aws pinpoint service by using Java. I have research a lot but I didn't find any code or example which is used for aws pinpoint push notification with Android platform. Please help me if anyone have any…

Umang
- 9
- 1
0
votes
0 answers
AWS push notification not sending | SNS and Pinpoint | Android Studio FCM
I'm unable to receive any of my push notifications sent by either Amazon SNS or Pinpoint. At one point it used to work via the push notification section on AWS however has stopped for some reason. I've tried using pinpoint via a lambda function for…

Jack Corse
- 3
- 1
0
votes
2 answers
Send push notifications from one Pinpoint project to multiple iOS apps
I am having two iOS apps managed with the same backend. Can I use the same Pinpoint project to send push notifications to both apps?
There are two ways to configure notifications on Pinpoint:
AuthKey
Certificate
If I use the certificate, it will…

Noura
- 722
- 10
- 24
0
votes
0 answers
Sending SMS from AWS Pinpoint to Viber
I'm looking for a way to send SMS from Pinpoint to Viber. Has anyone tried and implemented this before?
All suggestions will be highly appreciated. Thanks.

Elmo F.
- 71
- 1
- 3
0
votes
1 answer
How to integrate AWS Lambda and AWS PinPoint?
I want to send an email from AWS lambda using AWS pinpoint to the end-user using Python.

Minhaj Khan
- 17
- 6
0
votes
1 answer
What is the APNS message structure to receive message with AWS Amplify iOS so the onNotification event is properly triggered?
I setup PushNotification.onNotification from @aws-amplify/pushnotification like so:
if (notification.foreground) {
console.log('notification received in foreground ', notification);
} else {
console.log('notification…

Henrik Rosenborg
- 1
- 2
0
votes
1 answer
2 Way SMS using amazon SNS and Pinpoint
I am currently able to send an SMS to a user mobile phone using AWS SNS SDK. I want to use combination of SNS for outgoing SMS and Pinpoint only for incoming SMS. I can receive a message as well using AWS Pinpoint. What I am missing currently is I…

Manish Mishra
- 796
- 6
- 21
0
votes
1 answer
Push notifications to Multiple devices using AWS-Pinpoint
Currently I'm using pindpoint sendMessages SDK for sending notifications through the APNS channel and its work fine. By using using SendMessages I can send messages to multiple endpoints.
{
"ApplicationId": "adknjafodnfldsnnflnfnsdfn",
…

Shiyas
- 570
- 5
- 11
0
votes
2 answers
Sending message to AWS Lambda from AWS Pinpoint Custom Channel
I am trying to send messages to my AWS Lambda Function from AWS Pinpoint through custom channel as described here
My problem is about granting permission to AWS Pinpoint to invoke my lambda function. The AWS CLI command provided in the documentation…

Furkan
- 683
- 2
- 10
- 26