I am trying to use the frontapp API to get a url that directly links to the contact in frontapp.
This url typically looks like "https://app.frontapp.com/contacts-manager/contacts/global/{{contact_identifier}}"
When I use the API to retrieve the contact information, there is only one id field (starting with crd_), and it does not match the required contact_identifier needed for the url (which is a number)
Can anyone tell me how to get the required contact_identifier? Or alternatively, is there a way to link to the contact page with the id from the API?