Skip to main content
GET
/
v1
/
communications
/
templates
/
{id}
Shows a communications template
curl --request GET \
  --url https://api.rootly.com/v1/communications/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "bf9e566c-a7d9-436c-8086-d9954ab2221c",
    "type": "communications-templates",
    "attributes": {
      "name": "kzpdd",
      "slug": "kzpdd",
      "description": "Ipsa repellendus iure voluptatem.",
      "position": 1,
      "created_at": "2025-11-28T18:08:00.794-08:00",
      "updated_at": "2025-11-28T18:08:00.794-08:00",
      "communication_type_id": "e7368c96-732b-45d0-9220-3053536d057f",
      "communication_type": {
        "data": {
          "id": "e7368c96-732b-45d0-9220-3053536d057f",
          "type": "communications_types",
          "attributes": {
            "name": "3os9l",
            "slug": "3os9l",
            "description": "Et eveniet sit modi.",
            "color": "#FAEBB7",
            "position": 1,
            "created_at": "2025-11-28T18:08:00.781-08:00",
            "updated_at": "2025-11-28T18:08:00.781-08:00",
            "communication_groups": [],
            "communication_templates": [
              {
                "id": "bf9e566c-a7d9-436c-8086-d9954ab2221c",
                "name": "kzpdd"
              },
              {
                "id": "b87490aa-6f74-4922-bed4-03b12f3e78eb",
                "name": "vsbid"
              },
              {
                "id": "483e9876-bc26-4114-879e-f27a39ab9c81",
                "name": "p8y6n"
              },
              {
                "id": "4dc25e2a-f7bd-4777-a219-a63a3627a7ee",
                "name": "te1e7"
              },
              {
                "id": "a591d695-140b-4941-a545-9630f4546e98",
                "name": "mfwvm"
              },
              {
                "id": "70819ba5-8213-4d56-b6c0-f9138eb2d599",
                "name": "3o45y"
              },
              {
                "id": "d5b2bcf1-9a7d-4d6e-8b12-0a4fc6bf2c0c",
                "name": "tcahq"
              },
              {
                "id": "8ac073c4-3676-4d40-a198-8bfa783e2f24",
                "name": "fbomi"
              },
              {
                "id": "b7b371b2-9340-4787-b6da-383349e71cdf",
                "name": "t8eta"
              },
              {
                "id": "d274a867-5ae5-40a2-aec4-a01c6ca713cb",
                "name": "sl54v"
              }
            ]
          }
        }
      },
      "communication_template_stages": [
        {
          "data": {
            "id": "934fc7a1-6a9c-4624-9fe2-f6112bd48199",
            "type": "communications-template_stages",
            "attributes": {
              "email_body": "Reiciendis voluptatem sit et.",
              "email_subject": "6uyshyfmal",
              "slack_content": "Quasi vero repellendus corrupti.",
              "sms_content": "Magnam voluptatibus exercitationem quo.",
              "created_at": "2025-11-28T18:08:00.808-08:00",
              "updated_at": "2025-11-28T18:08:00.808-08:00",
              "communication_stage": {
                "id": "6b5a00b1-6dae-4339-a19a-910c918f3d34",
                "name": "id2cu"
              },
              "communication_template": {
                "id": "bf9e566c-a7d9-436c-8086-d9954ab2221c",
                "name": "kzpdd"
              }
            }
          }
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Communications Template ID

Response

communications template found

data
object
required