- 开放接口-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)
查询发送邮件列表 (Query Send-Email List)
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
POST
https://jingopenapi.jingsocial.com
请求参数
Header 参数
app_id
string
应用id
默认值:
{{app_id}}
access_token
string
应用密钥
默认值:
{{access_token}}
Body 参数application/json
sort
string
可选
page
integer
页数默认1
perPage
integer
每页条数,默认10
query
object
可选
subject
string
主题(模糊搜索)
status
string
可选
示例
{
"sort": "string",
"page": 0,
"perPage": 0,
"query": {
"subject": "string",
"status": "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/edm/mass/list' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": "string",
"page": 0,
"perPage": 0,
"query": {
"subject": "string",
"status": "string"
}
}'
返回响应
🟢200OK
application/json
Body
code
integer
状态码
data
object
数据
current_page
integer
当前页
last_page
integer
最后一页
per_page
integer
每页数量
total
integer
总条数
items
array [object {44}]
必需
msg
string
返回的信息
request_id
string
必需
示例
{
"code": 0,
"data": {
"current_page": 0,
"last_page": 0,
"per_page": 0,
"total": 0,
"items": [
{
"jing_uuid": "string",
"mid": 0,
"owner_id": 0,
"entity_id": null,
"entity_type": "string",
"group_id": null,
"group_ids": null,
"email_list": null,
"promotion_qrcode_jing_uuid": null,
"push_channel_id": null,
"name": "string",
"subject": "string",
"send_email_address_id": "string",
"reply_email_address_id": "string",
"type": "string",
"sign_type": "string",
"content_type": "string",
"receiver_type": null,
"content": "string",
"content_file_info": null,
"template_json": "string",
"count": 0,
"send_type": 0,
"send_time": null,
"rushmail_send_time": null,
"preview_email": null,
"status": 0,
"schedule_total": 0,
"send_total": 0,
"success_total": 0,
"open_total": 0,
"random_code": null,
"rushmail_task_id": null,
"rushmail_address_id": null,
"rushmail_template_id": "string",
"pure_html": null,
"created_timestamp": "string",
"updated_timestamp": "string",
"deleted_at": null,
"domain_jing_uuid": "string",
"fail_reason": "string",
"tags": null,
"vendor": "string",
"is_trash": 0
}
]
},
"msg": "string",
"request_id": "string"
}
修改于 2025-06-06 08:33:42