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": "67d7d547-f1d4-48ac-81f0-46e0a597d7ac",
    "type": "communications_templates",
    "attributes": {
      "name": "emsfm",
      "slug": "emsfm",
      "description": "Quas cupiditate aut excepturi.",
      "position": 1,
      "created_at": "2026-01-09T17:11:16.284-08:00",
      "updated_at": "2026-01-09T17:11:16.284-08:00",
      "communication_type_id": "62d1b7c3-ec52-4c47-a68c-b39d9b449382",
      "communication_type": {
        "data": {
          "id": "62d1b7c3-ec52-4c47-a68c-b39d9b449382",
          "type": "communications_types",
          "attributes": {
            "name": "2cvka",
            "slug": "2cvka",
            "description": "Adipisci omnis deserunt quibusdam.",
            "color": "#F4CFD1",
            "position": 1,
            "created_at": "2026-01-09T17:11:16.276-08:00",
            "updated_at": "2026-01-09T17:11:16.276-08:00",
            "communication_groups": [],
            "communication_templates": [
              {
                "id": "67d7d547-f1d4-48ac-81f0-46e0a597d7ac",
                "name": "emsfm"
              },
              {
                "id": "e87ab413-5de1-4320-b97b-4d7314c578cf",
                "name": "888ll"
              },
              {
                "id": "26bee159-e39f-4b57-a790-e6efffabe032",
                "name": "vj853"
              },
              {
                "id": "32c2a154-4be1-4e23-9b97-5f7760106d0a",
                "name": "gttkz"
              },
              {
                "id": "dbcb4c5e-412d-4b21-b339-22d00550baae",
                "name": "w2iao"
              },
              {
                "id": "d6e89479-468e-4a8d-9e9d-604fb8105c40",
                "name": "et3nu"
              },
              {
                "id": "82c880c6-0d41-46bb-a83b-f922e5492942",
                "name": "pjq12"
              },
              {
                "id": "798daf3e-a5d4-4fbc-b32f-9067f5f180ff",
                "name": "638g3"
              },
              {
                "id": "15eafcba-bd23-44df-87ae-7832c67061c9",
                "name": "9fxk6"
              },
              {
                "id": "34c5d6c5-a08f-408e-88e7-ee60e4a9b0be",
                "name": "5aer5"
              }
            ]
          }
        }
      },
      "communication_template_stages": [
        {
          "data": {
            "id": "3984ffee-80d5-431a-a382-4ca15b113156",
            "type": "communications-template_stages",
            "attributes": {
              "email_body": "Consequatur dolorem ea porro.",
              "email_subject": "ei2eyiwlhq",
              "slack_content": "Eligendi cum rerum impedit.",
              "sms_content": "Sit voluptates aut in.",
              "created_at": "2026-01-09T17:11:16.295-08:00",
              "updated_at": "2026-01-09T17:11:16.295-08:00",
              "communication_stage": {
                "id": "bd4d6b7a-d938-4043-8969-7e6d8a9efc8c",
                "name": "x6j9o"
              },
              "communication_template": {
                "id": "67d7d547-f1d4-48ac-81f0-46e0a597d7ac",
                "name": "emsfm"
              }
            }
          }
        }
      ]
    }
  }
}

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