SQL Tasks Extension - Configurable recurring tasks

Development Status
Stable
Active Installs
Maintainers
Download

Last updated: 2023-09-25

Works with CiviCRM 5.45 or higher.

Disclaimer: The scope of this extension is implementers and skilled administrators only.

Creating a custom scheduled job is a bit of work, you had to create (i.e. code) a custom API and then call it via a scheduled job. If you have a lot of those, it's also quite easy to lose track of them.

The "SQL Tasks" extension allows you simply configure any number of scheduled jobs via the UI. It is essentially a SQL driven, configurable execution of any of the following generic CiviCRM actions:

  1. Create activities
  2. Call any CiviCRM API3 action
  3. Export to CSV, including zipping, uploading, emailing the results
  4. Synchronize a SQL result contact ID list with a given tag or group
  5. (more to come)

Remark: Action 4 (synchronisation) is particularly useful to replace complex dynamic groups (which often cause performance issues) with a static group that is updated hourly/nightly/weekly.

The extension also features a simple ex- and import of your task, and we plan to create a little repostitory of common tasks, see HERE.

Be aware that this extension is still under development.

Also be aware that this extension will run any SQL script you enter in your task - there are no filters! It's quite easy to break your system if you don't know what you're doing.

Screenshot (click to enlarge)