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": "9239ae99-4a46-4631-91e0-c23a673d23a2",
    "type": "communications_templates",
    "attributes": {
      "name": "f66mu",
      "slug": "f66mu",
      "description": "Labore dolore eum beatae.",
      "position": 1,
      "created_at": "2026-01-30T02:46:35.151-08:00",
      "updated_at": "2026-01-30T02:46:35.151-08:00",
      "communication_type_id": "d8f5f10f-37af-40c4-bf09-465a1beda3ff",
      "communication_type": {
        "data": {
          "id": "d8f5f10f-37af-40c4-bf09-465a1beda3ff",
          "type": "communications_types",
          "attributes": {
            "name": "epruj",
            "slug": "epruj",
            "description": "Totam id magnam qui.",
            "color": "#F5D9C4",
            "position": 1,
            "created_at": "2026-01-30T02:46:35.138-08:00",
            "updated_at": "2026-01-30T02:46:35.138-08:00",
            "communication_groups": [],
            "communication_templates": [
              {
                "id": "9239ae99-4a46-4631-91e0-c23a673d23a2",
                "name": "f66mu"
              },
              {
                "id": "3a8b8dcd-91c0-43ef-a206-e3b634a4cb76",
                "name": "f9jfw"
              },
              {
                "id": "e5e28da4-fabe-4615-9d96-eeaceed0cf36",
                "name": "zyf3h"
              },
              {
                "id": "31beb9f4-4092-42a4-8011-388645343a07",
                "name": "pxevo"
              },
              {
                "id": "3846a5c8-fe0a-4bf2-9aaf-4ff531763a1b",
                "name": "368rl"
              },
              {
                "id": "b1cc0c09-a50c-4005-9a19-81bee3061ad8",
                "name": "1pt2l"
              },
              {
                "id": "5988a07e-d828-4056-83d6-aebf2dbe2178",
                "name": "d7fkh"
              },
              {
                "id": "43f4d519-8e8f-43eb-9145-c7b89bd5b888",
                "name": "02itq"
              },
              {
                "id": "94662014-7c37-4e19-9bd4-e14a80405504",
                "name": "ll8ov"
              },
              {
                "id": "c7af394f-31b7-496a-a3c9-7519e0776240",
                "name": "0o8l4"
              }
            ]
          }
        }
      },
      "communication_template_stages": [
        {
          "data": {
            "id": "6cb2b49f-e7f5-4ece-9975-c4f155b10a2c",
            "type": "communications_template_stages",
            "attributes": {
              "email_body": "Quia hic alias quas.",
              "email_subject": "0vbatus0jv",
              "slack_content": "Iure blanditiis assumenda velit.",
              "sms_content": "Quos ea laudantium error.",
              "created_at": "2026-01-30T02:46:35.161-08:00",
              "updated_at": "2026-01-30T02:46:35.161-08:00",
              "communication_stage": {
                "id": "c54dad1f-05ca-4ddd-b3f0-4e71a4fbbae7",
                "name": "hkoau"
              },
              "communication_template": {
                "id": "9239ae99-4a46-4631-91e0-c23a673d23a2",
                "name": "f66mu"
              }
            }
          }
        }
      ]
    }
  }
}

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