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

Create AWS::Pinpoint::PushTemplate using CF template

Hi I want to create AWS::Pinpoint::PushTemplate using cloudformation template and I am following this link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html. Type:…
Saad Mehmood
  • 691
  • 1
  • 7
  • 19
1
vote
1 answer

How to create resource-based policy for AWS pinpoint using CloudFormation (CFN)?

This AWS document has some examples for resource based policies for AWS pinpoint but I am not able to understand where to put this policy document for a new pinpoint application(project) via CFN. The CFN for AWS::Pinpoint::App does not seem to have…
Joy Chopra
  • 120
  • 1
  • 2
  • 11
1
vote
1 answer

React Native trigger user phone call incoming on action in app

I have a question that I have solved in what may be a hacky way, and maybe there is a better way to handle it. I have an app in React Native, and keep in mind I am using Expo right now. That you type in a phone number and a message and with a aws…
Anders Kitson
  • 1,413
  • 6
  • 38
  • 98
1
vote
2 answers

How to send a simple email in AWS Pinpoint using the PHP SDK?

The official AWS PHP SDK Pinpoint documentation is so dense that even sending a simple email seems like a daunting task :) https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-pinpoint-2016-12-01.html#sendmessages $result =…
1
vote
1 answer

AWS Pinpoint Error with TemplateConfiguration when using sendUsersMessages (javascript SDK)

I'm trying to send messages with Pinpoint from a Lambda function in javascript. I'm following this documentation When I try to use templates I get an Unexpected key error for the value 'TemplateConfiguration' This is my lambda…
berunda
  • 11
  • 1
1
vote
0 answers

AWS Pinpoint opts out Android users of pushnotifications by default in react native

I've tried everything to get push notifications for Android to work with Pinpoint in my react native app. The iOS integration works as expected. In android, i'm able to record the endpoint, but when I export the endpoint from pinpoint, I can see…
1
vote
0 answers

AWS Kinesis: user address in event encoded / encrypted

In my React Native mobile app, I use AWS Amplify to send info about user actions (screen views, button taps, swipes, etc.) by means of Analytics.record(...) to AWS Pinpoint which in turn feeds them into a AWS Kinesis Data Stream. I have created an…
ssc
  • 9,528
  • 10
  • 64
  • 94
1
vote
1 answer

AWS Pinpoint/SNS have people text to subscribe to topic

Is there a way to have the customer/endpoint subscribe to a topic by texting the long code/short code number? Can they text a particular keyword to be subscribed to a particular topic? It seems like most the documentation and examples I am coming…
1
vote
1 answer

AWS Pinpoint - Unregistered Application. Pinpoint is not registered in PNS

We have registered FCM server key on Pinpoint. We were able to successfully receive messages on our emulator when tested with Cloud Messaging on Firebase console. However, when we are trying to send push notification using GCM channel of…
1
vote
1 answer

Sending AWS Pinpoint Push notification using AWS PHP SDK gives Error - Notification is malformed

I am working on a iOs and Android Application built on top of react-native and using aws pinpoint for the push notifications. i have managed to get the notifications using aws-amplify library for react native and when i test notifications using…
1
vote
2 answers

UNUserNotificationCenterDelegate didReceive is not getting triggered in iOS with Flutter App

I have setup push notifications using APNS for iOS (Using Swift) in the flutter App. didReceiveRemoteNotification is getting triggered when the app receives a push notification from AWS Pinpoint. But none of the other methods are getting triggered…
1
vote
2 answers

How to make manual linking of PushNotificationIOS if there is no Libraries folder in Xcode project?

How to make manual linking of PushNotificationIOS if there is no Libraries folder in Xcode project? Where should I put in this case? Here is the structure of my project, I don't have Libraries folder there. I'm following this guide for manual…
1
vote
1 answer

How to send push notification via postman using AWS Pinpoint

I want to send push notifications to mobile apps using REST API provided by AWS. I read their documentation but i am getting an error unauthorized. Does any one able to send push notification using REST API ? The following is an example of a REST…
1
vote
1 answer

Pinpoint API returning

Trying to set up Postman to send push notifications through AWS. I've got the notifications going out through the Test Notifications interface to a specific DeviceID in the management console. But I'm receiving the error message below when…
Patrick Dench
  • 813
  • 2
  • 9
  • 27
1
vote
0 answers

Send programmatically push notifications with react-native and amazon pinpoint?

Can someone provide an example to send push notifications programatically using react-native and amazon pinpoint?