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": "a0840c90-a46b-4390-b531-b587ae221123",
    "type": "communications-templates",
    "attributes": {
      "name": "rmyl5",
      "slug": "rmyl5",
      "description": "Architecto corrupti modi distinctio.",
      "position": 1,
      "created_at": "2025-09-29T15:24:43.959-07:00",
      "updated_at": "2025-09-29T15:24:43.959-07:00",
      "communication_type_id": "86b90483-c37a-4600-9308-b676ef0d0cc2",
      "communication_type": {
        "data": {
          "id": "86b90483-c37a-4600-9308-b676ef0d0cc2",
          "type": "communications_types",
          "attributes": {
            "name": "piser",
            "slug": "piser",
            "description": "Nisi et unde est.",
            "color": "#D7F5E1",
            "position": 1,
            "created_at": "2025-09-29T15:24:43.946-07:00",
            "updated_at": "2025-09-29T15:24:43.946-07:00",
            "communication_groups": [],
            "communication_templates": [
              {
                "id": "a0840c90-a46b-4390-b531-b587ae221123",
                "name": "rmyl5"
              },
              {
                "id": "3777666b-966b-45fd-9a6c-3280a62cc338",
                "name": "8hr8b"
              },
              {
                "id": "695551ef-87d8-470b-a66b-ee30f05687d7",
                "name": "3vm8a"
              },
              {
                "id": "a50e91c0-789a-4516-8164-cb1d21c2bab7",
                "name": "y0qd5"
              },
              {
                "id": "626e9713-1e39-4247-87d3-ebd025c920ac",
                "name": "glsyi"
              },
              {
                "id": "acd3b684-f07c-4c7c-8623-fdda4ea35bd4",
                "name": "opbw9"
              },
              {
                "id": "a360c5ff-aabe-4320-b79c-ea472dbcd658",
                "name": "k89lh"
              },
              {
                "id": "d23aa375-44bf-4e39-9f49-7a4f1743df94",
                "name": "9njul"
              },
              {
                "id": "6330169b-b587-4724-9d01-1c5b83adea64",
                "name": "9ddp0"
              },
              {
                "id": "e5844ba0-5dcf-46c3-8b50-222ce15a2664",
                "name": "p4kxu"
              }
            ]
          }
        }
      },
      "communication_template_stages": [
        {
          "data": {
            "id": "c92f686b-66d3-4d18-bf2c-cb2e6c8dad38",
            "type": "communications-template_stages",
            "attributes": {
              "email_body": "Cupiditate est est tenetur.",
              "email_subject": "3vfppupmqw",
              "slack_content": "Et eius quam quia.",
              "sms_content": "Aspernatur rerum debitis aut.",
              "created_at": "2025-09-29T15:24:43.972-07:00",
              "updated_at": "2025-09-29T15:24:43.972-07:00",
              "communication_stage": {
                "id": "84af8b3e-9f7c-4b75-a814-af72bfe1b442",
                "name": "h1fpn"
              },
              "communication_template": {
                "id": "a0840c90-a46b-4390-b531-b587ae221123",
                "name": "rmyl5"
              }
            }
          }
        }
      ]
    }
  }
}

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