hi, wir wundern uns gerade, dass benutzerdefinierte Felder der Kunden aktuell nicht via API angesprochen werden können. ist geplant dies zu implementieren?
Hi @pli, these are contact details and they are available in the API. I didn’t try it out but you should be able to set the label and value to what you want. Updates the contact info for the company with the specified id. — awork API | Documentation
thanks, this one works:
{
„type“: „custom“,
„label“: „test“,
„value“: „test“,
„subtype“: „url“
}