Salesforce Decode
Salesforcedecode
Back to questions
Data CloudIntermediateactivationrecoveryreliabilityidempotency

Recover failed activation audience syncs without duplicate customer messages

Real World Scenario

Email platform sync failed mid-export sending duplicate welcome series to 40,000 new loyalty members when ops retried job without idempotency checks.

Expected Answer

• Design activation exports with batch IDs and idempotent keys recognized by destination platform • Implement retry logic continuing from last successful offset—not full re-export default • Dry-run mode showing delta count before destructive resync options • Monitor activation job status with automatic retry and exponential backoff • Alert marketing ops before manual retry explaining duplicate risk • Maintain suppression list of profiles successfully activated in partial run • Post-incident reconcile destination audience count vs Data Cloud activation count

Follow-Up Questions & Answers

Click to expand — each follow-up includes a direct, interview-ready answer

Direct answer: Design activation exports with batch IDs and idempotent keys recognized by destination platform Also consider: Implement retry logic continuing from last successful offset—not full re-export default In practice: Dry-run mode showing delta count before destructive resync options Balance speed of delivery with maintainability.

Architect Perspective

Activation retries cause duplicate customer pain without idempotent export design—treat activations like payment transactions.