We introduced webhooks for iTop 2.7 and 3.0+, it would allow you to use them to sync data from iTop to ClickUp from what I see in their documentation as they have a webservices API. But as it requires OAuth authentication, you would need to write some PHP for the authentication.
If you meant syncing data from ClickUp to iTop, they advertise a webhook feature as well, so you should be able to call iTop's REST/JSON API!
Cheers,
Guillaume
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey all! I am looking into the possibility of integrating iTop with ClickUp. Has anyone looked into such integrations?
Hello Leif,
What do you mean by integrate? Send messages in the chat? More?
Guillaume
We introduced webhooks for iTop 2.7 and 3.0+, it would allow you to use them to sync data from iTop to ClickUp from what I see in their documentation as they have a webservices API. But as it requires OAuth authentication, you would need to write some PHP for the authentication.
If you meant syncing data from ClickUp to iTop, they advertise a webhook feature as well, so you should be able to call iTop's REST/JSON API!
Cheers,
Guillaume
That was super helpful. Thanks!