function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Erin KuhnErin Kuhn 

What response code should be sent by third party after they receive an outbound message (via workflow action) from Salesforce?

We are sending an outbound message to a third party system to update the status in that system when the lead status in SF is updated. I have created a workflow to send the message any time the status is changed. Once the outbound message is sent, the third party is sending back a response code of HTTP 200 to acknowledge that they received the message, but Salesforce continues to send the same message over and over again. Is there a different response code the third party system should be sending to SF to let SF know not to send the message again?