信风
  1. AI搜索任务管理
信风
  • 信风api
    • 用户管理
      • 更新用户邮箱
      • 更新域名黑名单
    • 海关数据管理
      • 搜索海关数据
    • 搜域名
      • 搜索潜客个人信息
      • 搜索潜客人员列表
    • AI搜索任务管理
      • 更新任务模板
        POST
      • 开始/恢复客户任务
        POST
      • 暂停客户任务
        POST
      • 创建搜企业任务
        POST
      • 创建搜展商任务
        POST
      • 创建搜项目任务
        POST
      • 上传名册/名片任务
        POST
      • 获取搜索数据
        GET
      • 获取任务详情
        GET
      • 获取统计信息
        GET
      • 获取运行任务数量
        GET
      • 获取用户的数据列表
        GET
      • 获取客户任务列表
        GET
      • 修改数据发送状态
        GET
    • WhatsApp任务管理
      • 创建WhatsApp任务
      • 获取WhatsApp任务列表
    • 客户数据管理
      • 查询电话数据
      • 深度解锁
      • 客户数据反馈
    • CRM客户关系管理
      • 批量修改数据标签
      • 获取CRM任务列表
      • 批量停止发送
      • 批量开启发送
      • 获取CRM客户列表
      • 获取CRM客户ID列表
      • 创建WhatsApp任务
      • 创建邮件任务
      • 创建电话任务
      • 批量修改标签
      • 归档客户数据
      • 新增标签
      • 更新任务名称
      • 获取类型映射
      • 获取数据触达方式类型
      • 获取标签映射
      • 获取标签列表
      • 获取CRM客户联络详情
      • 删除标签
      • 获取国家列表
      • 获取国家列表映射
    • 条件筛选管理
      • 获取排序条件
      • 获取筛选条件
    • 域名管理
      • 获取邮箱域名列表
      • 获取邮箱域名
      • 删除邮箱域名
      • 创建邮箱域名
    • 邮件模板管理
      • 验证邮箱
      • 更新模板
      • 创建模板
      • 获取模板
      • 获取模板列表
      • 获取邮件发送内容
    • WhatsApp模板管理
      • 更新WhatsApp模板ID
      • 更新WhatsApp模板
      • 创建WhatsApp模板
      • 获取WhatsApp模板详情
      • 删除WhatsApp模板
    • AI语音电话管理
      • 获取语音列表
      • 保存语音Agent
      • 获取语言列表
      • 创建通话任务
      • 获取通话任务列表
      • 获取通话记录列表
      • 获取通话统计
      • 获取语音Agent列表
      • 获取时区列表
      • 删除语音Agent
      • 创建电话号码
      • 创建语音Agent
    • 数据模型
      • Schemas
        • MediaTaskPO
        • ResultDataString
        • WaTemplateVO
        • EmailIdentity
        • User
        • ResultDataInteger
        • Attachment
        • Template
        • TaskDealer
        • Country
        • RoleVO
        • SaveCustoms
        • SaveEmail
        • aData
        • keyWord
        • SaveDealer
        • ResultDataSaveEmail
        • ResultDataListSaveEmail
        • RocketReachReq
        • Links
        • ResultDataRocketReachPersonResp
        • RocketReachPersonResp
        • ResultDataListRocketReachResp
        • RocketReachResp
        • ResultDataListVoice
        • Voice
        • Agent
        • ResponseEngine
        • ResultDataAgent
        • Language
        • ResultDataListLanguage
        • RetellTask
        • RetellTaskReq
        • ResultDataListRetellTask
        • RetellCallReq
        • ResultDataListRetellCallPo
        • RetellCallPo
        • MediaTaskParam
        • ProjectTask
        • EmailVO
        • TaskEmail
        • ResultDataListSaveCustoms
        • CrmRequest
        • FilterConditionReq
        • FilterRequest
        • SortConditionReq
        • CrmTask
        • ResultDataListCrmTask
        • CrmResponse
        • CrmResponseResult
        • ResultDataCrmResponseResult
        • ResultDataListInteger
        • CrmCreateWhatsAppTaskReq
        • CrmCreateEmailTaskReq
        • CrmCallTaskRequest
        • CrmCreateCallTask
        • Label
        • ResultDataWaTemplateDetailVO
        • WaTemplateDetailVO
        • ResultDataTemplate
        • ResultDataListTemplate
        • ResultDataTaskDetailResponse
        • TaskDetailResponse
        • ResultDataSendContentVO
        • sendContentVO
        • ResultDataStatistic
        • Statistic
        • ResultDataListEmailIdentity
        • ResultDataEmailIdentity
        • ResultDataStatistics
        • Statistics
        • ResultDataListRetellTemplate
        • RetellTemplate
        • ResultDataListTimeZoneInfo
        • TimeZoneInfo
        • Phone
        • ResultDataPhone
        • ResultDataRetellTemplate
        • ResultDataMapIntegerString
        • ResultDataListLabel
        • CrmDetail
        • ResultDataListCrmDetail
        • ResultDataListString
        • ResultDataMapStringString
        • ResultDataListSortCondition
        • SortCondition
        • FilterConditionResp
        • ResultDataListFilterConditionResp
  1. AI搜索任务管理

上传名册/名片任务

POST
/job/createFileTask
创建名片、名册文件任务

请求参数

Body 参数application/json必填

