1.0.0
Upsert or delete records that you sync to Salesforce Spiff from a third-party data source with a webhook. A webhook provides an endpoint that Spiff uses to verify that the data source is legitimate.
All endpoints in the Spiff Webhook API require a signature header, which is a HMAC-SHA256 cryptographic hash of the current time, the request body, and the webhook secret that you generate in Spiff. The signature format is t={timestamp},v1={digest}, where {timestamp} is a UTC epoch timestamp and {digest} is a string representation of the HMAC-SHA256 digest.
For information about creating a webhook and generating the signature header, see Get Started with Salesforce Spiff Webhook API.
Each endpoint in the Webhook API allows a maximum payload size of 5 MB.
Let us know so we can improve!