案例文章
推荐的的流程模板
请稍后...
Code
2289
定时查询抖音热词通过ChatGPT生成文章,百家号自动发布
<p>通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p>
zh-Hans
2023-02-14T03:17:14.000Z
2023-02-14T03:17:14.000Z
2023-11-29T04:59:15.000Z
js8732sv
通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。
anyone
zecdvVwOpG3X
official
pc1265
passed
zhouzhao
js8732sv
zhouzhao
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "查询热门视频数据",
"app_id": 94,
"action_id": 529,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "输入您的回答获取ChatGPT答案",
"app_id": 1000856,
"action_id": 1004120,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "发布图文信息",
"app_id": 151,
"action_id": 779,
"action_type": "2",
"sort": "4",
"note": null
}
]
205
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"label": "数据类型",
"key": "hot_type",
"help_txt": "",
"type": "string",
"dynamic": true,
"required": true,
"dropdown": true,
"choices": [
{
"value": "1",
"label": "实时热点词(每2小时刷新)"
},
{
"value": "2",
"label": "上升热点词(每2小时刷新)"
},
{
"value": "3",
"label": "热点词视频列表"
}
]
}
],
"3": [],
"4": [
{
"key": "title",
"label": "文章标题",
"required": true,
"type": "string",
"help_txt": "限定5-40个中英文字符以内"
},
{
"key": "content",
"label": "正文内容",
"required": true,
"type": "text",
"help_txt": "限制20000个中英文字符内,富文本"
},
{
"key": "origin_url",
"label": "原文地址",
"required": true,
"type": "string",
"help_txt": "相同URL的文章会被认为是同一篇文章,禁止提交"
},
{
"key": "cover_images",
"label": "文章封面图片url",
"required": false,
"multiples": true,
"help_txt": "限定0-3张封面图,封面图尺寸不小于218*146,可以为空,没有封面图的内容将会进入草稿"
},
{
"key": "is_original",
"label": "是否原创",
"required": false,
"dropdown": true,
"help_txt": "1为原创,0为非原创",
"choices": [
{
"key": 1,
"label": "原创"
},
{
"key": 0,
"label": "非原创"
}
]
},
{
"key": "is_split_article",
"label": "仅媒体类型百家号可用",
"required": false,
"dropdown": true,
"help_txt": "标识此篇文章是否单独发布视频内容,1为拆分,0为不拆分,不传此字段时,应用百家号后台默认配置",
"choices": [
{
"key": 1,
"label": "拆分"
},
{
"key": 0,
"label": "不拆分"
}
]
},
{
"key": "video_title",
"label": "拆分发布子视频标题",
"required": false,
"type": "string",
"help_txt": "限定 8-40 个中英文字符以内"
},
{
"key": "video_cover_images",
"label": "拆分发布子视频封面图片地址 url",
"required": false,
"type": "string",
"help_txt": "目前只支持 1 张图片作为封面,封面图尺寸不小于660*370"
}
]
}
[]
[
{
"id": 963,
"title": "如何通过集简云将ChatGPT人工智能接入到您的内容平台中?",
"preview": "ChatGPT是一款非常强大的人工智能产品,可以有创造性的回复和创作文字,图片,适用于很多办公场景。这篇文章将介绍如何将ChatGPT接入到您的办公系统中。\n",
"content": "<h1>在集简云中的ChatGPT应用</h1><p> </p><p>目前集简云提供了三个ChatGPT应用:</p><ul><li>OpenAI(ChatGPT)免费版:这个是集简云提供的一款限时免费体验版本,无需您注册自己的ChatGPT账号就可以使用。但是,只支持默认的AI模型使用(text-davinci-003),回复文字不超过500字。</li><li>ChatGPT:这个是完整的ChatGPT应用,需要使用您自己的ChatGPT账号连接,可以调用您账号下全部的可用模型,可用自定义模型的配置,例如回复字数,创意程度等,用于满足您的使用场景。</li><li><span style=\"color:#333333;\">OpenAI(ChatGPT)付费版:此版本是集简云提供的ChatGPT内置付费应用,使用的ChatGPT官方接口,无需用户注册ChatGPT账号,支持智能问答、自定义模型训练和使用,以满足用户在特定业务情境下的智能问答需要。</span></li></ul><p style=\"margin-left:0px;\"> </p><figure class=\"image\"><img src=\"/uploads/2023_03_15_5_29_16_2e906a8f84.png\"></figure><h1> </h1><p>“ChatGPT和”“<span style=\"color:#333333;\">OpenAI(ChatGPT)付费版</span>”支持模型训练与使用,让ChatGPT的回复能够更“懂”你的业务,点击了解详情:</p><p> </p><ul><li><a href=\"https://www.jijyun.cn/help/detail/1030\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>OpenAI(ChatGPT)付费版如何使用?</u></span></a></li><li><a href=\"https://www.jijyun.cn/help/detail/1009\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>如何训练ChatGPT?</u></span></a></li></ul><p> </p><p>如果您还没有了解过集简云产品,建议您先观看集简云的产品介绍,了解<a href=\"https://www.jijyun.cn/help/detail/1\" target=\"_blank\" rel=\"noopener noreferrer\">集简云的功能</a></p><p> </p><h1>示例1:抖音热词搜索 + ChatGPT +百家号:打造ChatGPT自动根据抖音热词生成文章并发布到百家号</h1><p> </p><p>场景说明:每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p><p> </p><p>效果展现:</p><p> </p><figure class=\"image image_resized\" style=\"width:61.33%;\"><img src=\"/uploads/2_da310a8078.png\"></figure><p> </p><p> </p><h2>如何搭建?</h2><p><br>准备工作: 需要将您的抖音号,百家号授权到集简云平台</p><p> </p><p>下面我们开始搭建这个流程:</p><p>1 登录<a href=\"https://apps.jijyun.cn/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">集简云</span></a></p><p>2 创建一个流程: 点击<a href=\"https://apps.jijyun.cn/data-pipeline/create \" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">创建一个新流程</span></a>: 或者 使用<a href=\"https://www.jijyun.cn/apps/processes/2287\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">流程模板</span></a>创建 </p><p> </p><p><strong>步骤1:在触发动作,选择“定时启动任务”下的“当每天指定时间启动时”动作</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:71.66%;\"><img src=\"/uploads/3_d7f1bf38bc.png\"></figure><p> </p><p>设置好相应的字段:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.86%;\"><img src=\"/uploads/4_5d09127f7d.png\"></figure><p> </p><p>获取样本:<br> </p><figure class=\"image image_resized\" style=\"width:74.71%;\"><img src=\"/uploads/5_d4cbee4167.png\"></figure><p> </p><p><strong>步骤2:添加执行动作,抖音-查询热门视频数据</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:78.38%;\"><img src=\"/uploads/6_f235dc319f.png\"></figure><p> </p><p>完成字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:76.07%;\"><img src=\"/uploads/7_028b6283da.png\"></figure><p> </p><p>获取样本</p><figure class=\"image\"><img src=\"/uploads/8_d1a0c3360b.png\"></figure><p> </p><p> </p><p>步骤3:添加执行动作,选择集简云免费提供的 ”OpenAI(ChatGPT)内置“应用, 选择动作为 提问ChatGPT<br> </p><figure class=\"image\"><img src=\"/uploads/9_606cad9b8e.png\"></figure><p> </p><p>配置抖音与ChatGPT的字段匹配关系</p><p>这里我们需要设置,将抖音的哪个字段发送给ChatGPT进行提问:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.67%;\"><img src=\"/uploads/10_7f7551d5e7.png\"></figure><p> </p><p>这里我们插入的是一个变量,这个变量会随着用户实际发送的内容不同,自动进行变化。 我们也可以输入固定文字来帮助限制回答的内容范围,例如,请围绕xxx(变量)的话题,写一篇的中英对照的文章,要求写出情人节的来源和意义。</p><p> </p><figure class=\"image image_resized\" style=\"width:70.54%;\"><img src=\"/uploads/11_d089fea764.png\"></figure><p> </p><p>点击发送,我们获得了ChatGPT的回答:<br> </p><figure class=\"image image_resized\" style=\"width:75.68%;\"><img src=\"/uploads/12_4861ced43d.png\"></figure><p> </p><p>为了发文的段落美观一点,我们添加步骤4:选择集简云的内置应用\"文本处理\"</p><p> </p><figure class=\"image image_resized\" style=\"width:72.08%;\"><img src=\"/uploads/13_eca5d128ba.png\"></figure><p> </p><p>设置字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:77.76%;\"><img src=\"/uploads/14_3279cc7f17.png\"></figure><p> </p><p>我们即可得到一条换行分隔的样本数据:</p><p> </p><figure class=\"image image_resized\" style=\"width:80.85%;\"><img src=\"/uploads/15_53635fb224.png\"></figure><p> </p><p>步骤5:下面我们将发送的内容同步到百家号,选择\"发布图文\"动作</p><p> </p><figure class=\"image image_resized\" style=\"width:66%;\"><img src=\"/uploads/16_544a8d66ec.png\"></figure><p> </p><p>设置匹配关系,从步骤4中选择发送ChatGPT回复的内容文本:</p><p> </p><figure class=\"image image_resized\" style=\"width:83.15%;\"><img src=\"/uploads/17_d4e44b3fd4.png\"></figure><p> </p><p> </p><p>点击发送数据查看, 显示发送成功,<br> </p><figure class=\"image image_resized\" style=\"width:75.52%;\"><img src=\"/uploads/18_579d4b4fd0.png\"></figure><p> </p><p>保存流程,然后就可以实现每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。<br> </p><figure class=\"image\"><img src=\"/uploads/19_afd9a32333.png\"></figure><p> </p><h1> </h1>",
"sort": null,
"usage": "help_doc",
"published_at": "2023-02-14T06:15:47.000Z",
"created_at": "2023-02-14T05:40:41.000Z",
"updated_at": "2023-03-15T09:54:29.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9265,
"name": "画板 – 30.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "30_d3bf9b21bf",
"ext": ".png",
"mime": "image/png",
"size": 3.26,
"url": "/uploads/30_d3bf9b21bf.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:37:01.000Z",
"updated_at": "2023-02-14T06:37:01.000Z"
},
"media": {
"id": 9264,
"name": "自定义大小 – 17.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 17.png",
"hash": "thumbnail_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 13.36,
"path": null,
"url": "/uploads/thumbnail_17_9edead40dc.png"
},
"large": {
"name": "large_自定义大小 – 17.png",
"hash": "large_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 91.58,
"path": null,
"url": "/uploads/large_17_9edead40dc.png"
},
"medium": {
"name": "medium_自定义大小 – 17.png",
"hash": "medium_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 62.72,
"path": null,
"url": "/uploads/medium_17_9edead40dc.png"
},
"small": {
"name": "small_自定义大小 – 17.png",
"hash": "small_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 36.48,
"path": null,
"url": "/uploads/small_17_9edead40dc.png"
}
},
"hash": "17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"size": 40.06,
"url": "/uploads/17_9edead40dc.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:33:51.000Z",
"updated_at": "2023-02-14T06:33:51.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 1378,
"name": "OpenAI(ChatGPT)免费版",
"description": "<p>集简云提供的ChatGPT应用(限时免费),无需注册ChatGPT账户即可使用。</p>",
"popular": 100,
"published_at": "2023-02-13T03:35:54.000Z",
"created_at": "2023-02-13T03:35:54.000Z",
"updated_at": "2023-04-07T03:07:30.000Z",
"app_id": "1000856",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用免费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.2",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9106,
"name": "内置.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "_a29c8cac21",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/_a29c8cac21.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-13T03:39:05.000Z",
"updated_at": "2023-02-13T03:39:05.000Z"
}
},
{
"id": 123,
"name": "百度百家号",
"description": "<p>百家号,是百度为创作者打造的集创作、发布、变现于一体的内容创作平台,也是众多企业实现营销转化的运营新阵地 。内容创作者在百家号发布的内容会通过百度信息流、百度搜索等分发渠道影响亿万用户。</p>",
"popular": 130,
"published_at": "2021-11-10T08:07:16.000Z",
"created_at": "2021-11-10T08:07:12.000Z",
"updated_at": "2023-02-21T05:47:06.000Z",
"app_id": "151",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "百度内容平台",
"available": true,
"appid": null,
"website": "https://baijiahao.baidu.com/",
"video": null,
"videos": 96,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9403,
"name": "百度百家号.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "_ad314030b0",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.91,
"url": "/uploads/_ad314030b0.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-21T05:47:03.000Z",
"updated_at": "2023-02-21T05:47:03.000Z"
}
}
]
[
{
"id": 6,
"name": "个人效率",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:23.000Z",
"created_at": "2022-05-20T08:13:08.000Z",
"updated_at": "2022-05-30T07:29:23.000Z",
"sort": 6
},
{
"id": 10,
"name": "内容运营",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:29.000Z",
"created_at": "2022-05-30T07:23:10.000Z",
"updated_at": "2022-05-30T07:29:29.000Z",
"sort": 7
}
]
[
{
"id": 5209,
"key": null,
"published_at": "2023-02-13T09:26:34.000Z",
"created_at": "2023-02-13T09:26:34.000Z",
"updated_at": "2023-02-13T09:26:34.000Z",
"action_id": "1004120",
"action_name": "提问ChatGPT",
"error": null,
"description": "输入您的回答获取ChatGPT答案",
"action_type": "action",
"app": null,
"template": null,
"action_key": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-11-06T07:42:49.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "488"
},
{
"id": 138,
"key": null,
"published_at": "2021-11-24T08:04:45.000Z",
"created_at": "2021-11-24T08:04:43.000Z",
"updated_at": "2023-11-06T07:42:13.000Z",
"action_id": "529",
"action_name": "查询热门视频数据",
"error": null,
"description": "查询上热门的视频数据(播放量,点击量,转发量等)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "529"
},
{
"id": 544,
"key": null,
"published_at": "2021-11-30T07:45:20.000Z",
"created_at": "2021-11-30T07:45:18.000Z",
"updated_at": "2023-11-06T07:44:46.000Z",
"action_id": "779",
"action_name": "发布图文",
"error": null,
"description": "当外部系统有新增图文时,自动发布图文",
"action_type": "action",
"app": null,
"template": null,
"action_key": "779"
}
]
[
{
"id": 14,
"title": "新媒体运营",
"sort": 1,
"scene": 3,
"published_at": "2022-12-08T09:00:26.000Z",
"created_at": "2022-12-08T09:00:24.000Z",
"updated_at": "2022-12-08T09:00:26.000Z",
"template": null,
"seo": []
}
]
[]
55
11
16
10
57
Msg
2289
定时查询抖音热词通过ChatGPT生成文章,百家号自动发布
<p>通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p>
zh-Hans
2023-02-14T03:17:14.000Z
2023-02-14T03:17:14.000Z
2023-11-29T04:59:15.000Z
js8732sv
通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。
anyone
zecdvVwOpG3X
official
pc1265
passed
zhouzhao
js8732sv
zhouzhao
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "查询热门视频数据",
"app_id": 94,
"action_id": 529,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "输入您的回答获取ChatGPT答案",
"app_id": 1000856,
"action_id": 1004120,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "发布图文信息",
"app_id": 151,
"action_id": 779,
"action_type": "2",
"sort": "4",
"note": null
}
]
205
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"label": "数据类型",
"key": "hot_type",
"help_txt": "",
"type": "string",
"dynamic": true,
"required": true,
"dropdown": true,
"choices": [
{
"value": "1",
"label": "实时热点词(每2小时刷新)"
},
{
"value": "2",
"label": "上升热点词(每2小时刷新)"
},
{
"value": "3",
"label": "热点词视频列表"
}
]
}
],
"3": [],
"4": [
{
"key": "title",
"label": "文章标题",
"required": true,
"type": "string",
"help_txt": "限定5-40个中英文字符以内"
},
{
"key": "content",
"label": "正文内容",
"required": true,
"type": "text",
"help_txt": "限制20000个中英文字符内,富文本"
},
{
"key": "origin_url",
"label": "原文地址",
"required": true,
"type": "string",
"help_txt": "相同URL的文章会被认为是同一篇文章,禁止提交"
},
{
"key": "cover_images",
"label": "文章封面图片url",
"required": false,
"multiples": true,
"help_txt": "限定0-3张封面图,封面图尺寸不小于218*146,可以为空,没有封面图的内容将会进入草稿"
},
{
"key": "is_original",
"label": "是否原创",
"required": false,
"dropdown": true,
"help_txt": "1为原创,0为非原创",
"choices": [
{
"key": 1,
"label": "原创"
},
{
"key": 0,
"label": "非原创"
}
]
},
{
"key": "is_split_article",
"label": "仅媒体类型百家号可用",
"required": false,
"dropdown": true,
"help_txt": "标识此篇文章是否单独发布视频内容,1为拆分,0为不拆分,不传此字段时,应用百家号后台默认配置",
"choices": [
{
"key": 1,
"label": "拆分"
},
{
"key": 0,
"label": "不拆分"
}
]
},
{
"key": "video_title",
"label": "拆分发布子视频标题",
"required": false,
"type": "string",
"help_txt": "限定 8-40 个中英文字符以内"
},
{
"key": "video_cover_images",
"label": "拆分发布子视频封面图片地址 url",
"required": false,
"type": "string",
"help_txt": "目前只支持 1 张图片作为封面,封面图尺寸不小于660*370"
}
]
}
[]
[
{
"id": 963,
"title": "如何通过集简云将ChatGPT人工智能接入到您的内容平台中?",
"preview": "ChatGPT是一款非常强大的人工智能产品,可以有创造性的回复和创作文字,图片,适用于很多办公场景。这篇文章将介绍如何将ChatGPT接入到您的办公系统中。\n",
"content": "<h1>在集简云中的ChatGPT应用</h1><p> </p><p>目前集简云提供了三个ChatGPT应用:</p><ul><li>OpenAI(ChatGPT)免费版:这个是集简云提供的一款限时免费体验版本,无需您注册自己的ChatGPT账号就可以使用。但是,只支持默认的AI模型使用(text-davinci-003),回复文字不超过500字。</li><li>ChatGPT:这个是完整的ChatGPT应用,需要使用您自己的ChatGPT账号连接,可以调用您账号下全部的可用模型,可用自定义模型的配置,例如回复字数,创意程度等,用于满足您的使用场景。</li><li><span style=\"color:#333333;\">OpenAI(ChatGPT)付费版:此版本是集简云提供的ChatGPT内置付费应用,使用的ChatGPT官方接口,无需用户注册ChatGPT账号,支持智能问答、自定义模型训练和使用,以满足用户在特定业务情境下的智能问答需要。</span></li></ul><p style=\"margin-left:0px;\"> </p><figure class=\"image\"><img src=\"/uploads/2023_03_15_5_29_16_2e906a8f84.png\"></figure><h1> </h1><p>“ChatGPT和”“<span style=\"color:#333333;\">OpenAI(ChatGPT)付费版</span>”支持模型训练与使用,让ChatGPT的回复能够更“懂”你的业务,点击了解详情:</p><p> </p><ul><li><a href=\"https://www.jijyun.cn/help/detail/1030\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>OpenAI(ChatGPT)付费版如何使用?</u></span></a></li><li><a href=\"https://www.jijyun.cn/help/detail/1009\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>如何训练ChatGPT?</u></span></a></li></ul><p> </p><p>如果您还没有了解过集简云产品,建议您先观看集简云的产品介绍,了解<a href=\"https://www.jijyun.cn/help/detail/1\" target=\"_blank\" rel=\"noopener noreferrer\">集简云的功能</a></p><p> </p><h1>示例1:抖音热词搜索 + ChatGPT +百家号:打造ChatGPT自动根据抖音热词生成文章并发布到百家号</h1><p> </p><p>场景说明:每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p><p> </p><p>效果展现:</p><p> </p><figure class=\"image image_resized\" style=\"width:61.33%;\"><img src=\"/uploads/2_da310a8078.png\"></figure><p> </p><p> </p><h2>如何搭建?</h2><p><br>准备工作: 需要将您的抖音号,百家号授权到集简云平台</p><p> </p><p>下面我们开始搭建这个流程:</p><p>1 登录<a href=\"https://apps.jijyun.cn/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">集简云</span></a></p><p>2 创建一个流程: 点击<a href=\"https://apps.jijyun.cn/data-pipeline/create \" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">创建一个新流程</span></a>: 或者 使用<a href=\"https://www.jijyun.cn/apps/processes/2287\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">流程模板</span></a>创建 </p><p> </p><p><strong>步骤1:在触发动作,选择“定时启动任务”下的“当每天指定时间启动时”动作</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:71.66%;\"><img src=\"/uploads/3_d7f1bf38bc.png\"></figure><p> </p><p>设置好相应的字段:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.86%;\"><img src=\"/uploads/4_5d09127f7d.png\"></figure><p> </p><p>获取样本:<br> </p><figure class=\"image image_resized\" style=\"width:74.71%;\"><img src=\"/uploads/5_d4cbee4167.png\"></figure><p> </p><p><strong>步骤2:添加执行动作,抖音-查询热门视频数据</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:78.38%;\"><img src=\"/uploads/6_f235dc319f.png\"></figure><p> </p><p>完成字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:76.07%;\"><img src=\"/uploads/7_028b6283da.png\"></figure><p> </p><p>获取样本</p><figure class=\"image\"><img src=\"/uploads/8_d1a0c3360b.png\"></figure><p> </p><p> </p><p>步骤3:添加执行动作,选择集简云免费提供的 ”OpenAI(ChatGPT)内置“应用, 选择动作为 提问ChatGPT<br> </p><figure class=\"image\"><img src=\"/uploads/9_606cad9b8e.png\"></figure><p> </p><p>配置抖音与ChatGPT的字段匹配关系</p><p>这里我们需要设置,将抖音的哪个字段发送给ChatGPT进行提问:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.67%;\"><img src=\"/uploads/10_7f7551d5e7.png\"></figure><p> </p><p>这里我们插入的是一个变量,这个变量会随着用户实际发送的内容不同,自动进行变化。 我们也可以输入固定文字来帮助限制回答的内容范围,例如,请围绕xxx(变量)的话题,写一篇的中英对照的文章,要求写出情人节的来源和意义。</p><p> </p><figure class=\"image image_resized\" style=\"width:70.54%;\"><img src=\"/uploads/11_d089fea764.png\"></figure><p> </p><p>点击发送,我们获得了ChatGPT的回答:<br> </p><figure class=\"image image_resized\" style=\"width:75.68%;\"><img src=\"/uploads/12_4861ced43d.png\"></figure><p> </p><p>为了发文的段落美观一点,我们添加步骤4:选择集简云的内置应用\"文本处理\"</p><p> </p><figure class=\"image image_resized\" style=\"width:72.08%;\"><img src=\"/uploads/13_eca5d128ba.png\"></figure><p> </p><p>设置字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:77.76%;\"><img src=\"/uploads/14_3279cc7f17.png\"></figure><p> </p><p>我们即可得到一条换行分隔的样本数据:</p><p> </p><figure class=\"image image_resized\" style=\"width:80.85%;\"><img src=\"/uploads/15_53635fb224.png\"></figure><p> </p><p>步骤5:下面我们将发送的内容同步到百家号,选择\"发布图文\"动作</p><p> </p><figure class=\"image image_resized\" style=\"width:66%;\"><img src=\"/uploads/16_544a8d66ec.png\"></figure><p> </p><p>设置匹配关系,从步骤4中选择发送ChatGPT回复的内容文本:</p><p> </p><figure class=\"image image_resized\" style=\"width:83.15%;\"><img src=\"/uploads/17_d4e44b3fd4.png\"></figure><p> </p><p> </p><p>点击发送数据查看, 显示发送成功,<br> </p><figure class=\"image image_resized\" style=\"width:75.52%;\"><img src=\"/uploads/18_579d4b4fd0.png\"></figure><p> </p><p>保存流程,然后就可以实现每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。<br> </p><figure class=\"image\"><img src=\"/uploads/19_afd9a32333.png\"></figure><p> </p><h1> </h1>",
"sort": null,
"usage": "help_doc",
"published_at": "2023-02-14T06:15:47.000Z",
"created_at": "2023-02-14T05:40:41.000Z",
"updated_at": "2023-03-15T09:54:29.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9265,
"name": "画板 – 30.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "30_d3bf9b21bf",
"ext": ".png",
"mime": "image/png",
"size": 3.26,
"url": "/uploads/30_d3bf9b21bf.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:37:01.000Z",
"updated_at": "2023-02-14T06:37:01.000Z"
},
"media": {
"id": 9264,
"name": "自定义大小 – 17.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 17.png",
"hash": "thumbnail_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 13.36,
"path": null,
"url": "/uploads/thumbnail_17_9edead40dc.png"
},
"large": {
"name": "large_自定义大小 – 17.png",
"hash": "large_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 91.58,
"path": null,
"url": "/uploads/large_17_9edead40dc.png"
},
"medium": {
"name": "medium_自定义大小 – 17.png",
"hash": "medium_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 62.72,
"path": null,
"url": "/uploads/medium_17_9edead40dc.png"
},
"small": {
"name": "small_自定义大小 – 17.png",
"hash": "small_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 36.48,
"path": null,
"url": "/uploads/small_17_9edead40dc.png"
}
},
"hash": "17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"size": 40.06,
"url": "/uploads/17_9edead40dc.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:33:51.000Z",
"updated_at": "2023-02-14T06:33:51.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 1378,
"name": "OpenAI(ChatGPT)免费版",
"description": "<p>集简云提供的ChatGPT应用(限时免费),无需注册ChatGPT账户即可使用。</p>",
"popular": 100,
"published_at": "2023-02-13T03:35:54.000Z",
"created_at": "2023-02-13T03:35:54.000Z",
"updated_at": "2023-04-07T03:07:30.000Z",
"app_id": "1000856",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用免费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.2",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9106,
"name": "内置.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "_a29c8cac21",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/_a29c8cac21.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-13T03:39:05.000Z",
"updated_at": "2023-02-13T03:39:05.000Z"
}
},
{
"id": 123,
"name": "百度百家号",
"description": "<p>百家号,是百度为创作者打造的集创作、发布、变现于一体的内容创作平台,也是众多企业实现营销转化的运营新阵地 。内容创作者在百家号发布的内容会通过百度信息流、百度搜索等分发渠道影响亿万用户。</p>",
"popular": 130,
"published_at": "2021-11-10T08:07:16.000Z",
"created_at": "2021-11-10T08:07:12.000Z",
"updated_at": "2023-02-21T05:47:06.000Z",
"app_id": "151",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "百度内容平台",
"available": true,
"appid": null,
"website": "https://baijiahao.baidu.com/",
"video": null,
"videos": 96,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9403,
"name": "百度百家号.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "_ad314030b0",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.91,
"url": "/uploads/_ad314030b0.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-21T05:47:03.000Z",
"updated_at": "2023-02-21T05:47:03.000Z"
}
}
]
[
{
"id": 6,
"name": "个人效率",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:23.000Z",
"created_at": "2022-05-20T08:13:08.000Z",
"updated_at": "2022-05-30T07:29:23.000Z",
"sort": 6
},
{
"id": 10,
"name": "内容运营",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:29.000Z",
"created_at": "2022-05-30T07:23:10.000Z",
"updated_at": "2022-05-30T07:29:29.000Z",
"sort": 7
}
]
[
{
"id": 5209,
"key": null,
"published_at": "2023-02-13T09:26:34.000Z",
"created_at": "2023-02-13T09:26:34.000Z",
"updated_at": "2023-02-13T09:26:34.000Z",
"action_id": "1004120",
"action_name": "提问ChatGPT",
"error": null,
"description": "输入您的回答获取ChatGPT答案",
"action_type": "action",
"app": null,
"template": null,
"action_key": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-11-06T07:42:49.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "488"
},
{
"id": 138,
"key": null,
"published_at": "2021-11-24T08:04:45.000Z",
"created_at": "2021-11-24T08:04:43.000Z",
"updated_at": "2023-11-06T07:42:13.000Z",
"action_id": "529",
"action_name": "查询热门视频数据",
"error": null,
"description": "查询上热门的视频数据(播放量,点击量,转发量等)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "529"
},
{
"id": 544,
"key": null,
"published_at": "2021-11-30T07:45:20.000Z",
"created_at": "2021-11-30T07:45:18.000Z",
"updated_at": "2023-11-06T07:44:46.000Z",
"action_id": "779",
"action_name": "发布图文",
"error": null,
"description": "当外部系统有新增图文时,自动发布图文",
"action_type": "action",
"app": null,
"template": null,
"action_key": "779"
}
]
[
{
"id": 14,
"title": "新媒体运营",
"sort": 1,
"scene": 3,
"published_at": "2022-12-08T09:00:26.000Z",
"created_at": "2022-12-08T09:00:24.000Z",
"updated_at": "2022-12-08T09:00:26.000Z",
"template": null,
"seo": []
}
]
[]
55
11
16
10
57
Data
2289
定时查询抖音热词通过ChatGPT生成文章,百家号自动发布
<p>通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p>
zh-Hans
2023-02-14T03:17:14.000Z
2023-02-14T03:17:14.000Z
2023-11-29T04:59:15.000Z
js8732sv
通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。
anyone
zecdvVwOpG3X
official
pc1265
passed
zhouzhao
js8732sv
zhouzhao
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "查询热门视频数据",
"app_id": 94,
"action_id": 529,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "输入您的回答获取ChatGPT答案",
"app_id": 1000856,
"action_id": 1004120,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "发布图文信息",
"app_id": 151,
"action_id": 779,
"action_type": "2",
"sort": "4",
"note": null
}
]
205
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"label": "数据类型",
"key": "hot_type",
"help_txt": "",
"type": "string",
"dynamic": true,
"required": true,
"dropdown": true,
"choices": [
{
"value": "1",
"label": "实时热点词(每2小时刷新)"
},
{
"value": "2",
"label": "上升热点词(每2小时刷新)"
},
{
"value": "3",
"label": "热点词视频列表"
}
]
}
],
"3": [],
"4": [
{
"key": "title",
"label": "文章标题",
"required": true,
"type": "string",
"help_txt": "限定5-40个中英文字符以内"
},
{
"key": "content",
"label": "正文内容",
"required": true,
"type": "text",
"help_txt": "限制20000个中英文字符内,富文本"
},
{
"key": "origin_url",
"label": "原文地址",
"required": true,
"type": "string",
"help_txt": "相同URL的文章会被认为是同一篇文章,禁止提交"
},
{
"key": "cover_images",
"label": "文章封面图片url",
"required": false,
"multiples": true,
"help_txt": "限定0-3张封面图,封面图尺寸不小于218*146,可以为空,没有封面图的内容将会进入草稿"
},
{
"key": "is_original",
"label": "是否原创",
"required": false,
"dropdown": true,
"help_txt": "1为原创,0为非原创",
"choices": [
{
"key": 1,
"label": "原创"
},
{
"key": 0,
"label": "非原创"
}
]
},
{
"key": "is_split_article",
"label": "仅媒体类型百家号可用",
"required": false,
"dropdown": true,
"help_txt": "标识此篇文章是否单独发布视频内容,1为拆分,0为不拆分,不传此字段时,应用百家号后台默认配置",
"choices": [
{
"key": 1,
"label": "拆分"
},
{
"key": 0,
"label": "不拆分"
}
]
},
{
"key": "video_title",
"label": "拆分发布子视频标题",
"required": false,
"type": "string",
"help_txt": "限定 8-40 个中英文字符以内"
},
{
"key": "video_cover_images",
"label": "拆分发布子视频封面图片地址 url",
"required": false,
"type": "string",
"help_txt": "目前只支持 1 张图片作为封面,封面图尺寸不小于660*370"
}
]
}
[]
[
{
"id": 963,
"title": "如何通过集简云将ChatGPT人工智能接入到您的内容平台中?",
"preview": "ChatGPT是一款非常强大的人工智能产品,可以有创造性的回复和创作文字,图片,适用于很多办公场景。这篇文章将介绍如何将ChatGPT接入到您的办公系统中。\n",
"content": "<h1>在集简云中的ChatGPT应用</h1><p> </p><p>目前集简云提供了三个ChatGPT应用:</p><ul><li>OpenAI(ChatGPT)免费版:这个是集简云提供的一款限时免费体验版本,无需您注册自己的ChatGPT账号就可以使用。但是,只支持默认的AI模型使用(text-davinci-003),回复文字不超过500字。</li><li>ChatGPT:这个是完整的ChatGPT应用,需要使用您自己的ChatGPT账号连接,可以调用您账号下全部的可用模型,可用自定义模型的配置,例如回复字数,创意程度等,用于满足您的使用场景。</li><li><span style=\"color:#333333;\">OpenAI(ChatGPT)付费版:此版本是集简云提供的ChatGPT内置付费应用,使用的ChatGPT官方接口,无需用户注册ChatGPT账号,支持智能问答、自定义模型训练和使用,以满足用户在特定业务情境下的智能问答需要。</span></li></ul><p style=\"margin-left:0px;\"> </p><figure class=\"image\"><img src=\"/uploads/2023_03_15_5_29_16_2e906a8f84.png\"></figure><h1> </h1><p>“ChatGPT和”“<span style=\"color:#333333;\">OpenAI(ChatGPT)付费版</span>”支持模型训练与使用,让ChatGPT的回复能够更“懂”你的业务,点击了解详情:</p><p> </p><ul><li><a href=\"https://www.jijyun.cn/help/detail/1030\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>OpenAI(ChatGPT)付费版如何使用?</u></span></a></li><li><a href=\"https://www.jijyun.cn/help/detail/1009\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>如何训练ChatGPT?</u></span></a></li></ul><p> </p><p>如果您还没有了解过集简云产品,建议您先观看集简云的产品介绍,了解<a href=\"https://www.jijyun.cn/help/detail/1\" target=\"_blank\" rel=\"noopener noreferrer\">集简云的功能</a></p><p> </p><h1>示例1:抖音热词搜索 + ChatGPT +百家号:打造ChatGPT自动根据抖音热词生成文章并发布到百家号</h1><p> </p><p>场景说明:每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p><p> </p><p>效果展现:</p><p> </p><figure class=\"image image_resized\" style=\"width:61.33%;\"><img src=\"/uploads/2_da310a8078.png\"></figure><p> </p><p> </p><h2>如何搭建?</h2><p><br>准备工作: 需要将您的抖音号,百家号授权到集简云平台</p><p> </p><p>下面我们开始搭建这个流程:</p><p>1 登录<a href=\"https://apps.jijyun.cn/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">集简云</span></a></p><p>2 创建一个流程: 点击<a href=\"https://apps.jijyun.cn/data-pipeline/create \" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">创建一个新流程</span></a>: 或者 使用<a href=\"https://www.jijyun.cn/apps/processes/2287\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">流程模板</span></a>创建 </p><p> </p><p><strong>步骤1:在触发动作,选择“定时启动任务”下的“当每天指定时间启动时”动作</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:71.66%;\"><img src=\"/uploads/3_d7f1bf38bc.png\"></figure><p> </p><p>设置好相应的字段:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.86%;\"><img src=\"/uploads/4_5d09127f7d.png\"></figure><p> </p><p>获取样本:<br> </p><figure class=\"image image_resized\" style=\"width:74.71%;\"><img src=\"/uploads/5_d4cbee4167.png\"></figure><p> </p><p><strong>步骤2:添加执行动作,抖音-查询热门视频数据</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:78.38%;\"><img src=\"/uploads/6_f235dc319f.png\"></figure><p> </p><p>完成字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:76.07%;\"><img src=\"/uploads/7_028b6283da.png\"></figure><p> </p><p>获取样本</p><figure class=\"image\"><img src=\"/uploads/8_d1a0c3360b.png\"></figure><p> </p><p> </p><p>步骤3:添加执行动作,选择集简云免费提供的 ”OpenAI(ChatGPT)内置“应用, 选择动作为 提问ChatGPT<br> </p><figure class=\"image\"><img src=\"/uploads/9_606cad9b8e.png\"></figure><p> </p><p>配置抖音与ChatGPT的字段匹配关系</p><p>这里我们需要设置,将抖音的哪个字段发送给ChatGPT进行提问:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.67%;\"><img src=\"/uploads/10_7f7551d5e7.png\"></figure><p> </p><p>这里我们插入的是一个变量,这个变量会随着用户实际发送的内容不同,自动进行变化。 我们也可以输入固定文字来帮助限制回答的内容范围,例如,请围绕xxx(变量)的话题,写一篇的中英对照的文章,要求写出情人节的来源和意义。</p><p> </p><figure class=\"image image_resized\" style=\"width:70.54%;\"><img src=\"/uploads/11_d089fea764.png\"></figure><p> </p><p>点击发送,我们获得了ChatGPT的回答:<br> </p><figure class=\"image image_resized\" style=\"width:75.68%;\"><img src=\"/uploads/12_4861ced43d.png\"></figure><p> </p><p>为了发文的段落美观一点,我们添加步骤4:选择集简云的内置应用\"文本处理\"</p><p> </p><figure class=\"image image_resized\" style=\"width:72.08%;\"><img src=\"/uploads/13_eca5d128ba.png\"></figure><p> </p><p>设置字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:77.76%;\"><img src=\"/uploads/14_3279cc7f17.png\"></figure><p> </p><p>我们即可得到一条换行分隔的样本数据:</p><p> </p><figure class=\"image image_resized\" style=\"width:80.85%;\"><img src=\"/uploads/15_53635fb224.png\"></figure><p> </p><p>步骤5:下面我们将发送的内容同步到百家号,选择\"发布图文\"动作</p><p> </p><figure class=\"image image_resized\" style=\"width:66%;\"><img src=\"/uploads/16_544a8d66ec.png\"></figure><p> </p><p>设置匹配关系,从步骤4中选择发送ChatGPT回复的内容文本:</p><p> </p><figure class=\"image image_resized\" style=\"width:83.15%;\"><img src=\"/uploads/17_d4e44b3fd4.png\"></figure><p> </p><p> </p><p>点击发送数据查看, 显示发送成功,<br> </p><figure class=\"image image_resized\" style=\"width:75.52%;\"><img src=\"/uploads/18_579d4b4fd0.png\"></figure><p> </p><p>保存流程,然后就可以实现每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。<br> </p><figure class=\"image\"><img src=\"/uploads/19_afd9a32333.png\"></figure><p> </p><h1> </h1>",
"sort": null,
"usage": "help_doc",
"published_at": "2023-02-14T06:15:47.000Z",
"created_at": "2023-02-14T05:40:41.000Z",
"updated_at": "2023-03-15T09:54:29.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9265,
"name": "画板 – 30.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "30_d3bf9b21bf",
"ext": ".png",
"mime": "image/png",
"size": 3.26,
"url": "/uploads/30_d3bf9b21bf.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:37:01.000Z",
"updated_at": "2023-02-14T06:37:01.000Z"
},
"media": {
"id": 9264,
"name": "自定义大小 – 17.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 17.png",
"hash": "thumbnail_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 13.36,
"path": null,
"url": "/uploads/thumbnail_17_9edead40dc.png"
},
"large": {
"name": "large_自定义大小 – 17.png",
"hash": "large_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 91.58,
"path": null,
"url": "/uploads/large_17_9edead40dc.png"
},
"medium": {
"name": "medium_自定义大小 – 17.png",
"hash": "medium_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 62.72,
"path": null,
"url": "/uploads/medium_17_9edead40dc.png"
},
"small": {
"name": "small_自定义大小 – 17.png",
"hash": "small_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 36.48,
"path": null,
"url": "/uploads/small_17_9edead40dc.png"
}
},
"hash": "17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"size": 40.06,
"url": "/uploads/17_9edead40dc.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:33:51.000Z",
"updated_at": "2023-02-14T06:33:51.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 1378,
"name": "OpenAI(ChatGPT)免费版",
"description": "<p>集简云提供的ChatGPT应用(限时免费),无需注册ChatGPT账户即可使用。</p>",
"popular": 100,
"published_at": "2023-02-13T03:35:54.000Z",
"created_at": "2023-02-13T03:35:54.000Z",
"updated_at": "2023-04-07T03:07:30.000Z",
"app_id": "1000856",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用免费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.2",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9106,
"name": "内置.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "_a29c8cac21",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/_a29c8cac21.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-13T03:39:05.000Z",
"updated_at": "2023-02-13T03:39:05.000Z"
}
},
{
"id": 123,
"name": "百度百家号",
"description": "<p>百家号,是百度为创作者打造的集创作、发布、变现于一体的内容创作平台,也是众多企业实现营销转化的运营新阵地 。内容创作者在百家号发布的内容会通过百度信息流、百度搜索等分发渠道影响亿万用户。</p>",
"popular": 130,
"published_at": "2021-11-10T08:07:16.000Z",
"created_at": "2021-11-10T08:07:12.000Z",
"updated_at": "2023-02-21T05:47:06.000Z",
"app_id": "151",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "百度内容平台",
"available": true,
"appid": null,
"website": "https://baijiahao.baidu.com/",
"video": null,
"videos": 96,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9403,
"name": "百度百家号.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "_ad314030b0",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.91,
"url": "/uploads/_ad314030b0.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-21T05:47:03.000Z",
"updated_at": "2023-02-21T05:47:03.000Z"
}
}
]
[
{
"id": 6,
"name": "个人效率",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:23.000Z",
"created_at": "2022-05-20T08:13:08.000Z",
"updated_at": "2022-05-30T07:29:23.000Z",
"sort": 6
},
{
"id": 10,
"name": "内容运营",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:29.000Z",
"created_at": "2022-05-30T07:23:10.000Z",
"updated_at": "2022-05-30T07:29:29.000Z",
"sort": 7
}
]
[
{
"id": 5209,
"key": null,
"published_at": "2023-02-13T09:26:34.000Z",
"created_at": "2023-02-13T09:26:34.000Z",
"updated_at": "2023-02-13T09:26:34.000Z",
"action_id": "1004120",
"action_name": "提问ChatGPT",
"error": null,
"description": "输入您的回答获取ChatGPT答案",
"action_type": "action",
"app": null,
"template": null,
"action_key": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-11-06T07:42:49.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "488"
},
{
"id": 138,
"key": null,
"published_at": "2021-11-24T08:04:45.000Z",
"created_at": "2021-11-24T08:04:43.000Z",
"updated_at": "2023-11-06T07:42:13.000Z",
"action_id": "529",
"action_name": "查询热门视频数据",
"error": null,
"description": "查询上热门的视频数据(播放量,点击量,转发量等)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "529"
},
{
"id": 544,
"key": null,
"published_at": "2021-11-30T07:45:20.000Z",
"created_at": "2021-11-30T07:45:18.000Z",
"updated_at": "2023-11-06T07:44:46.000Z",
"action_id": "779",
"action_name": "发布图文",
"error": null,
"description": "当外部系统有新增图文时,自动发布图文",
"action_type": "action",
"app": null,
"template": null,
"action_key": "779"
}
]
[
{
"id": 14,
"title": "新媒体运营",
"sort": 1,
"scene": 3,
"published_at": "2022-12-08T09:00:26.000Z",
"created_at": "2022-12-08T09:00:24.000Z",
"updated_at": "2022-12-08T09:00:26.000Z",
"template": null,
"seo": []
}
]
[]
55
11
16
10
57
permission
2289
定时查询抖音热词通过ChatGPT生成文章,百家号自动发布
<p>通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p>
zh-Hans
2023-02-14T03:17:14.000Z
2023-02-14T03:17:14.000Z
2023-11-29T04:59:15.000Z
js8732sv
通过此模板可以实现,每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。
anyone
zecdvVwOpG3X
official
pc1265
passed
zhouzhao
js8732sv
zhouzhao
[
{
"desc": "当每天指定时间启动时",
"app_id": 128,
"action_id": 488,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "查询热门视频数据",
"app_id": 94,
"action_id": 529,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "输入您的回答获取ChatGPT答案",
"app_id": 1000856,
"action_id": 1004120,
"action_type": "2",
"sort": "3",
"note": null
},
{
"desc": "发布图文信息",
"app_id": 151,
"action_id": 779,
"action_type": "2",
"sort": "4",
"note": null
}
]
205
false
{
"1": [
{
"key": "hour",
"label": "启动小时数",
"required": true,
"type": "string",
"dropdown": true,
"help_txt": "选择在每天定时启动的小时",
"choices": [
{
"key": "0",
"label": "00:00"
},
{
"key": "1",
"label": "01:00"
},
{
"key": "2",
"label": "02:00"
},
{
"key": "3",
"label": "03:00"
},
{
"key": "4",
"label": "04:00"
},
{
"key": "5",
"label": "05:00"
},
{
"key": "6",
"label": "06:00"
},
{
"key": "7",
"label": "07:00"
},
{
"key": "8",
"label": "08:00"
},
{
"key": "9",
"label": "09:00"
},
{
"key": "10",
"label": "10:00"
},
{
"key": "11",
"label": "11:00"
},
{
"key": "12",
"label": "12:00"
},
{
"key": "13",
"label": "13:00"
},
{
"key": "14",
"label": "14:00"
},
{
"key": "15",
"label": "15:00"
},
{
"key": "16",
"label": "16:00"
},
{
"key": "17",
"label": "17:00"
},
{
"key": "18",
"label": "18:00"
},
{
"key": "19",
"label": "19:00"
},
{
"key": "20",
"label": "20:00"
},
{
"key": "21",
"label": "21:00"
},
{
"key": "22",
"label": "22:00"
},
{
"key": "23",
"label": "23:00"
}
]
},
{
"multiples": false,
"defaulttext": "0",
"dropdown": true,
"help_txt": "选择在启动小时内启动的分钟数",
"choices": [
{
"key": "0",
"label": "00"
},
{
"key": "15",
"label": "15"
},
{
"key": "30",
"label": "30"
},
{
"key": "45",
"label": "45"
}
],
"label": "启动分钟数",
"type": "string",
"dynamic": false,
"key": "minute",
"required": true
},
{
"multiples": false,
"defaulttext": false,
"dropdown": false,
"help_txt": "周末是否依然触发",
"label": "是否在周末触发",
"type": "boolean",
"dynamic": false,
"key": "is_weekend_triggered",
"required": true
}
],
"2": [
{
"label": "数据类型",
"key": "hot_type",
"help_txt": "",
"type": "string",
"dynamic": true,
"required": true,
"dropdown": true,
"choices": [
{
"value": "1",
"label": "实时热点词(每2小时刷新)"
},
{
"value": "2",
"label": "上升热点词(每2小时刷新)"
},
{
"value": "3",
"label": "热点词视频列表"
}
]
}
],
"3": [],
"4": [
{
"key": "title",
"label": "文章标题",
"required": true,
"type": "string",
"help_txt": "限定5-40个中英文字符以内"
},
{
"key": "content",
"label": "正文内容",
"required": true,
"type": "text",
"help_txt": "限制20000个中英文字符内,富文本"
},
{
"key": "origin_url",
"label": "原文地址",
"required": true,
"type": "string",
"help_txt": "相同URL的文章会被认为是同一篇文章,禁止提交"
},
{
"key": "cover_images",
"label": "文章封面图片url",
"required": false,
"multiples": true,
"help_txt": "限定0-3张封面图,封面图尺寸不小于218*146,可以为空,没有封面图的内容将会进入草稿"
},
{
"key": "is_original",
"label": "是否原创",
"required": false,
"dropdown": true,
"help_txt": "1为原创,0为非原创",
"choices": [
{
"key": 1,
"label": "原创"
},
{
"key": 0,
"label": "非原创"
}
]
},
{
"key": "is_split_article",
"label": "仅媒体类型百家号可用",
"required": false,
"dropdown": true,
"help_txt": "标识此篇文章是否单独发布视频内容,1为拆分,0为不拆分,不传此字段时,应用百家号后台默认配置",
"choices": [
{
"key": 1,
"label": "拆分"
},
{
"key": 0,
"label": "不拆分"
}
]
},
{
"key": "video_title",
"label": "拆分发布子视频标题",
"required": false,
"type": "string",
"help_txt": "限定 8-40 个中英文字符以内"
},
{
"key": "video_cover_images",
"label": "拆分发布子视频封面图片地址 url",
"required": false,
"type": "string",
"help_txt": "目前只支持 1 张图片作为封面,封面图尺寸不小于660*370"
}
]
}
[]
[
{
"id": 963,
"title": "如何通过集简云将ChatGPT人工智能接入到您的内容平台中?",
"preview": "ChatGPT是一款非常强大的人工智能产品,可以有创造性的回复和创作文字,图片,适用于很多办公场景。这篇文章将介绍如何将ChatGPT接入到您的办公系统中。\n",
"content": "<h1>在集简云中的ChatGPT应用</h1><p> </p><p>目前集简云提供了三个ChatGPT应用:</p><ul><li>OpenAI(ChatGPT)免费版:这个是集简云提供的一款限时免费体验版本,无需您注册自己的ChatGPT账号就可以使用。但是,只支持默认的AI模型使用(text-davinci-003),回复文字不超过500字。</li><li>ChatGPT:这个是完整的ChatGPT应用,需要使用您自己的ChatGPT账号连接,可以调用您账号下全部的可用模型,可用自定义模型的配置,例如回复字数,创意程度等,用于满足您的使用场景。</li><li><span style=\"color:#333333;\">OpenAI(ChatGPT)付费版:此版本是集简云提供的ChatGPT内置付费应用,使用的ChatGPT官方接口,无需用户注册ChatGPT账号,支持智能问答、自定义模型训练和使用,以满足用户在特定业务情境下的智能问答需要。</span></li></ul><p style=\"margin-left:0px;\"> </p><figure class=\"image\"><img src=\"/uploads/2023_03_15_5_29_16_2e906a8f84.png\"></figure><h1> </h1><p>“ChatGPT和”“<span style=\"color:#333333;\">OpenAI(ChatGPT)付费版</span>”支持模型训练与使用,让ChatGPT的回复能够更“懂”你的业务,点击了解详情:</p><p> </p><ul><li><a href=\"https://www.jijyun.cn/help/detail/1030\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>OpenAI(ChatGPT)付费版如何使用?</u></span></a></li><li><a href=\"https://www.jijyun.cn/help/detail/1009\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(240,75%,60%);\"><u>如何训练ChatGPT?</u></span></a></li></ul><p> </p><p>如果您还没有了解过集简云产品,建议您先观看集简云的产品介绍,了解<a href=\"https://www.jijyun.cn/help/detail/1\" target=\"_blank\" rel=\"noopener noreferrer\">集简云的功能</a></p><p> </p><h1>示例1:抖音热词搜索 + ChatGPT +百家号:打造ChatGPT自动根据抖音热词生成文章并发布到百家号</h1><p> </p><p>场景说明:每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。</p><p> </p><p>效果展现:</p><p> </p><figure class=\"image image_resized\" style=\"width:61.33%;\"><img src=\"/uploads/2_da310a8078.png\"></figure><p> </p><p> </p><h2>如何搭建?</h2><p><br>准备工作: 需要将您的抖音号,百家号授权到集简云平台</p><p> </p><p>下面我们开始搭建这个流程:</p><p>1 登录<a href=\"https://apps.jijyun.cn/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">集简云</span></a></p><p>2 创建一个流程: 点击<a href=\"https://apps.jijyun.cn/data-pipeline/create \" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">创建一个新流程</span></a>: 或者 使用<a href=\"https://www.jijyun.cn/apps/processes/2287\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">流程模板</span></a>创建 </p><p> </p><p><strong>步骤1:在触发动作,选择“定时启动任务”下的“当每天指定时间启动时”动作</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:71.66%;\"><img src=\"/uploads/3_d7f1bf38bc.png\"></figure><p> </p><p>设置好相应的字段:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.86%;\"><img src=\"/uploads/4_5d09127f7d.png\"></figure><p> </p><p>获取样本:<br> </p><figure class=\"image image_resized\" style=\"width:74.71%;\"><img src=\"/uploads/5_d4cbee4167.png\"></figure><p> </p><p><strong>步骤2:添加执行动作,抖音-查询热门视频数据</strong></p><p> </p><figure class=\"image image_resized\" style=\"width:78.38%;\"><img src=\"/uploads/6_f235dc319f.png\"></figure><p> </p><p>完成字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:76.07%;\"><img src=\"/uploads/7_028b6283da.png\"></figure><p> </p><p>获取样本</p><figure class=\"image\"><img src=\"/uploads/8_d1a0c3360b.png\"></figure><p> </p><p> </p><p>步骤3:添加执行动作,选择集简云免费提供的 ”OpenAI(ChatGPT)内置“应用, 选择动作为 提问ChatGPT<br> </p><figure class=\"image\"><img src=\"/uploads/9_606cad9b8e.png\"></figure><p> </p><p>配置抖音与ChatGPT的字段匹配关系</p><p>这里我们需要设置,将抖音的哪个字段发送给ChatGPT进行提问:</p><p> </p><figure class=\"image image_resized\" style=\"width:72.67%;\"><img src=\"/uploads/10_7f7551d5e7.png\"></figure><p> </p><p>这里我们插入的是一个变量,这个变量会随着用户实际发送的内容不同,自动进行变化。 我们也可以输入固定文字来帮助限制回答的内容范围,例如,请围绕xxx(变量)的话题,写一篇的中英对照的文章,要求写出情人节的来源和意义。</p><p> </p><figure class=\"image image_resized\" style=\"width:70.54%;\"><img src=\"/uploads/11_d089fea764.png\"></figure><p> </p><p>点击发送,我们获得了ChatGPT的回答:<br> </p><figure class=\"image image_resized\" style=\"width:75.68%;\"><img src=\"/uploads/12_4861ced43d.png\"></figure><p> </p><p>为了发文的段落美观一点,我们添加步骤4:选择集简云的内置应用\"文本处理\"</p><p> </p><figure class=\"image image_resized\" style=\"width:72.08%;\"><img src=\"/uploads/13_eca5d128ba.png\"></figure><p> </p><p>设置字段匹配:</p><p> </p><figure class=\"image image_resized\" style=\"width:77.76%;\"><img src=\"/uploads/14_3279cc7f17.png\"></figure><p> </p><p>我们即可得到一条换行分隔的样本数据:</p><p> </p><figure class=\"image image_resized\" style=\"width:80.85%;\"><img src=\"/uploads/15_53635fb224.png\"></figure><p> </p><p>步骤5:下面我们将发送的内容同步到百家号,选择\"发布图文\"动作</p><p> </p><figure class=\"image image_resized\" style=\"width:66%;\"><img src=\"/uploads/16_544a8d66ec.png\"></figure><p> </p><p>设置匹配关系,从步骤4中选择发送ChatGPT回复的内容文本:</p><p> </p><figure class=\"image image_resized\" style=\"width:83.15%;\"><img src=\"/uploads/17_d4e44b3fd4.png\"></figure><p> </p><p> </p><p>点击发送数据查看, 显示发送成功,<br> </p><figure class=\"image image_resized\" style=\"width:75.52%;\"><img src=\"/uploads/18_579d4b4fd0.png\"></figure><p> </p><p>保存流程,然后就可以实现每天定时查询抖音热门视频数据,通过ChatGPT自动生成文章,然后同步到百家号发布。<br> </p><figure class=\"image\"><img src=\"/uploads/19_afd9a32333.png\"></figure><p> </p><h1> </h1>",
"sort": null,
"usage": "help_doc",
"published_at": "2023-02-14T06:15:47.000Z",
"created_at": "2023-02-14T05:40:41.000Z",
"updated_at": "2023-03-15T09:54:29.000Z",
"help_collection": 11,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 9265,
"name": "画板 – 30.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "30_d3bf9b21bf",
"ext": ".png",
"mime": "image/png",
"size": 3.26,
"url": "/uploads/30_d3bf9b21bf.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:37:01.000Z",
"updated_at": "2023-02-14T06:37:01.000Z"
},
"media": {
"id": 9264,
"name": "自定义大小 – 17.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 17.png",
"hash": "thumbnail_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 13.36,
"path": null,
"url": "/uploads/thumbnail_17_9edead40dc.png"
},
"large": {
"name": "large_自定义大小 – 17.png",
"hash": "large_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 91.58,
"path": null,
"url": "/uploads/large_17_9edead40dc.png"
},
"medium": {
"name": "medium_自定义大小 – 17.png",
"hash": "medium_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 62.72,
"path": null,
"url": "/uploads/medium_17_9edead40dc.png"
},
"small": {
"name": "small_自定义大小 – 17.png",
"hash": "small_17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 36.48,
"path": null,
"url": "/uploads/small_17_9edead40dc.png"
}
},
"hash": "17_9edead40dc",
"ext": ".png",
"mime": "image/png",
"size": 40.06,
"url": "/uploads/17_9edead40dc.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-14T06:33:51.000Z",
"updated_at": "2023-02-14T06:33:51.000Z"
}
}
]
[
{
"id": 89,
"name": "定时启动任务",
"description": "<p>通常来说,集简云的数据流程是以一个指定应用的触发动作来触发,比如当微信公众号有新用户关注,或者CRM系统里有新增销售线索等。但是,有时我们需要流程在指定时间执行,而不是由某个应用触发,例如:每天晚上12点查询广告推广数据,每小时查询一次实时要闻等,这些在指定时间执行,而非某个应用触发的场景,可以通过集简云的内置应用:”定时启动”来实现。</p>",
"popular": -21,
"published_at": "2021-10-25T05:38:55.000Z",
"created_at": "2021-10-25T05:38:53.000Z",
"updated_at": "2022-04-21T08:55:59.000Z",
"app_id": "128",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "在指定日期时间启动流程",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3485,
"name": "dingshiqidong.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "dingshiqidong_4510a21990",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/dingshiqidong_4510a21990.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:55:57.000Z",
"updated_at": "2022-04-21T08:55:57.000Z"
}
},
{
"id": 57,
"name": "抖音(普通号)",
"description": "<p>抖音,是由字节跳动孵化的一款音乐创意短视频社交软件。该软件于2016年9月20日上线,是一个面向全年龄的短视频社区平台。</p>",
"popular": 215,
"published_at": "2021-10-25T03:33:39.000Z",
"created_at": "2021-10-25T03:33:37.000Z",
"updated_at": "2023-07-13T10:08:52.000Z",
"app_id": "94",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "短视频社交平台",
"available": true,
"appid": null,
"website": "https://e.douyin.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1813,
"name": "Doyen.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Doyen_88f42118bf",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 20.28,
"url": "/uploads/Doyen_88f42118bf.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:47:40.000Z",
"updated_at": "2022-01-26T02:47:40.000Z"
}
},
{
"id": 1378,
"name": "OpenAI(ChatGPT)免费版",
"description": "<p>集简云提供的ChatGPT应用(限时免费),无需注册ChatGPT账户即可使用。</p>",
"popular": 100,
"published_at": "2023-02-13T03:35:54.000Z",
"created_at": "2023-02-13T03:35:54.000Z",
"updated_at": "2023-04-07T03:07:30.000Z",
"app_id": "1000856",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用免费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.2",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9106,
"name": "内置.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "_a29c8cac21",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/_a29c8cac21.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-13T03:39:05.000Z",
"updated_at": "2023-02-13T03:39:05.000Z"
}
},
{
"id": 123,
"name": "百度百家号",
"description": "<p>百家号,是百度为创作者打造的集创作、发布、变现于一体的内容创作平台,也是众多企业实现营销转化的运营新阵地 。内容创作者在百家号发布的内容会通过百度信息流、百度搜索等分发渠道影响亿万用户。</p>",
"popular": 130,
"published_at": "2021-11-10T08:07:16.000Z",
"created_at": "2021-11-10T08:07:12.000Z",
"updated_at": "2023-02-21T05:47:06.000Z",
"app_id": "151",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "百度内容平台",
"available": true,
"appid": null,
"website": "https://baijiahao.baidu.com/",
"video": null,
"videos": 96,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9403,
"name": "百度百家号.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "_ad314030b0",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.91,
"url": "/uploads/_ad314030b0.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-02-21T05:47:03.000Z",
"updated_at": "2023-02-21T05:47:03.000Z"
}
}
]
[
{
"id": 6,
"name": "个人效率",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:23.000Z",
"created_at": "2022-05-20T08:13:08.000Z",
"updated_at": "2022-05-30T07:29:23.000Z",
"sort": 6
},
{
"id": 10,
"name": "内容运营",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:29.000Z",
"created_at": "2022-05-30T07:23:10.000Z",
"updated_at": "2022-05-30T07:29:29.000Z",
"sort": 7
}
]
[
{
"id": 5209,
"key": null,
"published_at": "2023-02-13T09:26:34.000Z",
"created_at": "2023-02-13T09:26:34.000Z",
"updated_at": "2023-02-13T09:26:34.000Z",
"action_id": "1004120",
"action_name": "提问ChatGPT",
"error": null,
"description": "输入您的回答获取ChatGPT答案",
"action_type": "action",
"app": null,
"template": null,
"action_key": null
},
{
"id": 411,
"key": null,
"published_at": "2021-11-30T05:46:43.000Z",
"created_at": "2021-11-30T05:46:40.000Z",
"updated_at": "2023-11-06T07:42:49.000Z",
"action_id": "488",
"action_name": "当每天指定时间启动时",
"error": null,
"description": "当每天指定时间启动时",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "488"
},
{
"id": 138,
"key": null,
"published_at": "2021-11-24T08:04:45.000Z",
"created_at": "2021-11-24T08:04:43.000Z",
"updated_at": "2023-11-06T07:42:13.000Z",
"action_id": "529",
"action_name": "查询热门视频数据",
"error": null,
"description": "查询上热门的视频数据(播放量,点击量,转发量等)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "529"
},
{
"id": 544,
"key": null,
"published_at": "2021-11-30T07:45:20.000Z",
"created_at": "2021-11-30T07:45:18.000Z",
"updated_at": "2023-11-06T07:44:46.000Z",
"action_id": "779",
"action_name": "发布图文",
"error": null,
"description": "当外部系统有新增图文时,自动发布图文",
"action_type": "action",
"app": null,
"template": null,
"action_key": "779"
}
]
[
{
"id": 14,
"title": "新媒体运营",
"sort": 1,
"scene": 3,
"published_at": "2022-12-08T09:00:26.000Z",
"created_at": "2022-12-08T09:00:24.000Z",
"updated_at": "2022-12-08T09:00:26.000Z",
"template": null,
"seo": []
}
]
[]
55
11
16
10
57