251 questions
0
votes
0
answers
36
views
SMS opt-in requirements
So I work with a rewards platform that allows businesses to send their employees rewards. We wanted to expand to sending these gifts to people via SMS but are trying to navigate the Opt-in ...
0
votes
0
answers
94
views
How Send the SMS using AWS End User Messaging
We have set up AWS End User Messaging on AWS for sending SMS. In this setup, we created a phone pool, a configuration set, and a protection configuration. However, I'm unsure how to use these settings ...
0
votes
1
answer
94
views
Message attribute names starting with 'AWS.' or 'Amazon.' are reserved for use by Amazon. - Nodejs
I'm integrating AWS SNS to send messages to Indian mobile numbers, having already registered my SenderID with DLT and obtained approval from AWS. However, when attempting to include the EntityID and ...
0
votes
0
answers
54
views
How to send push notifications to iOS from AWS Pinpoint?
I'm trying to send push notifications from AWS Pinpoint. For years up until recently Pinpoint was able to connect to Firebase Cloud Messaging and send messages to both iOS (multiple bundle IDs) and ...
0
votes
0
answers
132
views
AWS End User Messaging OTP Feature
I'm trying to send OTP's and be able to validate it with the Pinpoint API.
https://docs.aws.amazon.com/pinpoint/latest/developerguide/send-validate-otp.html
Example AWS CLI command: aws pinpoint send-...
0
votes
0
answers
44
views
AWS Pinpoint - Multivariate and Yes/No split from custom channel response
I have setup a Pinpoint journey which calls a custom channel lambda function, this function calls a third party API and returns data in the format as below.
{
<Endpoint ID 1>:{
...
0
votes
0
answers
96
views
How to update AWS Pinpoint endpoint's OptOut attribute when user clicks on unsubscribe link?
I am using Amazon Pinpoint service to launch an email campaign to my users for marketing purpose and in my email message template I have used List-Unsubscribe and List-Unsubscribe-Post header to allow ...
0
votes
0
answers
52
views
Cannot import type interfaces of AWS js sdk v3
I am using AWS pinpoint service with typescript. And I want to define return type for GetSegmentCommand's output. The docs says that it is exported as this:
export interface GetSegmentCommandOutput ...
0
votes
0
answers
126
views
AWS Pinpoint Push Notifications Not Delivered Despite Successful Send Status
I'm experiencing an issue with AWS Pinpoint not sending push notifications, despite it returning a successful send status
Here are the steps I've taken and the problem I'm facing:
I uploaded the ...
0
votes
0
answers
34
views
AWS Pinpoint add email header in Java
I would like to attach headers in Pinpoint when sending email so that I can track the emailEvents in down streams like SNS.
It's working fine in AWS console. I can see the "TrackingID" in ...
0
votes
0
answers
165
views
SMS Consent API is not reading message from our backend. Is any additional config needed on backend side?
I've integrated the SMS Consent API into my android application to read SMS messages sent from my backend. However, the API isn't detecting messages from the backend. Upon investigation in Android ...
2
votes
1
answer
107
views
Amazon Pinpoint C# SDK
I am trying to use the C# AWS SDK to create Pinpoint Segments and Journey.
When I execute with the Journey status as ACTIVE, it creates, but it doesn't get the contacts from the Segment.
Segment ...
0
votes
0
answers
81
views
Can I pass same `rawContent` string to `APNSMessage` and `GCMMessage` object of AWS Pinpoint?
I'm trying to send push notifications using AWS Pinpoint, and using AWS Java SDK for this task.
So from the documantation I could find that we can send custom rawContent strings to APNSMessage and ...
0
votes
0
answers
25
views
Accessing AWS Pinpoint from AWS Lambda Node.js 18.x
New to AWS Lambda and Node.js. I have a lambda Node.js 18.x trigger.
Using this Lambda, I am sending a Push Notification in APNS channel using Pinpoint
I was using the following statement in my Lambda....
0
votes
1
answer
113
views
Execution failed for task ':aws-amplify_rtn-push-notification:compileDebugKotlin'. React native
I am using aws-amplify version 6.0.9 and @aws-amplify/rtn-push-notification version 1.1.11 with amplify pinpoint
OS: macOS 13.3
CPU: (8) x64 Apple M1
Memory: 37.31 MB / 8.00 GB
Shell: ...