Discussions
Pulling Employees Data, custom integration (Dynamic Attributes)
Hello Everyone,
I am building a custom integration in our platform (Finway) that will be used by Personio customers (customers of finway who are using personio as well) where I am pulling data from personio to our platform (absences and employees profiles) and I want to pull for example the iban and bic of the personio customers which are dynamic keys so if I used /company/employees/attributes I get for each personio customer
json
{
"key": "dynamic_7881663",
"label": "IBAN",
"type": "standard",
"universal_id": null
},
{
"key": "dynamic_7881664",
"label": "BIC",
"type": "standard",
"universal_id": null
},
but as the labels and keys can change between customers, I have no way of telling that this object is IBAN or BIC for example, What can I do in this case. Is there a way to set the universal Id from customers side or any other solution in this case?