Automations

Automations run a PHP handler you write on a schedule, an incoming webhook, or a content event (such as an object being created or updated).Create one, define its triggers, and write the handler.

+ New Automation

Schedule Automation Processing

Schedule triggers, plus queued async webhook and event runs, are processed by a single command. Add it to your crontab to run every minute — the command checks what's actually due each tick, so running it often is cheap and safe.

Adjust the PHP path and working directory to match your server if needed.

php /www/htdocs/v075328/sandbox.brockert.de/sandbox/vendor/totalcms/cms/resources/bin/tcms automations:process