Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Communications Template ID
Response
communications template found
Shows details of a communications template
curl --request GET \
--url https://api.rootly.com/v1/communications/templates/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "d6556f11-d2e3-43e4-aac0-97dfe1a688d4",
"type": "communications-templates",
"attributes": {
"name": "x10of",
"slug": "x10of",
"description": "Consequatur dignissimos explicabo nihil.",
"position": 1,
"created_at": "2025-10-20T08:28:18.743-07:00",
"updated_at": "2025-10-20T08:28:18.743-07:00",
"communication_type_id": "6b09eddc-7465-447b-a116-e4d54b550c75",
"communication_type": {
"data": {
"id": "6b09eddc-7465-447b-a116-e4d54b550c75",
"type": "communications_types",
"attributes": {
"name": "6624k",
"slug": "6624k",
"description": "Ut possimus eos ipsa.",
"color": "#D7E7F5",
"position": 1,
"created_at": "2025-10-20T08:28:18.730-07:00",
"updated_at": "2025-10-20T08:28:18.730-07:00",
"communication_groups": [],
"communication_templates": [
{
"id": "d6556f11-d2e3-43e4-aac0-97dfe1a688d4",
"name": "x10of"
},
{
"id": "d1b12d83-3e53-4b28-aa75-a7d96ae8b9a6",
"name": "zby7k"
},
{
"id": "ef9d70dc-c2b1-443d-b30a-1a478d49995e",
"name": "bf2oe"
},
{
"id": "48a7fca2-d72f-4b89-bf05-977a2f4d75b2",
"name": "i7dr7"
},
{
"id": "c6757810-167f-490b-83f0-05eb92557f40",
"name": "rciux"
},
{
"id": "aa0bfe53-925c-4f0c-b46b-37bb01170296",
"name": "kprjh"
},
{
"id": "a02f1acf-52e1-43ce-be94-69c521eec1c5",
"name": "51b99"
},
{
"id": "ad082292-5ffb-4b49-882a-1a9344ff8f09",
"name": "4xvd4"
},
{
"id": "e6ff5676-1318-42b1-a81b-43679917f65a",
"name": "khmna"
},
{
"id": "dceb28c1-3ca9-4ca5-994c-2dbab25764a4",
"name": "0kwxf"
}
]
}
}
},
"communication_template_stages": [
{
"data": {
"id": "19f37815-fcc2-4401-99c4-03d501d22e97",
"type": "communications-template_stages",
"attributes": {
"email_body": "Nihil suscipit eos quo.",
"email_subject": "zseyl3b293",
"slack_content": "Debitis velit dolor voluptatem.",
"sms_content": "Sed dolorum commodi dolor.",
"created_at": "2025-10-20T08:28:18.755-07:00",
"updated_at": "2025-10-20T08:28:18.755-07:00",
"communication_stage": {
"id": "409ed144-4b13-4784-b65c-17e197fe6b1c",
"name": "hjnzd"
},
"communication_template": {
"id": "d6556f11-d2e3-43e4-aac0-97dfe1a688d4",
"name": "x10of"
}
}
}
}
]
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Communications Template ID
communications template found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/templates/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "d6556f11-d2e3-43e4-aac0-97dfe1a688d4",
"type": "communications-templates",
"attributes": {
"name": "x10of",
"slug": "x10of",
"description": "Consequatur dignissimos explicabo nihil.",
"position": 1,
"created_at": "2025-10-20T08:28:18.743-07:00",
"updated_at": "2025-10-20T08:28:18.743-07:00",
"communication_type_id": "6b09eddc-7465-447b-a116-e4d54b550c75",
"communication_type": {
"data": {
"id": "6b09eddc-7465-447b-a116-e4d54b550c75",
"type": "communications_types",
"attributes": {
"name": "6624k",
"slug": "6624k",
"description": "Ut possimus eos ipsa.",
"color": "#D7E7F5",
"position": 1,
"created_at": "2025-10-20T08:28:18.730-07:00",
"updated_at": "2025-10-20T08:28:18.730-07:00",
"communication_groups": [],
"communication_templates": [
{
"id": "d6556f11-d2e3-43e4-aac0-97dfe1a688d4",
"name": "x10of"
},
{
"id": "d1b12d83-3e53-4b28-aa75-a7d96ae8b9a6",
"name": "zby7k"
},
{
"id": "ef9d70dc-c2b1-443d-b30a-1a478d49995e",
"name": "bf2oe"
},
{
"id": "48a7fca2-d72f-4b89-bf05-977a2f4d75b2",
"name": "i7dr7"
},
{
"id": "c6757810-167f-490b-83f0-05eb92557f40",
"name": "rciux"
},
{
"id": "aa0bfe53-925c-4f0c-b46b-37bb01170296",
"name": "kprjh"
},
{
"id": "a02f1acf-52e1-43ce-be94-69c521eec1c5",
"name": "51b99"
},
{
"id": "ad082292-5ffb-4b49-882a-1a9344ff8f09",
"name": "4xvd4"
},
{
"id": "e6ff5676-1318-42b1-a81b-43679917f65a",
"name": "khmna"
},
{
"id": "dceb28c1-3ca9-4ca5-994c-2dbab25764a4",
"name": "0kwxf"
}
]
}
}
},
"communication_template_stages": [
{
"data": {
"id": "19f37815-fcc2-4401-99c4-03d501d22e97",
"type": "communications-template_stages",
"attributes": {
"email_body": "Nihil suscipit eos quo.",
"email_subject": "zseyl3b293",
"slack_content": "Debitis velit dolor voluptatem.",
"sms_content": "Sed dolorum commodi dolor.",
"created_at": "2025-10-20T08:28:18.755-07:00",
"updated_at": "2025-10-20T08:28:18.755-07:00",
"communication_stage": {
"id": "409ed144-4b13-4784-b65c-17e197fe6b1c",
"name": "hjnzd"
},
"communication_template": {
"id": "d6556f11-d2e3-43e4-aac0-97dfe1a688d4",
"name": "x10of"
}
}
}
}
]
}
}
}