1
votes

I am getting error while adding webhook in GitLab for zohoproject.

"Hook executed successfully but returned HTTP 401 {"error":{"code":6401,"message":"Unauthorized Access"}}"

I am simply adding webhook url of zoho project inside gitlab

e.g.

https://projects.zoho.com/restapi/portal/25002386/projects/545388000098456754/commits/gitlab/?authtoken=299234b2c777ee4935450b395b361d33

1

1 Answers

0
votes

Zoho projects error codes are clear

The request requires HTTP authentication.

The GitLab Zoho integration has similar error codes

401 Unauthorized - No valid Auth Token provided.

So you need to add an Auth Token, that you can generate here.