Hello,
we use Monday and Clockify and I am trying to automate the following processes (always from monday to Clockify) :
- When a board is created → create a client
- When a group is created within a board → create a project linked to client
- When an item is created inside a group → create a task in appropriate project
I tried with the following :
- Zapier : but it has problems discriminating between board and sub-items creation (?)
- Webhooks : has no way to handle board creation events
- Integromat : works on a recurrence basis not on a per event basis, lacks some access to board properties and Clockify clients’ and projects’ properties
So i am considering making this through PHP and the API but i need to handle board creation event’s in order to avoid to parse all our boards structure every minute…
Any insight about where to start from ?