使用 AWS PinPoint 从 Web 应用程序发送推送通知
Send Push Notification from Web Application using AWS PinPoint
我有一个用于分配票证的 React Web 应用程序和一个反应本机应用程序,供用户查看分配给他们的票证。我希望能够在为用户分配工单时向他们发送推送通知。我正在查看 PinPoint JavaScript SDK,但无法确定我是否可以这样做。有没有人能够做到这一点?
我能够做到这一点。您使用 AWS Amplify Analytics to put UserId or any attribute you want to be associated with a user. Then Use Pinpoint SDK to createSegment which attributes target the ones associated with the user. Then Pinpoint SDK 为创建的细分创建广告系列。希望这有帮助。
我有一个用于分配票证的 React Web 应用程序和一个反应本机应用程序,供用户查看分配给他们的票证。我希望能够在为用户分配工单时向他们发送推送通知。我正在查看 PinPoint JavaScript SDK,但无法确定我是否可以这样做。有没有人能够做到这一点?
我能够做到这一点。您使用 AWS Amplify Analytics to put UserId or any attribute you want to be associated with a user. Then Use Pinpoint SDK to createSegment which attributes target the ones associated with the user. Then Pinpoint SDK 为创建的细分创建广告系列。希望这有帮助。