Creates or updates the webhook profile for the current tenant

Use the /profile end-point to save the webhook profile within the database. This will overwrite any existing webhook profile.

Sample Webhook Payload (sent to specified URLs)

{
   "event":"created"
   "timestamp": "2018-09-03T01:48:15.921Z"
   "doc" : {
      ...
   }
}


User roles: admin

Language
Click Try It! to start a request and see the response here!