Webhook receiver (paid runtime)
Real-time push via Salesforce Platform Events or Outbound Messages.X-SFDC-Signature.
Setup
- In Salesforce, create a Connected App with OAuth scopes:
api,refresh_token. - Generate a certificate for the JWT Bearer flow and upload to the Connected App.
- Configure Platform Events: define which standard or custom events to subscribe to.
- Add to the runtime env:
SALESFORCE_CLIENT_ID_{TENANT_ID}SALESFORCE_PRIVATE_KEY_{TENANT_ID}(PEM, base64-encoded)SALESFORCE_USERNAME_{TENANT_ID}SALESFORCE_INSTANCE_URL_{TENANT_ID}(e.g.,https://myorg.my.salesforce.com)