Sign In

n8n-nodes-timergy

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-timergy

n8n community node for Timergy scheduling polls. Create polls, collect votes, suggest best times, and finalize meetings.

latest
Source
npmnpm
Version
0.4.3
Version published
Weekly downloads
16
433.33%
Maintainers
1
Weekly downloads
 
Created
Source

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-timergy

Authentication

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

OperationAuth RequiredDescription
CreateNoCreate a new scheduling poll with time slots
GetNoGet poll details by ID
Get ManyAPI KeyList all your polls
Get OptionsNoGet time slot options for a poll
Get ResultsNoGet voting results
Suggest BestNoGet the AI-suggested best time slot
FinalizeNo*Lock in the chosen time slot
Auto FinalizeNo*Automatically pick and finalize the best option
Send ReminderNo*Send reminder emails to participants
UpdateAPI KeyUpdate poll title, description, deadline, or location
ReopenAPI KeyReopen a finalized poll
ArchiveAPI KeyArchive a poll for your account (other participants keep access; global removal happens via retention cleanup)

*Requires passphrase when used without API key.

Vote

OperationAuth RequiredDescription
CreateNoSubmit availability votes on a poll

Contact

OperationAuth RequiredDescription
Get ManyAPI KeySearch your address book by name or email

Survey

OperationAuth RequiredDescription
CreateAPI KeyCreate a choice-based survey poll with text options

Invitation

OperationAuth RequiredDescription
CreateAPI KeySend email invitations to a poll

Webhook

OperationAuth RequiredDescription
CreateAPI KeySubscribe to poll events (e.g. votes, finalization)
ListAPI KeyList all active webhook subscriptions
DeleteAPI KeyRemove a webhook subscription

Calendar Event

OperationAuth RequiredDescription
IgnoreAPI KeyExclude a calendar event from conflict detection
UnignoreAPI KeyRe-include a previously ignored calendar event
List IgnoredAPI KeyList 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.

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 12 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts