4

I am using Amazon Pinpoint to send push notification to my users' devices and I'm looking for a way to send a message to a specific user/device at a specified time (e.g. 15 minutes from now). Is there a way to accomplish this using Pinpoint?

Agreene
  • 508
  • 7
  • 16
  • Did you find a way to perform this? I am exactly looking for the proper way to achieve this... Everything I have found so far implies using a dinamoDB for storing the notification scheduling info. – mcartur Sep 27 '21 at 18:18
  • @mcartur It was a long time ago, so things may have changed and I don't exactly remember, but I believe we had to build this ability into our application. We didn't find a way to do it in Pinpoint. – Agreene Oct 01 '21 at 15:44

1 Answers1

-3

Yes, that is possible with Amazon Pinpoint. Please see documentation regarding setting up and executing a scheduled campaign. https://docs.aws.amazon.com/pinpoint/latest/userguide/campaigns.html

thanks

  • We tried this but it didn't suit our needs because we had to create a new campaign and segment for each notification we wanted to send out. – Agreene May 22 '18 at 22:37