SalesEpoch-Open Api
  1. 群发(V2)
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. 群发(V2)

批量更新客服号信息(客服号需在线)

开发中
线上环境
http://wascrm.socialepoch.com
线上环境
http://wascrm.socialepoch.com
POST
/wscrm-bus-api/openapi/whatsapp/batchUpdate

请求参数

Header 参数
Content-Type
string 
必需
默认值:
application/json
Body 参数application/json
object {0}
示例
{
    "tenantId": "{{tenantId}}",
    "userName": "{{userName}}",
    "createTime": "{{createTime}}",
    "token": "{{token}}",
    "whatsAppList": [
        {
            "whatsApp": "8615266290625",
            "name": "lee",
            "avatar": "wwww.baiux.com/1.img"
        }
    ]
}

示例代码

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/openapi/whatsapp/batchUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tenantId": "503632",
    "userName": "ALT000",
    "createTime": "2022-09-16 11:57:10",
    "token": "05a376fa833e90fe02fd0a9c4fa1ba2b",
    "whatsAppList": [
        {
            "whatsApp": "8615266290625",
            "name": "lee",
            "avatar": "wwww.baiux.com/1.img"
        }
    ]
}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
上一页
手机端群发个人-多目标多内容
下一页
查询群发任务执行状态
Built with