Advanced Search
Search Results
32 total results found
Submit a template for review
Request API Domain https://api.incsapp.com API Route /external/templates/rcs Method POST Headers Content-Type: application/json certification-code: f484bd42-4a0c-39d.... Parameters Parameter Type Mandatory Description Remarks name string Yes Tem...
Get Template Details
Request API Domain https://api.incsapp.com API Route /external/templates/rcs/{template_id} Method GET Headers certification-code: f484bd42-4a0c-39d.... Parameters - Response Sample Successful Response { "status": "success", "code": 200, "me...
Fetch templates list
Request API Domain https://api.incsapp.com API Route /external/templates/rcs Method GET Headers certification-code: f484bd42-4a0c-39d.... Parameters Parameter Type Mandatory Description last_id string No template_id of the last record on the pre...
Delete a Template
Request API Domain https://api.incsapp.com API Route /external/templates/rcs/{template_id} Method DELETE Headers certification-code: f484bd42-4a0c-39d.... Parameters - Response Sample Successful Response { "status": "success", "code": 200, ...
New Message Webhook (RCS)
Webhook Request Method POST Webhook Payload Parameter Type Description event string This is set to "new_message". message object Message data. Webhook Sample { "event": "new_message", "business_phone": "", "message": { "sender...
Message Status Webhook
Webhook Request Method POST Webhook Payload Parameter type Mandatory Description event string Yes This is set to "message_status_update" business_phone string No Business phone number message_id string Yes Message ID message_status string Yes Me...
Send RCS messages
Request API Domain https://api.incsapp.com API Route /external/messages/rcs Method POST Headers Content-Type: application/json certification-code: f484bd42-4a0c-39d.... Parameters The below two fields are common in all messages. Parameter Type Manda...
获取Token
域名 https://api.incsapp.com 请求路由 /external/auth/token 请求方式 POST 请求头 Content-Type: application/json 请求参数 参数名 类型 必填 描述 username string 是 admin 账号 password string 是 密码 响应示例 { "status": "success", "code": 200, "message": "", "dat...
创建并分配任务
域名 https://api.incsapp.com 请求路由 /external/tasks 请求方式 POST 请求头 Content-Type: application/json Authorization: Bearer a06b3b2d7f762.... 请求参数 请求参数列表 参数名 类型 必填 描述 name string 是 任务名称,限256字符 description string 否 任务描述,限256字符 type int 是 任务类型,这里固定为3(消...
获取消息状态
域名 https://chat-api.incsapp.com 请求路由 /external/messages/status 请求方式 GET 请求头 certification-code: af92196e-0d07-3c1d-a631-a71c... 请求参数 请求参数列表 参数名 类型 必填 描述 message_ids string 是 消息id列表,必须是以英文逗号分隔的字符串,最多100个消息id。如:message_ids=wamid.HBgNNjI4MTUxOTE0MD...
INCS 消息回调
回调说明 INCS 定义的消息格式 使用INCS工作台接收和回复消息时,可以设置该回调 回调请求方式 POST 回调内容 回调分为 消息创建 和 消息状态更新 回调 1. 消息创建(message_created) 参数说明 参数名 类型 必传 描述 event string 是 此处为 "message_created",发送和接收消息时触发该回调 message object 是 INCS 定义的消息格式 message 结构说明 参数名 类型 必传 描述 id...
获取任务列表
域名 https://api.incsapp.com 请求路由 /external/tasks 请求方式 GET 请求头 Content-Type: application/json Authorization: Bearer a06b3b2d7f762.... 请求参数 请求参数列表 参数名 类型 必填 描述 task_id int 否 查询任务id creation_id int 否 查询任务批次id type int 否 查询任务类型 status int 否 查询任...