Skip to main content

获取模板列表

域名

  • https://api.incsapp.com

请求路由

  • /external/templates/rcs

请求方式

  • GET

请求头

  • certification-code: f484bd42-4a0c-39d....

请求参数

请求参数列表

参数名 类型 必填 描述
last_id string 上一页的最后一条数据 template_id
count int 每页数据量,默认10,最大为100条

响应

成功响应示例

  • 响应说明参见模板资源说明
{
    "status": "success",
    "code": 200,
    "message": "",
    "data": [
        {
            "template_id": "2217670963801515124",
            "name": "api_4_carousel_image",
            "type": "carousel",
            "status": "APPROVED",
            "content": {
                "height": "SHORT",
                "width": "MEDIUM",
                "carouselCard": [
                    {
                        "cardTitle": "New watches",
                        "cardDescription": "Dear [name] brand new watches for less price",
                        "mediaUrl": "https://incs-test.oss-ap-southeast-1.aliyuncs.com/chat/images/eb9872d5-b1d3-4e97-8c86-75b0495fa8f1.png?x-oss-process=image/crop,w_1200,h_480,g_center",
                        "suggestions": [
                            {
                                "suggestionType": "url_action",
                                "url": "https://www.infin80linx.co.id",
                                "text": "Buy Now at [offer_1]",
                                "postbackData": "shop_url"
                            }
                        ]
                    },
                    {
                        "cardTitle": "New perfumes",
                        "cardDescription": "Dear [name], Choose from brand new perfumes.",
                        "mediaUrl": "https://incs-test.oss-ap-southeast-1.aliyuncs.com/chat/images/eb9872d5-b1d3-4e97-8c86-75b0495fa8f1.png?x-oss-process=image/crop,w_1200,h_480,g_center",
                        "suggestions": [
                            {
                                "suggestionType": "dialer_action",
                                "phoneNumber": "+6281519140200",
                                "text": "Call now",
                                "postbackData": "call_click"
                            }
                        ]
                    }
                ]
            },
            "created_time": 1767096381,
            "updated_time": 1767337736,
            "status_updated_time": 1767337733
        },
        {
            "template_id": "2217670951241515121",
            "name": "api_4_standalone_image",
            "type": "richcard",
            "status": "APPROVED",
            "content": {
                "orientation": "VERTICAL",
                "height": "SHORT",
                "standaloneCard": {
                    "cardTitle": "Keep calm & BAT on!",
                    "cardDescription": "Dear [name], time to participate in lucky draw and win prizes",
                    "mediaUrl": "https://incs-test.oss-ap-southeast-1.aliyuncs.com/chat/videos/6943e9cea07d7.mp4",
                    "thumbnailUrl": "",
                    "suggestions": [
                        {
                            "suggestionType": "reply",
                            "text": "Avail offer [offer_name]",
                            "postbackData": "offer_reply"
                        }
                    ]
                }
            },
            "created_time": 1767095125,
            "updated_time": 1767337727,
            "status_updated_time": 1767337724
        },
        {
            "template_id": "2217670929841515117",
            "name": "api_3",
            "type": "text",
            "status": "APPROVED",
            "content": {
                "textMessage": "text template with parameters [name] and suggestions",
                "suggestions": [
                    {
                        "suggestionType": "reply",
                        "text": "Need [service_name]?",
                        "postbackData": "click_reply"
                    },
                    {
                        "suggestionType": "url_action",
                        "url": "https://www.infin80linx.co.id/",
                        "text": "Visit our Website",
                        "postbackData": "url_click"
                    },
                    {
                        "suggestionType": "dialer_action",
                        "phoneNumber": "+6281519236680",
                        "text": "Call Now",
                        "postbackData": "call_now"
                    }
                ]
            },
            "created_time": 1767092985,
            "updated_time": 1767337721,
            "status_updated_time": 1767337718
        }
    ],
    "error": {}
}