{
"name": "Q4_Outreach_Auto",
"type": "PREDICTIVE",
"contactIds": ["c9a8b7-1234-5678-90ab-cdef12345678"],
"deduplicationMatrix": {"keys": ["phone_number", "email"], "autoRemoveDuplicates": true},
"dataSource": {"type": "EXTERNAL", "uri": "s3://bucket/contacts.csv"},
"validationRules": {"phoneNormalization": true, "regulatoryCheck": true},
"webhookUrl": "https://internal-crm.example.com/gc-sync",
"auditTrail": true
}
Async list registration job locks up immediately after the CRM WEBHOOKURL callback syncs. Feeding contact ID arrays and DEDUPLICATIONMATRIX keys straight into the DATASOURCE directives. Java HTTP client throws a 422 the second CONCURRENT LIST LIMITS and CONTACT COUNT CONSTRAINTS collide.
Tracking creation latency shows a hard 14-second spike before the autoRemoveDuplicates flag crashes the format verification thread. Local schema validation passes clean every single time. Outbound service flat-out rejects the payload. Thread just dumps. Sticking to GENERAL routing settings, but this registration flow is completely unresponsive.