Hello all, new here. I am building an application that has in app chat messaging capabilities. I am already leveraging AWS Pinpoint using the Amplify JS framework.
My question, as the title suggests is, would Pinpoint be the best way to trigger notifications to users (in app, email, phone)?
Use case: I am chatting with another user and when I send a message, they should receive an email (or in app notification based on settings).
Seems like Pinpoint should be the tool to use for this but it’s not clear how I can trigger an event for one user based on the actions of another (I.e, sending a chat message). It all revolves around the logged in user which makes sense for analytics and targeted campaigns.
Looking for direction as well as any suggestions people might have! Thanks I’m advance.