Add Task associated to a Lead using PHP script
Hi
We have an internal system in PHP, that gives us reports of action needed to be taken, based on the schedules our students attend to classes.
This is made via a PHP script called by a cron job automatically.
How can we make this script to create tasks in zoho crm, associated with a lead (student), and how can we manage the authentication process, in this case, where there is no user intervention (no OAuth possible)
Thanks