Webhook Features
Overview: Everything you can do with webhook integrations.
Core Features
🔗 Event-Based Triggers
Webhooks fire automatically when events occur:
- Invoice events (created, paid, overdue)
- Employee events (added, updated, deleted)
- Task events (created, completed)
- And more based on installed addons
📤 HTTP POST Requests
- Sends JSON payload to your URL
- Includes all relevant event data
- Configurable per webhook
🔒 Security
- HTTPS endpoints recommended
- Secret key for verification
- Retry on failure
📊 Logging
- View webhook history
- See success/failure status
- Debug payload data
Available Events
| Category | Events |
|---|---|
| Invoice | Created, Updated, Paid, Overdue |
| Employee | Created, Updated, Deleted |
| Task | Created, Completed, Deleted |
| Project | Created, Updated, Completed |
| Custom | Varies by addon |
Integration Examples
| External Service | Use Case |
|---|---|
| Slack | Post notification on new invoice |
| Zapier | Trigger Zap workflows |
| Custom App | Sync data to your systems |
| CRM | Update customer records |