{
  "item": [
    {
      "id": "c7e07a7f-41b2-47c2-beb9-489d6f3046af",
      "name": "Templates",
      "description": {
        "content": "RCS template management (CRUD)",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6efff553-3b1d-4654-af7b-0befef92c36f",
          "name": "List templates",
          "request": {
            "name": "List templates",
            "description": {
              "content": "Returns RCS templates with pagination, filters and sorting.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "message-server",
                "rcs",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "search",
                  "value": "string",
                  "description": "Full-text search on name and description"
                },
                {
                  "disabled": false,
                  "key": "id",
                  "value": "3538",
                  "description": "Filter by template ID"
                },
                {
                  "disabled": false,
                  "key": "name",
                  "value": "string",
                  "description": "Filter by template name"
                },
                {
                  "disabled": false,
                  "key": "description",
                  "value": "string",
                  "description": "Filter by description"
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "CAROUSEL",
                  "description": "Filter by template type"
                },
                {
                  "disabled": false,
                  "key": "enabled",
                  "value": "0",
                  "description": "Filter by enabled status (0 = disabled, 1 = enabled)"
                },
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "string",
                  "description": "Field to sort results by"
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "asc",
                  "description": "Sort order"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10",
                  "description": "Maximum number of items per page"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "0",
                  "description": "Page number (0-based)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "4a2f7000-3344-4635-8aa3-cc03f2fc4444",
              "name": "Template list",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "id",
                      "value": "3538"
                    },
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "description",
                      "value": "string"
                    },
                    {
                      "key": "type",
                      "value": "CAROUSEL"
                    },
                    {
                      "key": "enabled",
                      "value": "0"
                    },
                    {
                      "key": "sortBy",
                      "value": "string"
                    },
                    {
                      "key": "sortOrder",
                      "value": "asc"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "page",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"rcs_welcome\",\n      \"description\": \"Template di benvenuto\",\n      \"type\": \"TEXT\",\n      \"enabled\": true,\n      \"body\": {\n        \"text\": \"Ciao {name}! Benvenuto.\",\n        \"fallbackSms\": {\n          \"sender\": \"AZIENDA\",\n          \"text\": \"Ciao {name}! Benvenuto.\"\n        }\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c61f6e68-4448-4c7d-9233-6731cf846ed4",
              "name": "Invalid or missing credentials",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "string"
                    },
                    {
                      "key": "id",
                      "value": "3538"
                    },
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "description",
                      "value": "string"
                    },
                    {
                      "key": "type",
                      "value": "CAROUSEL"
                    },
                    {
                      "key": "enabled",
                      "value": "1"
                    },
                    {
                      "key": "sortBy",
                      "value": "string"
                    },
                    {
                      "key": "sortOrder",
                      "value": "asc"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "page",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"fail\",\n  \"data\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "14cb9bd7-ca1e-43cd-8b00-0435c00b7f14",
          "name": "Create template",
          "request": {
            "name": "Create template",
            "description": {
              "content": "Creates a new RCS template. The `body` field varies based on the specified `type`:\n\n- **TEXT**: plain text with optional suggestions\n- **CARD**: rich card with media, title and description\n- **CAROUSEL**: carousel of cards with media\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "message-server",
                "rcs",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"rcs_welcome\",\n  \"description\": \"Template di benvenuto\",\n  \"type\": \"TEXT\",\n  \"body\": {\n    \"text\": \"Ciao {name}! Benvenuto.\",\n    \"fallbackSms\": {\n      \"sender\": \"AZIENDA\",\n      \"text\": \"Ciao {name}! Benvenuto.\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8e6ce282-2aa6-45bf-85f7-06a41c95035e",
              "name": "Template created",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"rcs_welcome\",\n  \"description\": \"Template di benvenuto\",\n  \"type\": \"TEXT\",\n  \"body\": {\n    \"text\": \"Ciao {name}! Benvenuto.\",\n    \"fallbackSms\": {\n      \"sender\": \"AZIENDA\",\n      \"text\": \"Ciao {name}! Benvenuto.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": 9293,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"type\": \"CAROUSEL\",\n  \"enabled\": false,\n  \"body\": {\n    \"text\": \"string\",\n    \"suggestions\": [\n      {\n        \"type\": \"string\",\n        \"text\": \"string\",\n        \"reply\": {},\n        \"url\": {\n          \"url\": \"string\"\n        },\n        \"dial\": {\n          \"phoneNumber\": \"string\"\n        },\n        \"locationCoordinates\": {\n          \"latitude\": 7228.609412980659,\n          \"longitude\": 4293.871380498863,\n          \"label\": \"string\"\n        },\n        \"locationQuery\": {\n          \"query\": \"string\"\n        },\n        \"calendar\": {\n          \"startTime\": \"1967-08-04T10:35:08.267Z\",\n          \"endTime\": \"1967-10-07T15:13:14.992Z\",\n          \"title\": \"string\",\n          \"description\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"text\": \"string\",\n        \"reply\": {},\n        \"url\": {\n          \"url\": \"string\"\n        },\n        \"dial\": {\n          \"phoneNumber\": \"string\"\n        },\n        \"locationCoordinates\": {\n          \"latitude\": 3528.7561592223824,\n          \"longitude\": 1672.3507806778016,\n          \"label\": \"string\"\n        },\n        \"locationQuery\": {\n          \"query\": \"string\"\n        },\n        \"calendar\": {\n          \"startTime\": \"2016-05-16T10:15:46.035Z\",\n          \"endTime\": \"1947-11-20T01:58:55.676Z\",\n          \"title\": \"string\",\n          \"description\": \"string\"\n        }\n      }\n    ],\n    \"ttlSeconds\": 2411,\n    \"fallbackSms\": {\n      \"sender\": \"string\",\n      \"text\": \"string\"\n    },\n    \"fallbackWhatsApp\": {\n      \"phoneNumberId\": 6630,\n      \"body\": {},\n      \"template\": {}\n    }\n  },\n  \"createdAt\": \"2017-08-29T22:04:55.304Z\",\n  \"updatedAt\": \"1953-07-22T13:58:14.719Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3ab0074-cf75-4b4c-b1a2-8fc9df85ddec",
              "name": "Invalid request",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"rcs_welcome\",\n  \"description\": \"Template di benvenuto\",\n  \"type\": \"TEXT\",\n  \"body\": {\n    \"text\": \"Ciao {name}! Benvenuto.\",\n    \"fallbackSms\": {\n      \"sender\": \"AZIENDA\",\n      \"text\": \"Ciao {name}! Benvenuto.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"fail\",\n  \"data\": {\n    \"name\": \"'name' can't be blank\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7306859c-9b7c-43b7-aa1d-d4cc77b47a47",
              "name": "Invalid or missing credentials",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"rcs_welcome\",\n  \"description\": \"Template di benvenuto\",\n  \"type\": \"TEXT\",\n  \"body\": {\n    \"text\": \"Ciao {name}! Benvenuto.\",\n    \"fallbackSms\": {\n      \"sender\": \"AZIENDA\",\n      \"text\": \"Ciao {name}! Benvenuto.\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"fail\",\n  \"data\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7d8f4fe2-2b88-47f0-87dd-88a4a1f9a1fd",
          "name": "Template details",
          "request": {
            "name": "Template details",
            "description": {
              "content": "Returns the full details of an RCS template.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "message-server",
                "rcs",
                "templates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "3538",
                  "key": "id",
                  "description": "(Required) RCS template ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "22f5deb4-e7d8-42b5-9ac8-d68d1653a0bc",
              "name": "Template details",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3538",
                      "key": "id",
                      "description": "(Required) RCS template ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": 9293,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"type\": \"CAROUSEL\",\n  \"enabled\": false,\n  \"body\": {\n    \"text\": \"string\",\n    \"suggestions\": [\n      {\n        \"type\": \"string\",\n        \"text\": \"string\",\n        \"reply\": {},\n        \"url\": {\n          \"url\": \"string\"\n        },\n        \"dial\": {\n          \"phoneNumber\": \"string\"\n        },\n        \"locationCoordinates\": {\n          \"latitude\": 7228.609412980659,\n          \"longitude\": 4293.871380498863,\n          \"label\": \"string\"\n        },\n        \"locationQuery\": {\n          \"query\": \"string\"\n        },\n        \"calendar\": {\n          \"startTime\": \"1967-08-04T10:35:08.267Z\",\n          \"endTime\": \"1967-10-07T15:13:14.992Z\",\n          \"title\": \"string\",\n          \"description\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"text\": \"string\",\n        \"reply\": {},\n        \"url\": {\n          \"url\": \"string\"\n        },\n        \"dial\": {\n          \"phoneNumber\": \"string\"\n        },\n        \"locationCoordinates\": {\n          \"latitude\": 3528.7561592223824,\n          \"longitude\": 1672.3507806778016,\n          \"label\": \"string\"\n        },\n        \"locationQuery\": {\n          \"query\": \"string\"\n        },\n        \"calendar\": {\n          \"startTime\": \"2016-05-16T10:15:46.035Z\",\n          \"endTime\": \"1947-11-20T01:58:55.676Z\",\n          \"title\": \"string\",\n          \"description\": \"string\"\n        }\n      }\n    ],\n    \"ttlSeconds\": 2411,\n    \"fallbackSms\": {\n      \"sender\": \"string\",\n      \"text\": \"string\"\n    },\n    \"fallbackWhatsApp\": {\n      \"phoneNumberId\": 6630,\n      \"body\": {},\n      \"template\": {}\n    }\n  },\n  \"createdAt\": \"2017-08-29T22:04:55.304Z\",\n  \"updatedAt\": \"1953-07-22T13:58:14.719Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eadb1e82-c664-4269-9e61-c71547fd57a9",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3538",
                      "key": "id",
                      "description": "(Required) RCS template ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"fail\",\n  \"data\": \"Resource not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "223fab3c-e888-402e-bb14-ed17818bfa48",
          "name": "Update template",
          "request": {
            "name": "Update template",
            "description": {
              "content": "Updates an existing RCS template. All fields are optional; only the provided fields are updated.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "message-server",
                "rcs",
                "templates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "3538",
                  "key": "id",
                  "description": "(Required) RCS template ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"rcs_welcome_v2\",\n  \"description\": \"Template di benvenuto aggiornato\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6ae98a77-9b34-43cd-88ef-3981d9f5fe60",
              "name": "Template updated",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3538",
                      "key": "id",
                      "description": "(Required) RCS template ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"rcs_welcome_v2\",\n  \"description\": \"Template di benvenuto aggiornato\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": 9293,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"type\": \"CAROUSEL\",\n  \"enabled\": false,\n  \"body\": {\n    \"text\": \"string\",\n    \"suggestions\": [\n      {\n        \"type\": \"string\",\n        \"text\": \"string\",\n        \"reply\": {},\n        \"url\": {\n          \"url\": \"string\"\n        },\n        \"dial\": {\n          \"phoneNumber\": \"string\"\n        },\n        \"locationCoordinates\": {\n          \"latitude\": 7228.609412980659,\n          \"longitude\": 4293.871380498863,\n          \"label\": \"string\"\n        },\n        \"locationQuery\": {\n          \"query\": \"string\"\n        },\n        \"calendar\": {\n          \"startTime\": \"1967-08-04T10:35:08.267Z\",\n          \"endTime\": \"1967-10-07T15:13:14.992Z\",\n          \"title\": \"string\",\n          \"description\": \"string\"\n        }\n      },\n      {\n        \"type\": \"string\",\n        \"text\": \"string\",\n        \"reply\": {},\n        \"url\": {\n          \"url\": \"string\"\n        },\n        \"dial\": {\n          \"phoneNumber\": \"string\"\n        },\n        \"locationCoordinates\": {\n          \"latitude\": 3528.7561592223824,\n          \"longitude\": 1672.3507806778016,\n          \"label\": \"string\"\n        },\n        \"locationQuery\": {\n          \"query\": \"string\"\n        },\n        \"calendar\": {\n          \"startTime\": \"2016-05-16T10:15:46.035Z\",\n          \"endTime\": \"1947-11-20T01:58:55.676Z\",\n          \"title\": \"string\",\n          \"description\": \"string\"\n        }\n      }\n    ],\n    \"ttlSeconds\": 2411,\n    \"fallbackSms\": {\n      \"sender\": \"string\",\n      \"text\": \"string\"\n    },\n    \"fallbackWhatsApp\": {\n      \"phoneNumberId\": 6630,\n      \"body\": {},\n      \"template\": {}\n    }\n  },\n  \"createdAt\": \"2017-08-29T22:04:55.304Z\",\n  \"updatedAt\": \"1953-07-22T13:58:14.719Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef49a5dc-077b-455f-a4e5-dbc03cc905b1",
              "name": "Invalid request",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3538",
                      "key": "id",
                      "description": "(Required) RCS template ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"rcs_welcome_v2\",\n  \"description\": \"Template di benvenuto aggiornato\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"fail\",\n  \"data\": {\n    \"name\": \"'name' can't be blank\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3472d69c-a1c2-4be7-b345-31ad741a9c6e",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3538",
                      "key": "id",
                      "description": "(Required) RCS template ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"rcs_welcome_v2\",\n  \"description\": \"Template di benvenuto aggiornato\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"fail\",\n  \"data\": \"Resource not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc660bc8-9db7-4c85-b691-f149f09be1d7",
          "name": "Delete template",
          "request": {
            "name": "Delete template",
            "description": {
              "content": "Deletes an RCS template.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "message-server",
                "rcs",
                "templates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "3538",
                  "key": "id",
                  "description": "(Required) RCS template ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "2e76b377-43ed-4b0a-a249-1110b13db56c",
              "name": "Template deleted",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3538",
                      "key": "id",
                      "description": "(Required) RCS template ID"
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9b2ca85d-f19a-45a9-a4d3-0bc7661f2d33",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "message-server",
                    "rcs",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3538",
                      "key": "id",
                      "description": "(Required) RCS template ID"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"fail\",\n  \"data\": \"Resource not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://lora-api.agiletelecom.com",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "YOUR_API_KEY",
      "type": "string"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-Api-Key",
        "type": "string"
      },
      {
        "key": "value",
        "value": "{{apiKey}}",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "info": {
    "_postman_id": "b79a0138-25fb-4865-916e-50fc4ff77bff",
    "name": "AgileTelecom RCS Template API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "REST API for RCS template management. Supports three template types: TEXT (plain text), CARD (rich card with media) and CAROUSEL (card carousel). Each template can include interactive suggestions and fallback configuration for WhatsApp and SMS.\n\nContact Support:\n Name: AgileTelecom",
      "type": "text/plain"
    }
  }
}
