Skip to main content

Add Link To Incident

Adds a link to an incident as an attachment.

caution

This action does not support OAuth connections.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
Incident IDThe ID of the incident.
LinkThe link to add to the incident.
TitleThe title to be displayed.

Example Output

{
"data": [
{
"type": "incident_attachments",
"id": "9041ab3f-ed3e-5995-82b5-9b8d3e55c47a",
"attributes": {
"modified": "2022-12-13T16:50:46.507189+00:00",
"attachment_type": "link",
"attachment": {
"documentUrl": "https://blinkops.com",
"title": "This is a test link"
}
},
"relationships": {
"last_modified_by_user": {
"data": {
"type": "users",
"id": "552e524b-4c66-11ec-a4ee-da7ad0900002"
}
}
}
}
]
}

Workflow Library Example

Add Link to Incident with Datadog and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop