- 开放接口-V1文档 (Interface Document_V1)
- 开发前必读(Must Read Before Development)
- OAuth授权(Authorization)
- 用户管理(User Management)
- 用户群组 (User Group)
- 用户标签(User Tags)
- 活动管理 (Activities Management)
- 邮件管理 (EDM Management)
- 短信管理 (SMS Management)
- 来源管理 (Source Management)
- 二维码管理 (QR Code Management)
- 会员管理 (Member Management)
- 成员管理 (Employee Management)
- 微信公众号 (WeChat Account)
- 线索管理(Lead Management)
- 客户管理(Account Management)
- CRM 对象通用接口(CRM Object Interface)
- CTA管理 (CTA Management)
- 模板消息 (Template Message)
- 创建模版消息 (Create Template Message)
- 创建模板消息推送 (Create Template Message Send)
- 更新模板消息 (Update Template Message)
- 查询模版消息详情 (Query Template Message Detail)
- 删除模版消息 (Delete Template Message)
- 查询模板消息列表 (Query Template Message List)
- 查询微信模板列表 (Query WeChat Template Message List)
- 查询消息模板推送明细 (Query Template Message Send Detail)
- 查询消息模板点击明细 (Query Template Message Chick Detail)
- 查询模板消息推送记录列表 (Query Template Message Send Record List)
- 隐私条款v1(Privacy Policy_V1)
- 隐私条款v2(Privacy Policy_V2)
- 企业微信 (WeCom Management)
- 评分管理 (Scoring Management)
- 批量查询用户意向评分 (Batch Query User Intention Scoring)
- 批量查询用户行为评分 (Batch Query User Active Scoring)
- 批量查询线索身份评分 (Batch Query Lead Identity Scoring)
- 批量查询线索行为评分 (Batch Query Lead Active Scoring)
- 批量查询线索意向评分 (Batch Query Lead Intention Scoring)
- 批量查询用户身份评分 (Batch Query User Identity Scoring)
- 批量用户行为评分清零 (Batch Delete User Action Scoring)
- 自定义事件 (Custom Events)
- 公司管理 (Company Management)
- webhook
- 用户(User)
- 活动
- 线索(Lead)
- 线索事件说明文档(Description Document of Lead Event)
- 创建线索webhook推送事件(Create Push Events of User webhook)
- 线索更新(Lead Update)
- 线索状态更新(Lead Update Status)
- 线索作废(Lead Voided)
- 线索负责人变更(Lead Owner Change)
- 线索生命周期变更(Lead Lifecycle Change)
- 线索添加备注(Lead Add Notes)
- 线索添加协作人(Lead Add Collaborator)
- 线索移除协作人(Lead Remove Collaborator)
- 公海池变更(Lead Pool Change)
- 线索关联(Lead Association)
- 线索恢复(Lead Restore)
- 线索来源 (Lead Source)
- 客户(Account)
- 模板消息(Template Message)
- Jingtrack
- 评分(Scoring)
- 用户行为(User Action)
- 系统行为(System Action)
客户创建(Account Creation)
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
POST
https://jingopenapi.jingsocial.com
如需操作自定义属性,则通过调用《获取对象所有字段》接口来获取相关属性code,自定义属性与预设字段同级。
接口返回的is_preset=0是自定义字段,is_preset=1是预设字段。
预设字段即标准字段可操作属性看该接口文档
自定义字段的type为department, multi_departmemt, image, look_up的不能创建或更新
每秒10次;每天10000次
If you need to operate custom attributes, you can get the relevant attribute code by calling the "Get all fields of an object" interface. The custom attributes are at the same level as the preset fields.
The interface returns is_preset=0 is a custom field and is_preset=1 is a preset field.
The operable attribute of the preset fields i.e. standard fields should refer to the interface documentation
The type of the custom field is department, multi_ departmemt, image, look_up cannot be created or updated
10 times per second; 10,000 times per day
请求参数
Header 参数
app_id
string
应用id
默认值:
{{app_id}}
access_token
string
应用密钥
默认值:
{{access_token}}
Body 参数application/json
name
string
必需
business_type
string
必需
mobile
string
mobile
email
string
email
industry
string
可选
company_id
string
可选
account_type
string
可选
nature_enterprise
string
可选
company_size
string
可选
official_website
string
可选
country_region
string
可选
address
string
可选
description
string
可选
latest_remark
string
可选
owner
string
负责人id
示例
{
"name": "string",
"business_type": "string",
"mobile": "string",
"email": "string",
"industry": "string",
"company_id": "string",
"account_type": "string",
"nature_enterprise": "string",
"company_size": "string",
"official_website": "string",
"country_region": "string",
"address": "string",
"description": "string",
"latest_remark": "string",
"owner": "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 'https://jingopenapi.jingsocial.com/v1/customer/create' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"business_type": "string",
"mobile": "string",
"email": "string",
"industry": "string",
"company_id": "string",
"account_type": "string",
"nature_enterprise": "string",
"company_size": "string",
"official_website": "string",
"country_region": "string",
"address": "string",
"description": "string",
"latest_remark": "string",
"owner": "string"
}'
返回响应
🟢200成功
application/json
Body
request_id
string
必需
code
integer
必需
msg
string
success
data
object
必需
jing_uuid
string
必需
示例
{
"request_id": "string",
"code": 0,
"msg": "string",
"data": {
"jing_uuid": "string"
}
}
修改于 2023-08-15 02:38:21