Zappier is a little limited so I will adapt clickupython( https://github.com/Imzachjohnson/clickupython) to my needs, and I would like to know what is the proper way to trigger an event when a new task is created, what I think I could do is to polling a certain list and check if there are tasks with a newer compared to a date I have saved when I know I have already checked all the tasks.
That is my idea, but I don't know if it is the best way to do it.
UPDATE: for example, I have a zap that when I create a new task in ClickUp the zap triggers an event that sends a message to a Slack channel. my question is how does zappier know when I create a task? or rather How can I replicate it with python?