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.
and my result is something like below.
am i doing something wrong here? Or am i looking at the wrong location to find my web hooks ?
I'm not sure if this is the problem: The API states that it is only available to Connect Apps.
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
?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
GET webhook API returns dynamically registered webhooks but I don't see them listed under Administration > Webhooks. Is this expected behavior?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.