n8n-nodes-timergy
v0.2.0
Published
n8n community node for Timergy scheduling polls. Create polls, collect votes, suggest best times, and finalize meetings.
Maintainers
Readme
n8n-nodes-timergy
n8n community node for Timergy scheduling polls.
Create scheduling polls, collect votes, suggest the best time, 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 | | Delete | API Key | Delete a poll |
*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 |
Invitation
| Operation | Auth Required | Description | |-----------|--------------|-------------| | Create | API Key | Send email invitations to a poll |
Example Workflow
- Create Poll with title and time slots
- Send Invitations to participants
- Wait for votes (use n8n Schedule Trigger to check periodically)
- 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.
