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

AWS PinPoint - SMS Message From Postman

I'm trying to initiate a SMS message using Postman, but I keep getting a response indicating "Invalid Request Body". I can't seem to find a good example on the AWS documentation (Is it just me or does anyone else encounter this with AWS?) Below is…
Jason N
  • 151
  • 1
  • 1
  • 10
0
votes
1 answer

SSML and single vs. double-quoted element attributes

Suppose I have some SSML:

Now I will read some numbers.

369148034,

When I send this as the text of a voice message with AWS PinpointSMSVoice (via the AWS JS SDK), the…

Brad
  • 159,648
  • 54
  • 349
  • 530
0
votes
1 answer

How to get count of eligible Endpoints of asegment in AWS Pinpoint through SDK

We can get the eligible endpoints for a particular segment from the Pinpoint console, But the documentation for AWS Pinpoint SDK shows nothing about getting the count of eligible Endpoint from a segemnt. Is there any methods or API to get the…
0
votes
1 answer

AWS Pinpoint speed

So I just hooked up a webhook from AWS SNS which receives messages from AWS PinPoint. I have done some initial testing for SMS texting in the US. I can receive any message on my phone in about 2-5 seconds which was sent from Pinpoint. However when I…
Josh Woodcock
  • 2,683
  • 1
  • 22
  • 29
0
votes
2 answers

AWS Pinpoint error after updating APNS certificate with Expo

After sending a new build to the app store, the push notifications for my app are no longer working. During the build, expo made a new APNS certificate, and now when I try to push a notification to users, I get the following error…
0
votes
1 answer

TypeError: AWS.PinpointSMSVoice is not a constructor

I am using "aws-sdk": "^2.302.0" in my node api. Please find my code below var pinpointsmsvoice = new AWS.PinpointSMSVoice({apiVersion: '2018-09-05'}); var params = { Content: { SSMLMessage: { LanguageCode: "en-US", …
Mahesh
  • 41
  • 1
  • 8
0
votes
1 answer

Sender shows as NOTICE when sending sms from a dedicated Indian AWS pinpoint phone number

I have purchased a dedicated AWS pinpoint long code for India (ie. An Indian phone number) for $120/mo. I'm not using any keywords. I've enabled two way sms on it. I'm able to receive messages on it and send messages, however when I send a message,…
0
votes
2 answers

Couldn't import library into AWS Lambda

I am trying to create an AWS Lambda function in Python 3.7. But facing an error while testing my function which is - { "errorMessage": "Unable to import module 'lambda_function': No module named 's3fs'", "errorType":…
0
votes
0 answers

how to mock aws service in unit tests in loopback4

I want to mock AWS service in unit tests , we already have aws service used in controller but how to make mock service of aws and replace the working of actual service to mock service to get values on which my entity depends in unit tests async…
0
votes
2 answers

How to send an email with a custom template using aws pinpoint

I'm trying to send a email with a template and a got this error message: Unknown parameter in Content: "Template", must be one of: Simple, Raw I followed this link:…
0
votes
1 answer

Text video to dedicated short code to aws

Is there any service / functionality that allows someone to text a video to a dedicated number and that video gets uploaded to aws? The aws account and dedicated short code would be controlled by the same platform. This service would make it much…
0
votes
1 answer

How to show image on notification using aws amplify push notification in react native app?

I have integrated the push notification using @aws-amplify/push notification. Now I have received the notification without the image, but I want to show the image. Can anyone please help?
0
votes
1 answer

AWS Pinpoint - Resource not found as response

Trying to send a sms message via pinpoint gives me {Message: "Resource not found"}. I am calling the endpoint as expected and described in the…
Michael Leiss
  • 5,395
  • 3
  • 21
  • 27
0
votes
1 answer

How to post Custom Header AWS pinpoint Email in NodeJs

I am forwarding Json to Lambda which eventually calls pinpoint.sendMessages(params, function(err, data){} Is there any way in Pinpoint can send custom header like an emailID in the Header information. Send Email by Using the Amazon Pinpoint API…
0
votes
1 answer

Has anyone built an integration with any SMS Receivers?

I want to be able to send a text message to some number and then (upon receiving the text) basically just send a post request off to a different service after receiving the text. Does anyone know of a service I could use to set this up? Would like…
JR3652
  • 435
  • 1
  • 4
  • 13