ScalePulse is a consent management platform, not a registered Consent Manager and not a compliance certificate. It records evidence and routes requests; your organisation remains responsible for fulfilment, retention, security, and legal decisions.
▣Feature
Reviewed notice + widget
Why
Explain what visitors are agreeing to before collection.
Next action
Publish a reviewed notice, then install the generated tag wherever consent is collected.
Keep a tenant-scoped, hash-chained record of every decision.
Next action
Open Explore ledger from a tenant card and export evidence when needed.
◎Feature
Rights and grievances
Why
Receive verified requests with an SLA clock.
Next action
Select a tenant, route or manually fulfil the request, then record evidence.
↗Feature
Signed webhooks
Why
Deliver request and escalation events without exposing requester email addresses.
Next action
Save an HTTPS endpoint, verify HMAC, and process events asynchronously.
⌂Feature
Hosted privacy portal
Why
Give visitors a branded place to submit verified requests.
Next action
Set a subdomain, add the CNAME, and check DNS. The portal activates after verification.
◫Feature
Enterprise data map, findings, and cases
Why
Classify metadata and assign accountable remediation work.
Next action
Upload signed metadata, evaluate controls, and create cases. Row values never enter the control plane.
Webhook reference
Every supported payload
ScalePulse sends signed JSON events to your HTTPS endpoint. Configure once, verify every request, then hand work to your queue.
1ConfigureSave your HTTPS endpoint and copy the secret.2VerifyCheck the timestamp and HMAC before parsing JSON.3AcknowledgeDeduplicate by requestId, return 2xx, process async.