โ07-25-2023 09:13 AM
Hi, I am trying to build the HTTP Connector for ClickUp.
I could not find an explanation for the error code in the ClickUP Common Errors page
Any idea what I could be doing wrong?
Solved! Go to Solution.
โ08-20-2023 07:32 PM
Hi @JeroenR ,
I tested the connection, and it worked fine. There's no change with the authentication. I was able to connect without an error.
Please check the authorization URL and Oauth token URL. Make sure that the format is as follows:
https://app.clickup.com/api?client_id= {client_id} &redirect_uri=https://www.workato.com/oauth/callback
The OAuth Token URL should be: https://app.clickup.com/api/v2/oauth/token
Please review your HTTP configuration and try again. I tested this and it was working fine.
โ08-23-2023 01:51 AM
Yes, thank you Marlon. You were right. It turned out I had not entered the callback URL in the App configuration in the ClickUp API settings page. Typical "user error". Thanks for your help.
โ08-20-2023 07:32 PM
Hi @JeroenR ,
I tested the connection, and it worked fine. There's no change with the authentication. I was able to connect without an error.
Please check the authorization URL and Oauth token URL. Make sure that the format is as follows:
https://app.clickup.com/api?client_id= {client_id} &redirect_uri=https://www.workato.com/oauth/callback
The OAuth Token URL should be: https://app.clickup.com/api/v2/oauth/token
Please review your HTTP configuration and try again. I tested this and it was working fine.
โ08-23-2023 01:51 AM
Yes, thank you Marlon. You were right. It turned out I had not entered the callback URL in the App configuration in the ClickUp API settings page. Typical "user error". Thanks for your help.
โ10-17-2023 05:49 AM
Hi all, I'm a workato rookie and I'm facing the same issue while taking up the Automation Pro III training. When I add the workato redirect url on clickUp side, it's either 'cleaned' by clickup leaving only www.workato.com or it's lost.
Does one of you face this yet and if yes found a workaround ?
Many thanks,