update docs for setting up the alert. (#22919)

This commit is contained in:
P Precious 2025-08-12 23:13:39 +05:30 committed by GitHub
parent 07c3acfdbc
commit 851ed11fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,4 +161,16 @@ For MS Teams configuration you will need to get the endpoint URL of the channel
To set up a webhook you can simply use the endpoint URL where you want your alert to be sent. Additionally, you can configure the following parameters:
- **Batch Size**: Size of the batch that will be sent to the endpoint.
- **Connection Timeout**: Timeout for the connection.
- **Secret Key**: Secret key can be used to secure the webhook connection.
- **Secret Key**: Secret key can be used to secure the webhook connection.
## Advanced Configuration
For these destinations type (Webhook, Slack, Microsoft Teams, Google Chat), OpenMetadata provides **Advanced Configuration** options that allow you to customize the request details sent to the destination endpoint.
1. **Headers** : Add custom HTTP headers to be included in the webhook request.
2. **Query Params** : Define additional query parameters to append to the webhook URL.
3. **HTTP Method** : Choose the HTTP method to be used when sending data:
1. **POST** (default)
2. **PUT**