I still need to send an e-mail when i complete a task (with title, and description) to my colleagues bunch of adresses…that still want/need to check they mail on Mac OS or Outlook.
wondering if I can somehow automate this very annoying part of copy paste a completed task and send an mail.
Ah, well, yes, if you want to code something yourself, that type of thing is definitely possible! You can know via the API when a task is marked complete and then take whatever action you code, such as sending an email. You can use either events or webhooks to know when a task changes.