Sorry this may be a trivial question but I am new to PHP. In the documentation to retrieve project tasks, the following code is provided to connect to an Active Collab cloud account: This works fine. I can then create a client to make API calls: and get the list of tasks for a given project as shown in the
Tag: activecollab
Active Collab notify user when create, close or reopen task using API
I have created task using Active Collab API also working with close task and reopen task using API. Now if I create or close or reopen task then want to notify user but I don’t know how to do this using Active Collab API. Below is my code for create task, close task and reopen task. /* create task using