ActivityPOST /v2/integration/activitiesexternalId (string): Identificador único en el sistema externotype (enum): Tipo de actividadCALL: LlamadaMEET: ReuniónDEMO: DemostraciónEMAIL: EmailOPPORTUNITY: OportunidadownerExternalId (string): ID externo del propietario (debe existir como Sales Profile)source (object): Fuente de la actividadassociated (object): Entidades asociadasaccountExternalId (string): ID externo de la cuentadealExternalId (string): ID externo del dealcustomFields (array): Campos personalizados{
"batchId": "batch-004",
"source": "external-crm",
"items": [
{
"externalId": "ACT-001",
"type": "CALL",
"ownerExternalId": "USER-001",
"associated": {
"accountExternalId": "ACC-001",
"dealExternalId": "DEAL-001"
},
"customFields": [
{
"key": "duration",
"type": string,
"value": "30",
"name": "custom_field_1"
}
]
}
]
}