Webhook v2- created thru SDK, Status = Waiting for activation
AnsweredFrom some earlier posts I understand that call to Box Support is required in case we create a v1 Webhook from the portal. But is it also required for v2 webhook created thru the Box SDK. Looks like the webhook was successfully created but the status shows as 'Waiting for Activation'. I am using a free Developer Account., could that be an issue.
-
Hi ,
V2 web hooks do not require activation from Box Support. I am not sure which SDK you are using but it most likely has an available method to get all webhooks associated with the token making the request. Here is an example from our Java SDK.
Note that V2 webhooks are only created through the API, not in the developer console. Only V1 webhooks are managed in the Developer Console and need to be enabled by Box Support.
You can also manually make a GET request to get all web hooks passing the owner's user token:
https://api.box.com/2.0/webhooks
You mentioned you see the error 'Waiting for Activation'. Can you provide the full error you are seeing/where you are seeing this for the V2 webhook?
Please sign in to leave a comment.
Comments
3 comments