Hello!
Can I create Webhook through API service to help me to integrate with LMS when I want to create or delete webhooks at run time in my system?
Webhooks API
Best answer by mj_
Ciao,
In addition to using the UI, webhooks in the Docebo can be setup via API using the following endpoint: POST /notifications/v1/webhooks
. The API browser (found at https://<yourlms>.docebosaas.com/api-browser) can assist with more information about what information should go in the request body for this call.
Note the number of concurrent active webhooks (10) that
Similarly, webhooks can also be deleted via API using DELETE /notifications/v1/webhooks/{id}
.
Hope this helps!
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.