Named Credential retry call Hey everyone, I'm relatively new as a Salesforce developer (about a year in), and this is the first time I've had a really rough debugging experience. Sharing it in case it saves someone else the headache. Context: I'm working on a project for a healthcare company that requires an integration with an external system. Following best practices, I stored credentials using Named Credentials. The bug: During testing, the external system was receiving two requests within a 1β2 second window. So I started digging β reviewed all Apex jobs, debug logs, transaction headers, response logs β everything pointed to Salesforce not being the one making the duplicate call. To make it worse, when I tested the same endpoint via Postman, the double request didn't happen. We eventually decided to move on since the system only called twice when it got a non-200 response, but pressure came to resolve it. I was convinced the issue was on the external system's side.β¦