We have integrations that run outside of ClickUp that need to do things that are not possible through the API (i.e. move or duplicate a task). We would like to be able to call an API to trigger an automation on a particular task (trigger=webhook).
Currently, we set custom fields or add tags to indirectly trigger the automation, but this introduces a risk of someone manually setting this custom field or adding the tag at the wrong time or multiple times on the same task. We have validation steps in our integration platform that ensure the action should be taken and that it hasn't already been taken on that particular task, but triggering the automation through these strategies allows users to bypass those validations steps.