push notifications grouping
Hello, is there a way to group notifications based on some id? e.g. group chat messages based on room ID.
2 Replies
@Nexen
yes, you can send custom transactionId during trigger.
make sure transactionId is unique with each trigger.
You can use some formatl ike grpupid:12345-messageId:6789
works, thank you!