Zapier Plugin
Connect Ever Gauzy with 5,000+ apps through Zapier automation workflows.
Overviewโ
| Property | Value |
|---|---|
| Package | @ever-co/gauzy-plugin-integration-zapier |
| Source | packages/plugins/integration-zapier |
| UI Package | packages/plugins/integration-zapier-ui |
Featuresโ
- Triggers โ fire Zaps when events occur in Gauzy
- Actions โ create/update Gauzy records from other apps
- Multi-Step Workflows โ chain Gauzy actions with other services
Supported Triggersโ
| Trigger | Description |
|---|---|
| New Employee | Employee is created |
| New Time Log | Time log is recorded |
| Timer Started | Employee starts the timer |
| Timer Stopped | Employee stops the timer |
| Task Status Changed | Task moves to a new status |
| Invoice Created | New invoice is generated |
| Payment Received | Payment is recorded |
Supported Actionsโ
| Action | Description |
|---|---|
| Create Employee | Add a new employee |
| Create Time Log | Log time for an employee |
| Create Task | Create a new task |
| Create Project | Create a new project |
| Create Invoice | Generate an invoice |
| Update Task | Update task status/details |
Configurationโ
# Zapier Integration
ZAPIER_CLIENT_ID=your-client-id
ZAPIER_CLIENT_SECRET=your-client-secret
ZAPIER_WEBHOOK_URL=https://hooks.zapier.com/hooks/catch/...
Example Zapโ
"When a timer stops in Gauzy, create a Toggl entry and send a Slack message"
- Trigger: Timer Stopped in Gauzy
- Action 1: Create time entry in Toggl
- Action 2: Send message to Slack channel
Related Pagesโ
- Plugins Overview
- Webhooks โ direct webhook integration
- Make Plugin โ alternative automation platform