Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API3 - Register dynamic webhooks does not register hooks even with success response.

markFnemo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 5, 2020

Hi,

I have tried to create webhooks using below api endpoint.

POST /rest/api/3/webhook

 But even though the response returned me a success. I cant find the registered hooks anywhere. Even if is use get webhooks to check or from admin panel they are not visible.

Im using Nodejs with ACE framework. My code structure is below.

func.PNG

and my result is something like below.

response.PNG

 

am i doing something wrong here? Or am i looking at the wrong location to find my web hooks ?

 

1 answer

0 votes
Derek Fields _RightStar_
Community Champion
May 5, 2020

I'm not sure if this is the problem: The API states that it is only available to Connect Apps. 

markFnemo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 5, 2020

Yeah this is a Connect App im creating. And are you saying that the hooks created via Connected App will not listed under Administration > Webhooks ?

Also then why do you think im not getting any created hooks when i use this endpoint 

GET /rest/api/3/webhook

?

Satishakumar Awati
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 25, 2021

GET webhook API returns dynamically registered webhooks but I don't see them listed under Administration > Webhooks. Is this expected behavior?

Suggest an answer

Log in or Sign up to answer