Integrations
SecurePoint USA delivers signed JSON to any HTTPS URL. Zapier's Webhooks by Zapier → Catch Hook provides that URL—paste it when you create a webhook endpoint in API & Integrations.
Each delivery is a JSON object: id, event_type, organization_id, created_at, and data (event-specific fields; keep mappings to IDs and non-sensitive labels where possible).
Requests include X-Spusa-Signature, X-Spusa-Timestamp, and X-Spusa-Event. Verification details match the API Reference outbound webhooks section. Optional: add a Zapier Code step to validate HMAC using your stored secret.
FEATURE_WEBHOOKS_OUTBOUND flag and cron delivery job to be enabled in your environment.