Skip to main content

Datadog

React to Datadog alerts automatically — mute monitors during maintenance, create incidents when alerts fire, post events to the event stream, and query metric data to inform automation logic.

Authentication

Auth type: API Key + Application Key Create both keys in Datadog → Organization Settings → API Keys / Application Keys.
CredentialDescription
API KeyDatadog API key
Application KeyDatadog application key (required for read operations)
SiteOptional — set to datadoghq.eu for EU customers. Leave blank for US1.

Triggers

TriggerWhen it fires
Alert TriggeredA monitor transitions to ALERT state
Alert RecoveredA monitor recovers from ALERT state
Incident CreatedA new incident is opened in Datadog

Actions

ActionKey inputsKey outputs
Send Eventtitle, text, alertType (info/warning/error/success), tags, hosteventId, url
Query Metricsquery (Datadog metric query), from (seconds ago or Unix timestamp), toseries[], queryTime
Get MonitormonitorIdmonitorId, name, status, type
Mute MonitormonitorId, end (ISO 8601 datetime, blank = indefinite)monitorId, name, status
Create Incidenttitle, severity (SEV-1 to SEV-5), customerImpacted, notificationMessageincidentId, title, severity, url
List Monitorsstatus filter, limitmonitors[], count
For Query Metrics, if from is less than 86400 (one day in seconds), it is interpreted as “N seconds ago from now”. Otherwise it is treated as an absolute Unix timestamp.