n8n-nodes-timergy
v0.4.3
Published
n8n community node for Timergy scheduling polls. Create polls, collect votes, suggest best times, and finalize meetings.
Downloads
388
Maintainers
Readme
n8n-nodes-timergy
n8n community node for Timergy scheduling polls.
Create scheduling polls and surveys, collect votes, manage webhooks, and finalize meetings directly from your n8n workflows.
Installation
In your n8n instance, go to Settings > Community Nodes and install:
n8n-nodes-timergyAuthentication
This node supports two modes:
- API Key (recommended): Full access to all operations. Get your API key from Timergy Settings.
- No credentials: Uses the Open API for basic poll creation, voting, and viewing results. Admin operations (finalize, remind) require a passphrase.
Resources & Operations
Poll
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Create | No | Create a new scheduling poll with time slots | | Get | No | Get poll details by ID | | Get Many | API Key | List all your polls | | Get Options | No | Get time slot options for a poll | | Get Results | No | Get voting results | | Suggest Best | No | Get the AI-suggested best time slot | | Finalize | No* | Lock in the chosen time slot | | Auto Finalize | No* | Automatically pick and finalize the best option | | Send Reminder | No* | Send reminder emails to participants | | Update | API Key | Update poll title, description, deadline, or location | | Reopen | API Key | Reopen a finalized poll | | Archive | API Key | Archive a poll for your account (other participants keep access; global removal happens via retention cleanup) |
*Requires passphrase when used without API key.
Vote
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Create | No | Submit availability votes on a poll |
Contact
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Get Many | API Key | Search your address book by name or email |
Survey
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Create | API Key | Create a choice-based survey poll with text options |
Invitation
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Create | API Key | Send email invitations to a poll |
Webhook
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Create | API Key | Subscribe to poll events (e.g. votes, finalization) | | List | API Key | List all active webhook subscriptions | | Delete | API Key | Remove a webhook subscription |
Calendar Event
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Ignore | API Key | Exclude a calendar event from conflict detection | | Unignore | API Key | Re-include a previously ignored calendar event | | List Ignored | API Key | List all ignored calendar events |
Example Workflow
- Create Poll (or Create Survey) with title and time slots or text options
- Send Invitations to participants
- Create Webhook to get notified when votes come in (or use n8n Schedule Trigger)
- Get Results or Suggest Best to find the optimal time
- Finalize the poll to lock in the meeting time
AI Agent Compatible
This node has usableAsTool: true, so it works with n8n's AI Agent node. Connect it to an AI agent to let it create polls, check results, and finalize meetings conversationally.
