mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
1.2 KiB
1.2 KiB
| title | slug |
|---|---|
| webhook | /main-concepts/metadata-standard/schemas/entity/events/webhook |
Webhook
This schema defines webhook for receiving events from OpenMetadata.
Properties
receivers(array): List of receivers to send mail to.- Items (string)
endpoint(string, format: uri): Endpoint to receive the webhook events over POST requests.secretKey(string): Secret set by the webhook client used for computing HMAC SHA256 signature of webhook payload and sent inX-OM-Signatureheader in POST requests to publish the events.headers(object): Custom headers to be sent with the webhook request.httpMethod(string): HTTP operation to send the webhook request. Supports POST or PUT. Must be one of:["POST", "PUT"]. Default:"POST".sendToAdmins(boolean): Send the Event to Admins. Default:false.sendToOwners(boolean): Send the Event to Owners. Default:false.sendToFollowers(boolean): Send the Event to Followers. Default:false.
Definitions
entityName(string): Unique name of the application receiving webhook events.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.