Idempotent Integration Patterns

Use when designing retry-safe integrations with Salesforce — including external ID upsert strategies, idempotency key management for inbound calls, Platform Event replay safety, and Outbound Message retry handling. NOT for stopping duplicate records users create, via matching and duplicate rules — use admin/duplicate-management. NOT for the retry schedule itself — exponential backoff, jitter, circuit breaker — use integration/retry-and-backoff-patterns.

PranavNagrecha fdd0ff3 7 files · 37.4 KB Updated 15 repo stars

File contents

PranavNagrecha/AwesomeSalesforceSkills/tree/main/skills/integration/idempotent-integration-patterns commit fdd0ff3062

Frequently asked questions

npx skillmds add pranavnagrecha/idempotent-integration-patterns