Getting Started
To begin working with webhooks, ensure that you configure and enable the specific webhooks you intend to consume. You can do this by navigating to Settings -> Integrations -> Webhooks.Payload Signature
To verify that a payload originated from Salesbricks, a signature will be sent in theX-SALESBRICKS-KEY
header.
Follow the instructions below to validate the signature:
Remember to replace the placeholder values (
api_token
, payload
, header_signature
) with the actual values from your Salesbricks setup.This signature verification process ensures the integrity and authenticity of webhook payloads received from Salesbricks.