Blog

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 →

February 12, 2022

Schedule push notifications using OneSignal and custom webhook

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

Read →