个人SOP详情-规则列表
开发中GET
/open-api/staff_sop/one/rule/list个人SOP列表
调用此接口需购买营销席位。
请求参数
Query 参数
staff_sop_id
integer
必需
通过列表接口可以查询到id
示例值:
3000126150
start_time
integer
可选
示例值:
1626192000
end_time
integer
可选
示例值:
1626194000
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
errcode
integer
必需
errmsg
string
必需
result
array [object {23}]
必需
id
integer
可选
个人SOP里面的规则id
time_type
string
可选
运营策略里面的时间类型
rule_name
string
可选
个人SOP里面的规则名称
add_time
integer
可选
运营策略-满足条件多长时间后触发
next_day
integer
运营策略-第几天
next_time
integer
可选
运营策略-第几天的几点
point_time
string
定时推送时间
messages
array [object {7}]
可选
发送的消息体,可以包含多个类型的消息附件,可以稍微参考下企业微信群发接口文档https://developer.work.weixin.qq.com/document/path/96366
reminder_time
string
推送时间中文解释
rule_type
string
可选
type字段的中文解释
next_type
string
可选
minute/hour/day
period_start
integer
规则生效开始时间
period_end
integer
规则生效结束时间
period_start_type
string
可选
生效开始时间类型 timed:定时生效 immediate: 立即生效
period_end_type
string
可选
生效结束时间类型 timed:定时生效 permanent: 永久生效
push_type
string
可选
timed:定时推送 point:定时推送 period:周期推送
type
integer
可选
1: "一键群发", 2: "任务下发", 3: "员工通知", 4: "企微朋友圈群发", 5: "修改客户旅程", 6: "添加客户标签"
custom_config
object
可选
过滤条件,比如客户阶段
rule_add_tag
null
可选
type=6时有用,添加的客户标签
file_number
integer
附件数量,可忽略
use_new_birthday_data
boolean
可选
为了兼容老的生日数据,建议忽略
new_push_day
integer
可选
客户关怀-提前提醒天数
new_push_time
string
可选
客户关怀-提前提醒时间点
示例
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"id": 3000212366,
"time_type": "current",
"rule_name": "",
"add_time": 180,
"next_day": 0,
"next_time": 3,
"point_time": "",
"messages": [
{
"msg_type": "text",
"msg_content": "3分钟的任务",
"radar": {
"activity_notify": false,
"advanced_setup_enable": false,
"auto_mark_tag": [],
"auto_mark_tag_rule": [],
"auto_mark_tag_object": null,
"auto_add_integral_rule": null,
"behavior_notify": false,
"cover_url": "",
"desc": "",
"has_tag": false,
"id": 0,
"hash_id": "",
"is_usual": false,
"link": "",
"name": "",
"score_rule": {
"id": 0,
"rules": []
},
"title": "",
"type": ""
},
"is_new_msg": true,
"show_info": "",
"auto_reply": "{\"attachments\":[],\"text\":{\"content\":\"3分钟的任务\"}}",
"auto_reply_object": {
"attachments": [],
"text": {
"content": "3分钟的任务"
}
}
}
],
"reminder_time": "3分钟后发送",
"rule_type": "员工通知",
"next_type": "minute",
"period_start": 0,
"period_end": 0,
"period_start_type": "timed",
"period_end_type": "permanent",
"push_type": "timed",
"type": 3,
"custom_config": {
"stage_id": 0,
"group_id": 0
},
"rule_add_tag": null,
"file_number": 0,
"use_new_birthday_data": false,
"new_push_day": 0,
"new_push_time": ""
}
]
}
最后修改时间: 9 个月前