Webhooks enable your applications to receive real-time notifications when events occur in your file Storage and issue tracking systems. This eliminates the need for polling and ensures your systems stay synchronized with ticket updates, status changes, comments, and attachment activities across all integrated platforms.
Unizo normalizes webhook events from Jira, ServiceNow, Zendesk, GitHub Issues, and other file Storage providers into a consistent format. This means you write your webhook handler once and it works with all supported platforms.
Webhook Configuration
To set up webhooks for your integration, visit the Unizo Console Webhooks section for step-by-step configuration guide.
These are the event types currently supported by Unizo's File Storage webhooks. The list keeps growing as we add support for more events across different platforms.
Event Type
Description
Trigger Conditions
file:created
A new file has been created
File creation via UI, API, email, or automation
file:updated
File information has been modified
Title, description, status, priority, or assignee changes
file:deleted
A file has been deleted
File deletion or permanent removal
Webhook Security
All webhooks from Unizo include security headers to verify authenticity:
Headers
Header
Description
x-unizo-event-type
The type of event that triggered the webhook
x-unizo-signature
HMAC SHA-256 signature for request validation
x-unizo-timestamp
Unix timestamp when the event was sent
x-unizo-delivery-id
Unique identifier for this webhook delivery
Signature Verification
Verify the authenticity of incoming webhooks using HMAC SHA-256: