v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Salesforce Integration

Get all Salesforce incident templates

Get all Salesforce incident templates configured for your organization.

get/api/v2/integration/salesforce-incidents/incident-templates

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "description": "An incident was detected by Datadog monitors.",
        "name": "production-outage",
        "owner_id": "005000000000000",
        "priority": "High",
        "salesforce_org_id": "596da4af-0563-4097-90ff-07230c3f9db3",
        "subject": "Datadog Incident: Production Outage"
      },
      "id": "596da4af-0563-4097-90ff-07230c3f9db3",
      "type": "salesforce-incidents-incident-template"
    }
  ]
}