Trying to sync outbound segmentation rules via the /api/v2/outbound/campaigns/{campaignId} endpoint in Node.js v18. The atomic PATCH rejects the demographic attribute matrix with a 422 Unprocessable Entity. We don’t see the index rebuild trigger firing after the call.
- Build the sync payload with list ID references.
- Send JSON through
axios.patch(). - Wait for the index rebuild trigger.
The overlap resolution verification pipeline throws a schema mismatch. Need the correct format verification sequence for the payload. The CDP alignment webhook keeps firing on invalid schemas.