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
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
  1. 客户导入

客户单坐席导入接口

开发中
线上环境
http://wascrm.socialepoch.com
线上环境
http://wascrm.socialepoch.com
PUT
/wscrm-bus-api/wscrm-bus-api/customer/api/import

请求参数

Header 参数

Body 参数application/json

示例
{
    "tenantId": 0,
    "userName": "string",
    "data": [
        {
            "whatsApp": "string",
            "friendName": "string",
            "sex": "string",
            "birthday": "string",
            "address": "string",
            "email": "string",
            "profession": "string",
            "income": "string",
            "desc": "string",
            "tabName": "string",
            "stage": "string",
            "source": "string",
            "哈嗨": "string",
            "扩展字段1": "string",
            "languageTag": "string",
            "welcome": "string"
        }
    ],
    "token": "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 PUT 'http://wascrm.socialepoch.com/wscrm-bus-api/wscrm-bus-api/customer/api/import' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tenantId": 0,
    "userName": "string",
    "data": [
        {
            "whatsApp": "string",
            "friendName": "string",
            "sex": "string",
            "birthday": "string",
            "address": "string",
            "email": "string",
            "profession": "string",
            "income": "string",
            "desc": "string",
            "tabName": "string",
            "stage": "string",
            "source": "string",
            "哈嗨": "string",
            "扩展字段1": "string",
            "languageTag": "string",
            "welcome": "string"
        }
    ],
    "token": "string",
    "createTime": "string"
}'

返回响应

🟢200OK
application/json
Body

示例
{}
修改于 2023-08-01 03:02:25
上一页
新建群发任务
下一页
客户单坐席导入接口(不带导入池)
Built with