1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Cloud Server: crontab / crons via SSH
Crontab (crons via SSH) is available only for Cloud Server, by default.
Cron tasks do not know the absolute path. Calling PHP without specifying the complete paths to the executable therefore makes it impossible to execute the task.
Therefore, enter
/opt/phpX.X/bin/php
replacing X.X by the desired PHP version (/opt/php7.1/ bin/php, for example).
To list the crons of the SSH user in question: crontab -l -u SSHUserName
To edit them: crontab -e -u SSHUserName
In order to receive email notification of the results of your cron tasks, add MAILTO=address@email to the beginning of the file
See also: https://www.infomaniak.com/en/support/faq/2161/task-planner-tool-cronjob