Skip to main content

I’m trying to figure out what is allowed as an endpoint in this situation:

 

Can I put in a webhook URL here, email address, or ??  What will the payload look like?

I can’t find documentation of what is being sent other than this that mentions some authentication methods:

https://help.docebo.com/hc/en-us/articles/360020082520#h_01FHZ4KH2C9Y0RWVH46EDS5N0A

Well, nevermind.  I decided to just test out what would happen if I put a webhook address in there, and voila!  The payload is a regular JSON package, and it doesn’t count against my max number of webhooks.  😀


Reply