aws-pinpoint

Send Push Notifications Programmatically Javascript

空扰寡人 提交于 2021-02-11 12:01:56
问题 I have an Angular 2+ app where I have an interface to send Push Notifications to users of an Ionic App. What I want to do is to use the Web interface to send programmatically notifications with Javascript. Has anyone done this before? Can anybody tell me how to do this? I would be really happy to see some code examples but a recommendation where to start and which API/SDK to use would be enough. I really do not want anyone to do this for me but some direction would really help me as I am new

Send push notification from iOS using AWS Pinpoint

匆匆过客 提交于 2020-05-26 07:59:16
问题 I am using AWS SDK to send push notifications to devices using direct messages. I was able to send message on Android using AmazonPinpointClient(creds).sendMessages(sendMessagesRequest) . I can find all equivalent classes on iOS except the AmazonPinpointClient . What's the corresponding class to use on iOS? 回答1: I found the class to send direct messages: let sendMessagesRequest = AWSPinpointTargetingSendMessagesRequest()! sendMessagesRequest.applicationId = appId sendMessagesRequest

AWS Pinpoint Two way SMS is not triggering SNS for Incoming SMS

守給你的承諾、 提交于 2020-02-25 04:20:28
问题 I have requested a dedicated long code . But Whenever I send SMS to this Dedicated long code with Keywords , nothing is happening. I am not receiving any automated response messages (Response messages setup in the AWS Pinpoint Console). The dedicated number is for INDIA and region is AWS MUMBAI REGION . I have also created SNS which is not at all getting triggered for incoming SMS for this dedicated number. I will provide additional details, if wanted. Please guide me to debug this issue. 来源:

How do I store aws pinpoint messages to rds?

妖精的绣舞 提交于 2019-12-17 07:55:33
问题 I am new to aws and I have been experimenting with aws pinpoint two way messages. Right now my customers are able to send messages to my long code and I already have predefined responses based on some key word s. The problem is some users do not use the key words that I have captured so I want to store all messages from my customers in a database (preferably a sql server database) and send custom responses to each message. How do I achieve this? 来源: https://stackoverflow.com/questions

How to use Pinpoint send messages to specific devices using the Java AWS SDK for Pinpoint

耗尽温柔 提交于 2019-12-08 09:12:07
问题 I have been able to get my mobile Android app to receive messages generated from the Pinpoint Campaign console (https://console.aws.amazon.com/pinpoint/home) to a specific device by targeting the segment to a custom attribute that only that device has. Pinpoint Campaign config Mobile push channel Standard campaign Segment defined using custom attributes, holdout 0% Silent notification Custom JSON Launch immediate Now I would like to implement this feature in my Java app using the SDK APIs and

How do I store aws pinpoint messages to rds?

喜你入骨 提交于 2019-11-27 05:41:01
I am new to aws and I have been experimenting with aws pinpoint two way messages. Right now my customers are able to send messages to my long code and I already have predefined responses based on some key word s. The problem is some users do not use the key words that I have captured so I want to store all messages from my customers in a database (preferably a sql server database) and send custom responses to each message. How do I achieve this? 来源: https://stackoverflow.com/questions/55226785/how-do-i-store-aws-pinpoint-messages-to-rds