Sha256: a5b930a76718f500fa6407f00e0c4591c89b95a161f12168ba28a105c9f7ad43
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# DatadogAPIClient::V1::WebhooksIntegration ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **custom_headers** | **String** | If `null`, uses no header. If given a JSON payload, these will be headers attached to your webhook. | [optional] | | **encode_as** | [**WebhooksIntegrationEncoding**](WebhooksIntegrationEncoding.md) | | [optional][default to 'json'] | | **name** | **String** | The name of the webhook. It corresponds with `<WEBHOOK_NAME>`. Learn more on how to use it in [monitor notifications](https://docs.datadoghq.com/monitors/notifications). | | | **payload** | **String** | If `null`, uses the default payload. If given a JSON payload, the webhook returns the payload specified by the given payload. [Webhooks variable usage](https://docs.datadoghq.com/integrations/webhooks/#usage). | [optional] | | **url** | **String** | URL of the webhook. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WebhooksIntegration.new( custom_headers: null, encode_as: null, name: WEBHOOK_NAME, payload: null, url: https://example.com/webhook ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.3.0 | docs/v1/WebhooksIntegration.md |