SalesProfilePOST /v2/integration/sales-profileexternalId (string): Identificador único en el sistema externoemail (string): Email del usuario (debe ser válido)customFields (array): Campos personalizadosprofile (object): Información adicional del perfilfirstName (string): NombrelastName (string): Apellido{
"batchId": "batch-001",
"source": "external-crm",
"items": [
{
"externalId": "USER-001",
"email": "john.doe@company.com",
"profile": {
"firstName": "John",
"lastName": "Doe"
},
"customFields": [
{
"key": "department",
"type": string,
"value": "Sales",
"name": "custom_field_1"
}
]
}
]
}