示例
{
    "uuid": 1234567890,
    "company": "ABC公司",
    "email": "user@example.com",
    "startDate": "2024-01-01",
    "countEmail": 100,
    "state": 1,
    "emailVOList": [
        {
            "id": 1,
            "company": "ABC公司",
            "name": "张三",
            "email": "user@example.com",
            "telephone": "+86-138-0013-8000",
            "region": "华北",
            "clientName": "客户ABC",
            "template": 1,
            "keyword": "technology",
            "startDate": "2024-01-01",
            "countEmail": 100,
            "state": 1,
            "templateId": 123,
            "templates": "模板内容",
            "uuid": 1234567890,
            "taskId": 456,
            "isSend": 1,
            "unsubscribe": 0,
            "createDate": "2024-01-01"
        }
    ],
    "template": "模板内容",
    "templateId": 123,
    "taskId": "task123",
    "createDate": "2024-01-01",
    "clientCompany": "ABC公司",
    "isSend": 1,
    "unsubscribe": 0,
    "complete": 1,
    "userId": 123,
    "peopleCount": 10,
    "country": "中国",
    "id": 1,
    "keyWord": "technology",
    "companyName": "ABC公司",
    "describeCompany": "科技公司",
    "emailAddress": "user@example.com",
    "people": "张三",
    "cr": "cr123",
    "lang": "zh-CN",
    "followTemplateId": 456,
    "followDate": "2024-01-02",
    "startTime": "09:00",
    "executeDate": "2024-01-01",
    "imExecuteDate": "2024-01-01",
    "zoneId": "Asia/Shanghai",
    "token": 123456789,
    "selectState": 1,
    "imTemplateId": 789,
    "followImTemplateId": 101,
    "followIMDate": "2024-01-02",
    "startIMTime": "10:00",
    "startIMDate": "2024-01-01",
    "type": 1,
    "cycleDate": 7,
    "followLoopTime": 3,
    "followTime": "14:00",
    "sendType": 1,
    "emailIdentity": "example.com",
    "emailDomain": "example.com",
    "nowSend": true,
    "nowFollow": false,
    "followSend": 1,
    "jobEnhanceSearch": "developer",
    "enterpriseEnhancedSearch": 1,
    "send": 1,
    "proFlag": true,
    "taskStatus": 1,
    "ifNeedFollowEmail": 1,
    "ids": [
        0
    ],
    "need_second": 1,
    "positioning": "北京",
    "expandKeyWord": "AI technology",
    "secondKeyWord": "machine learning",
    "clientPortrait": "tech company",
    "information": "additional info",
    "hscode": "123456",
    "websiteExclude": "example.com",
    "la": "zh",
    "name": "任务名称",
    "searchFinishDate": 0
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/job/createFileTask' \
--header 'Content-Type: application/json' \
--data-raw '{
    "uuid": 1234567890,
    "company": "ABC公司",
    "email": "user@example.com",
    "startDate": "2024-01-01",
    "countEmail": 100,
    "state": 1,
    "emailVOList": [
        {
            "id": 1,
            "company": "ABC公司",
            "name": "张三",
            "email": "user@example.com",
            "telephone": "+86-138-0013-8000",
            "region": "华北",
            "clientName": "客户ABC",
            "template": 1,
            "keyword": "technology",
            "startDate": "2024-01-01",
            "countEmail": 100,
            "state": 1,
            "templateId": 123,
            "templates": "模板内容",
            "uuid": 1234567890,
            "taskId": 456,
            "isSend": 1,
            "unsubscribe": 0,
            "createDate": "2024-01-01"
        }
    ],
    "template": "模板内容",
    "templateId": 123,
    "taskId": "task123",
    "createDate": "2024-01-01",
    "clientCompany": "ABC公司",
    "isSend": 1,
    "unsubscribe": 0,
    "complete": 1,
    "userId": 123,
    "peopleCount": 10,
    "country": "中国",
    "id": 1,
    "keyWord": "technology",
    "companyName": "ABC公司",
    "describeCompany": "科技公司",
    "emailAddress": "user@example.com",
    "people": "张三",
    "cr": "cr123",
    "lang": "zh-CN",
    "followTemplateId": 456,
    "followDate": "2024-01-02",
    "startTime": "09:00",
    "executeDate": "2024-01-01",
    "imExecuteDate": "2024-01-01",
    "zoneId": "Asia/Shanghai",
    "token": 123456789,
    "selectState": 1,
    "imTemplateId": 789,
    "followImTemplateId": 101,
    "followIMDate": "2024-01-02",
    "startIMTime": "10:00",
    "startIMDate": "2024-01-01",
    "type": 1,
    "cycleDate": 7,
    "followLoopTime": 3,
    "followTime": "14:00",
    "sendType": 1,
    "emailIdentity": "example.com",
    "emailDomain": "example.com",
    "nowSend": true,
    "nowFollow": false,
    "followSend": 1,
    "jobEnhanceSearch": "developer",
    "enterpriseEnhancedSearch": 1,
    "send": 1,
    "proFlag": true,
    "taskStatus": 1,
    "ifNeedFollowEmail": 1,
    "ids": [
        0
    ],
    "need_second": 1,
    "positioning": "北京",
    "expandKeyWord": "AI technology",
    "secondKeyWord": "machine learning",
    "clientPortrait": "tech company",
    "information": "additional info",
    "hscode": "123456",
    "websiteExclude": "example.com",
    "la": "zh",
    "name": "任务名称",
    "searchFinishDate": 0
}'

返回响应

🟢200成功
*/*
创建成功
Body

示例
{
    "date": "string",
    "status": 0,
    "message": "string",
    "data": "string",
    "returnCode": 0,
    "count": 0,
    "isEmpty": true
}
🟠400请求有误
🔴500服务器内部错误
修改于 2025-09-25 15:12:27
上一页
创建搜项目任务
下一页
获取搜索数据
Built with