// blog

Guides, updates, and ideas for smarter scheduling.

Practical guides, product updates, and automation ideas for triggering the tools you already use — Zapier, n8n, Make, Vercel, and more.

September 11, 2023 make webhooks automation

Cronhooks: Schedule Make scenario webhooks + Mailgun

Make is really a great tool for automating tasks. One of its feature is webhooks, you can invoke that webhook to call your Make scenarios and that is a great fit for Cronhooks...

Read
August 10, 2023 scheduling automation scale

Cronhooks: Scalable adhoc and recurring scheduling

In the world of software development and system administration, scheduling tasks is a fundamental aspect of maintaining efficient operations. From regular maintenance and backups to automated emails and data processing, scheduling plays a crucial role in automating routine tasks.

Read
December 20, 2022 serverless scheduling automation

Adhoc or recurring scripts scheduling using serverless functions

As a developer, you may often find yourself needing to schedule scripts to be executed at a specific time or on a recurring basis. This could be for tasks such as sending a daily summary email or triggering a data update process.

Read
November 18, 2022 configuration environment variables scheduling

Introducing Environment Variables

Multiple schedules can invoke the same endpoints. In this case, your schedules might need the same configurations like an api url, an authentication token or any header. You can define variables at global level as well as at per group level.

Read
February 12, 2022 notifications onesignal automation

Schedule push notifications using OneSignal and custom webhook

In this post we will see how to schedule push notifications using OneSignal and Cronhooks....

Read