paymoapp/api

Please include project_id and tasklist_id in all webhook objects for tasks

Opened this issue · 0 comments

As it's impossile to track the total number of tasks per project without either tracking the entire tasklist, or resyncing the project systematically.

With the project_id included, a model.delete.Task webhook could be used to track progress of projects.