Hi folks,
i’m looking for an possibility to identify the system that sent a push-notification.
The notification body looks like that:
{
"Inserted": [
{
....
}
],
"Deleted": [],
"Query": "<my_query>",
"CompanyId": "<my_company>",
"Id": "8d6d670d-86e0-477f-a8cc-343b578ba3dd",
"TimeStamp": 638775642732888022,
"AdditionalInfo": {
"PXPerformanceInfoStartTime": "03/14/2025 15:51:12"
}
}
However, if i receive push notifications from different systems (different domains) i can’t figure out which system sent the notification. I only have the company id but I don’t think that the companyid is unique.
Does anyone know how to solve this problem?
Thanks in advance.