Outbound Webhook From Salesforce

Use when Salesforce must POST a webhook to a third-party endpoint after a record change — with signed payloads, retries, dead-lettering, rate limits, and idempotency. Covers design choice between Outbound Message, Flow HTTP Callout, Apex Queueable callout, and Event Relay. NOT for receiving a webhook INTO Salesforce from an external system — use integration/webhook-inbound-patterns. NOT for the Workflow-triggered SOAP Outbound Message and its listener contract — use integration/outbound-messages-and-callbacks.

PranavNagrecha 5edd96e 7 files · 99.0 KB Updated 15 repo stars

File contents

PranavNagrecha/AwesomeSalesforceSkills/tree/main/skills/integration/outbound-webhook-from-salesforce commit 5edd96efd2

Frequently asked questions

npx skillmds add pranavnagrecha/outbound-webhook-from-salesforce