Hi,
Firstly, I'm sorry if this doesn't belong to this topic. (Not sure if it's a problem)
I'm trying to store something unique related with the freshdesk instance when a customer installs my app.
We are receiving a payload like this:
{ "account_id" : "value", "domain" : "value", "event" : "value", "region" : "value", "timestamp" : "value", "iparams" : { "Param1" : "value", "Param2" : "value" } } |
Is the account_id the instance unique identifier? I can't consider the domain as unique because it can change easily on the future... And that could break the app.
Regards.