get_integration_webhooks_configuration_custom_variable
Retrieve the content of a specific custom variable from Datadog's webhooks integration configuration, excluding secret values for security.
Instructions
Shows the content of the custom variable with the name <CUSTOM_VARIABLE_NAME>.
If the custom variable is secret, the value does not return in the response payload.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}