
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
n8n-nodes-cronlytic
Advanced tools
An n8n community node for integrating with Cronlytic, providing advanced cron scheduling capabilities for n8n workflows through webhook triggers.
Cronlytic is an advanced cron scheduling service that provides:
This n8n node provides:
n8n-nodes-cronlytic
# In your n8n installation directory
npm install n8n-nodes-cronlytic
# Restart your n8n instance
The Cronlytic Trigger node creates scheduled jobs on Cronlytic that trigger your n8n workflows via webhooks.
*/5 * * * *
- Every 5 minutes0 9 * * 1-5
- 9 AM on weekdays0 0 1 * *
- First day of every month30 14 * * 0
- 2:30 PM every Sundaydaily-report-generator
0 9 * * *
(daily at 9 AM){"source": "cronlytic", "type": "daily_report"}
When activated, this creates a job on Cronlytic that will trigger your workflow daily at 9 AM.
Include dynamic data in your webhook triggers:
{
"trigger_time": "{{timestamp}}",
"source": "cronlytic",
"workflow_id": "daily-backup",
"environment": "production"
}
The node includes built-in error handling:
Jobs are automatically managed by n8n:
This node uses the Cronlytic Programmatic API. For advanced usage, refer to the complete API documentation.
Authentication Failed
Invalid Cron Expression
minute hour day month day-of-week
Webhook Not Triggering
Job Limit Exceeded
# Clone the repository
git clone https://github.com/Cronlytic/n8n-nodes-cronlytic.git
cd n8n-nodes-cronlytic
# Install dependencies
npm install
# Build the node
npm run build
# Link for local testing
npm link
n8n start
npm run build
- Build the nodenpm run dev
- Build in watch modenpm run lint
- Run linternpm run format
- Format codeSaleh Alsaihati
Built with ❤️ for the n8n community
FAQs
n8n community node for Cronlytic advanced cron scheduling
The npm package n8n-nodes-cronlytic receives a total of 1,213 weekly downloads. As such, n8n-nodes-cronlytic popularity was classified as popular.
We found that n8n-nodes-cronlytic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.