Create team contactAsk AIpost https://api2.frontapp.com/teams/{team_id}/contactsCreate a contact for a team (workspace). Required scope: contacts:writePath Paramsteam_idstringrequiredDefaults to tim_123The team IDBody ParamsnamestringContact namedescriptionstringContact descriptionavatarfileBinary data of avatar. Must use Content-Type: multipart/form-data if specified. See example or read more about Attachments. Max 25 MB.linksarray of stringsList of all the links of the contactlinksADD stringgroup_namesarray of stringsList of all the group names the contact belongs to. It will automatically create missing groups. ⚠️ Deprecated. Use list_names instead.group_namesADD stringlist_namesarray of stringsList of all the contact list names the contact belongs to. It will automatically create missing groupslist_namesADD stringcustom_fieldsobjectAn object whose key is the name property defined for the custom field in the Front UI. The value of the key must use the same type specified for the custom field, as described in https://dev.frontapp.com/reference/custom-fieldscustom_fields objecthandlesarray of objectsrequiredList of the handles for this contact. Each handle object should include handle and source fields.handles*ADD objectResponse 201A contactUpdated 2 months ago