post-event
Post a custom event to Datadog with markdown and @mentions. Include tags, alert type, priority, host, and aggregation key for monitoring.
Instructions
Post a custom event to Datadog (supports markdown, @mentions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title. Example: Deployment completed | |
| text | Yes | Event body (supports markdown, max 4000 chars). Example: Deployed v1.2.3 to production | |
| tags | No | Tags for the event. Example: ["env:prod", "deploy"] | |
| alertType | No | Alert type | |
| priority | No | Event priority | |
| host | No | Associated host name | |
| aggregationKey | No | Aggregation key for grouping events | |
| sourceTypeName | No | Source type name. Example: my_app |