SalesEpoch-Open Api
  1. 筛号测试
SalesEpoch-Open Api
  • 在线文档使用说明
  • 群发(v1)
    • 新建群发任务
      POST
  • 客户导入
    • 客户单坐席导入接口
      PUT
    • 客户单坐席导入接口(不带导入池)
      POST
    • 客户批量导入接口(带导入池)
      POST
  • 群发(V2)
    • 手机端群发个人-单目标单内容
      POST
    • 手机端群发个人-单目标多内容
      POST
    • 手机端群发个人-多目标单内容
      POST
    • 手机端群发个人-多目标多内容
      POST
    • 批量更新客服号信息(客服号需在线)
      POST
    • 查询群发任务执行状态
      POST
    • 查询在线的坐席、客服号
      POST
    • 查询客服号最新状态
      POST
    • 手机端群发个人-多目标多内容 Copy
      POST
  • 筛号测试
    • 创建筛号接口
      POST
    • 查询结果接口
      GET
  • AI
    • AI翻译接口
      POST
  1. 筛号测试

创建筛号接口

测试中
线上环境
http://wascrm.socialepoch.com
线上环境
http://wascrm.socialepoch.com
POST
/wscrm-bus-api/open/scan/api/screenWhatsApp

请求参数

Header 参数
Content-Type
string 
必需
默认值:
application/json
Body 参数application/json
country
string 
必需
type
integer 
必需
activeType
integer 
必需
data
array[string]
必需
tenantId
integer 
必需
userId
integer 
必需
token
string 
必需
userName
string 
必需
createTime
string 
必需
示例
{
    "country": "string",
    "type": 0,
    "activeType": 0,
    "data": [
        "string"
    ],
    "tenantId": 0,
    "userId": 0,
    "token": "string",
    "userName": "string",
    "createTime": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://wascrm.socialepoch.com/wscrm-bus-api/open/scan/api/screenWhatsApp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "country": "string",
    "type": 0,
    "activeType": 0,
    "data": [
        "string"
    ],
    "tenantId": 0,
    "userId": 0,
    "token": "string",
    "userName": "string",
    "createTime": "string"
}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
上一页
手机端群发个人-多目标多内容 Copy
下一页
查询结果接口
Built with