Blog

August 24, 2024

Introducing our new schedule filtering feature: A simpler way to manage your schedules

We're excited to announce a new feature that we've just rolled out to make managing your schedules even easier...

Read →

September 11, 2023

Cronhooks: Schedule make.com 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

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

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

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 →