• 当前模板排行信息
  • 周排行
  • 月排行
  • 季度排行
  • 年度排行

    案例文章

推荐的的流程模板
请稍后...
自定义您的业务流程
选择的触发与执行动作,建立自动化的业务流程。
当这个情况发生时触发动作
    做这件事情执行动作
      开始创建吧
      立即创建使用
      相关文章
    • Code 1218 钉钉(自建应用)合同审批通过后,E签宝自动完成电子签章 <p>业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。</p> zh-Hans 2022-07-07T10:51:42.000Z 2022-07-07T10:51:42.000Z 2023-06-02T02:57:00.000Z 1 el4061lf 业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。 anyone 8u57rQ9i9xHf official pc1265 passed 孙浩 el4061lf 孙浩 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 395, "desc": "当审批流程结束时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "3", "action_id": 626, "desc": "向指定账户上传文件", "note": null }, { "app_id": 142, "action_type": "2", "sort": "4", "action_id": 627, "desc": "查询合同文件详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "5", "action_id": 628, "desc": "给指定账户发起合同签署", "note": null }, { "app_id": 142, "action_type": "2", "sort": "6", "action_id": 1775, "desc": "开启签署指定合同签署流程", "note": null }, { "app_id": 142, "action_type": "2", "sort": "7", "action_id": 1799, "desc": "完成指定的签署流程,结束签署", "note": null } ] 11 3 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "文件所在URL地址", "dropdown": false, "help_txt": "请填写文件所在网络地址URL", "key": "file", "required": true }, { "label": "是否自动转换为PDF格式", "help_txt": "默认不转换,如果您的文件不是PDF格式,可以选择自动转换为PDF。", "type": "boolean", "key": "convert2Pdf", "required": false }, { "label": "文件名称(需要带扩展名)", "help_txt": "文件名称, 必须带上文件扩展名,不然会导致后续发起流程校验过不去 示例:合同.pdf. 该字段的文件后缀名称和真实的文件后缀需要一致。比如上传的文件类型是word文件,那该参数需要传“xxx.docx”,不能是“xxx.pdf”, 文件名称不支持以下9个字符:/ \\ : * \" < > | ?", "key": "fileName", "required": true } ], "4": [ { "key": "file_id", "help_txt": "文件ID(fileId)字段可以上传文件的返回参数中获取", "label": "文件ID", "type": "string", "required": true } ], "5": [ { "key": "businessScene", "label": "本次签署流程的文件主题名称", "required": true }, { "key": "filedId", "label": "文件的ID", "required": true, "help_txt": "您可在本应用执行功能列表中的上传文件功能执行后得到被上传文件的id。或者您也可以在此处配置一个有效的文件id以支持本流程" }, { "key": "signValidity", "label": "本次签署流程的截止时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractValidity", "label": "本次签署文件的到期时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractRemind", "label": "本次签署的续签提醒时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "initiatorAccountId", "label": "发起人账户id", "required": false, "help_txt": "即发起本次签署的操作人个人账号id;如不传,默认由对接平台发起" }, { "key": "signType", "label": "签署类型", "required": false, "type": "string", "dropdown": true, "choices": [ { "key": "0", "label": "不限" }, { "key": "1", "label": "单页签署" }, { "key": "2", "label": "骑缝签署" } ], "defaulttext": "1", "help_txt": "" }, { "key": "posPage", "label": "盖章位置", "required": false, "help_txt": "在此选定您要盖章的文件位置(第几页)请勿超过实际文件的页数,以免流程执行出错。", "type": "string" }, { "key": "posX", "label": "盖章坐标X值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写X值。当签署类型为:'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定X的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "posY", "label": "盖章坐标Y值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写Y值,当签署类型为:'骑缝签署'或'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定Y的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "noticeDeveloperUrl", "label": "通知回调地址", "required": false, "help_txt": "当合同签署或者超时后发送数据到此回调地址,如果您没有回调地址可以考虑使用集简云内置应用“Webhook”的接收数据生成回调地址。" } ], "6": [ { "type": "copy", "help_txt": "签署流程开启后,不能删除流程已关联的文档,不能向流程再新添加文档。" }, { "key": "flowId", "label": "合同签署流程id", "required": true, "type": "string", "help_txt": "可以通过发起合同签署执行动作中获取" } ], "7": [ { "type": "copy", "help_txt": "签署流程中已添加签署方全部完成签章后才可以结束流程。" }, { "key": "flowId", "label": "流程id", "required": true, "type": "string", "help_txt": "" } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 100, "name": "e签宝", "description": "<p>e签宝是中国互联网电子签名行业领跑者。致力于为客户提供具有法律效力的电子合同全生命周期服务,将原本需要耗费数日之久的文件签署环节,压缩到只需几十秒。</p>", "popular": 158, "published_at": "2021-10-25T05:49:30.000Z", "created_at": "2021-10-25T05:49:28.000Z", "updated_at": "2023-04-06T06:28:28.000Z", "app_id": "142", "category": "Tools", "locale": "zh-Hans", "short_description": "电子合同", "available": true, "appid": null, "website": "https://www.esign.cn", "video": null, "videos": 79, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1814, "name": "Eqianbao.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Eqianbao_e369ea54b6", "ext": ".svg", "mime": "image/svg+xml", "size": 0.99, "url": "/uploads/Eqianbao_e369ea54b6.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:47:57.000Z", "updated_at": "2022-01-26T02:47:57.000Z" } } ] [ { "id": 4, "name": "客户管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:35.000Z", "created_at": "2022-05-20T08:12:43.000Z", "updated_at": "2022-05-30T07:29:35.000Z", "sort": 2 }, { "id": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 } ] [ { "id": 1752, "key": null, "published_at": "2022-05-12T11:13:56.000Z", "created_at": "2022-05-12T11:13:56.000Z", "updated_at": "2022-05-12T11:13:56.000Z", "action_id": "1775", "action_name": "开启签署流程", "error": null, "description": "开启签署指定合同签署流程", "action_type": "action", "app": null, "template": null }, { "id": 1787, "key": null, "published_at": "2022-05-12T11:30:12.000Z", "created_at": "2022-05-12T11:30:12.000Z", "updated_at": "2022-05-12T11:30:12.000Z", "action_id": "1799", "action_name": "完成签署", "error": null, "description": "完成指定的签署流程,结束签署", "action_type": "action", "app": null, "template": null }, { "id": 357, "key": null, "published_at": "2021-11-29T09:59:07.000Z", "created_at": "2021-11-29T09:59:05.000Z", "updated_at": "2022-06-29T06:51:54.000Z", "action_id": "395", "action_name": "当审批流程结束时", "error": null, "description": "当钉钉(自建应用)有审批流程结束时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null }, { "id": 505, "key": null, "published_at": "2021-11-30T07:30:29.000Z", "created_at": "2021-11-30T07:30:21.000Z", "updated_at": "2021-11-30T07:31:40.000Z", "action_id": "626", "action_name": "上传文件", "error": null, "description": "当外部系统有合同发起时,E签宝上传文件", "action_type": "action", "app": null, "template": null }, { "id": 508, "key": null, "published_at": "2021-11-30T07:31:04.000Z", "created_at": "2021-11-30T07:31:02.000Z", "updated_at": "2021-11-30T07:31:04.000Z", "action_id": "627", "action_name": "查询合同文件详情", "error": null, "description": "发起合同后自动查询合同文件详情", "action_type": "action", "app": null, "template": null }, { "id": 512, "key": null, "published_at": "2021-11-30T07:32:28.000Z", "created_at": "2021-11-30T07:32:26.000Z", "updated_at": "2021-11-30T07:32:28.000Z", "action_id": "628", "action_name": "发起合同签署", "error": null, "description": "发起合同签署流程", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 71 99 62 66
    • Msg 1218 钉钉(自建应用)合同审批通过后,E签宝自动完成电子签章 <p>业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。</p> zh-Hans 2022-07-07T10:51:42.000Z 2022-07-07T10:51:42.000Z 2023-06-02T02:57:00.000Z 1 el4061lf 业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。 anyone 8u57rQ9i9xHf official pc1265 passed 孙浩 el4061lf 孙浩 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 395, "desc": "当审批流程结束时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "3", "action_id": 626, "desc": "向指定账户上传文件", "note": null }, { "app_id": 142, "action_type": "2", "sort": "4", "action_id": 627, "desc": "查询合同文件详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "5", "action_id": 628, "desc": "给指定账户发起合同签署", "note": null }, { "app_id": 142, "action_type": "2", "sort": "6", "action_id": 1775, "desc": "开启签署指定合同签署流程", "note": null }, { "app_id": 142, "action_type": "2", "sort": "7", "action_id": 1799, "desc": "完成指定的签署流程,结束签署", "note": null } ] 11 3 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "文件所在URL地址", "dropdown": false, "help_txt": "请填写文件所在网络地址URL", "key": "file", "required": true }, { "label": "是否自动转换为PDF格式", "help_txt": "默认不转换,如果您的文件不是PDF格式,可以选择自动转换为PDF。", "type": "boolean", "key": "convert2Pdf", "required": false }, { "label": "文件名称(需要带扩展名)", "help_txt": "文件名称, 必须带上文件扩展名,不然会导致后续发起流程校验过不去 示例:合同.pdf. 该字段的文件后缀名称和真实的文件后缀需要一致。比如上传的文件类型是word文件,那该参数需要传“xxx.docx”,不能是“xxx.pdf”, 文件名称不支持以下9个字符:/ \\ : * \" < > | ?", "key": "fileName", "required": true } ], "4": [ { "key": "file_id", "help_txt": "文件ID(fileId)字段可以上传文件的返回参数中获取", "label": "文件ID", "type": "string", "required": true } ], "5": [ { "key": "businessScene", "label": "本次签署流程的文件主题名称", "required": true }, { "key": "filedId", "label": "文件的ID", "required": true, "help_txt": "您可在本应用执行功能列表中的上传文件功能执行后得到被上传文件的id。或者您也可以在此处配置一个有效的文件id以支持本流程" }, { "key": "signValidity", "label": "本次签署流程的截止时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractValidity", "label": "本次签署文件的到期时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractRemind", "label": "本次签署的续签提醒时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "initiatorAccountId", "label": "发起人账户id", "required": false, "help_txt": "即发起本次签署的操作人个人账号id;如不传,默认由对接平台发起" }, { "key": "signType", "label": "签署类型", "required": false, "type": "string", "dropdown": true, "choices": [ { "key": "0", "label": "不限" }, { "key": "1", "label": "单页签署" }, { "key": "2", "label": "骑缝签署" } ], "defaulttext": "1", "help_txt": "" }, { "key": "posPage", "label": "盖章位置", "required": false, "help_txt": "在此选定您要盖章的文件位置(第几页)请勿超过实际文件的页数,以免流程执行出错。", "type": "string" }, { "key": "posX", "label": "盖章坐标X值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写X值。当签署类型为:'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定X的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "posY", "label": "盖章坐标Y值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写Y值,当签署类型为:'骑缝签署'或'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定Y的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "noticeDeveloperUrl", "label": "通知回调地址", "required": false, "help_txt": "当合同签署或者超时后发送数据到此回调地址,如果您没有回调地址可以考虑使用集简云内置应用“Webhook”的接收数据生成回调地址。" } ], "6": [ { "type": "copy", "help_txt": "签署流程开启后,不能删除流程已关联的文档,不能向流程再新添加文档。" }, { "key": "flowId", "label": "合同签署流程id", "required": true, "type": "string", "help_txt": "可以通过发起合同签署执行动作中获取" } ], "7": [ { "type": "copy", "help_txt": "签署流程中已添加签署方全部完成签章后才可以结束流程。" }, { "key": "flowId", "label": "流程id", "required": true, "type": "string", "help_txt": "" } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 100, "name": "e签宝", "description": "<p>e签宝是中国互联网电子签名行业领跑者。致力于为客户提供具有法律效力的电子合同全生命周期服务,将原本需要耗费数日之久的文件签署环节,压缩到只需几十秒。</p>", "popular": 158, "published_at": "2021-10-25T05:49:30.000Z", "created_at": "2021-10-25T05:49:28.000Z", "updated_at": "2023-04-06T06:28:28.000Z", "app_id": "142", "category": "Tools", "locale": "zh-Hans", "short_description": "电子合同", "available": true, "appid": null, "website": "https://www.esign.cn", "video": null, "videos": 79, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1814, "name": "Eqianbao.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Eqianbao_e369ea54b6", "ext": ".svg", "mime": "image/svg+xml", "size": 0.99, "url": "/uploads/Eqianbao_e369ea54b6.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:47:57.000Z", "updated_at": "2022-01-26T02:47:57.000Z" } } ] [ { "id": 4, "name": "客户管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:35.000Z", "created_at": "2022-05-20T08:12:43.000Z", "updated_at": "2022-05-30T07:29:35.000Z", "sort": 2 }, { "id": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 } ] [ { "id": 1752, "key": null, "published_at": "2022-05-12T11:13:56.000Z", "created_at": "2022-05-12T11:13:56.000Z", "updated_at": "2022-05-12T11:13:56.000Z", "action_id": "1775", "action_name": "开启签署流程", "error": null, "description": "开启签署指定合同签署流程", "action_type": "action", "app": null, "template": null }, { "id": 1787, "key": null, "published_at": "2022-05-12T11:30:12.000Z", "created_at": "2022-05-12T11:30:12.000Z", "updated_at": "2022-05-12T11:30:12.000Z", "action_id": "1799", "action_name": "完成签署", "error": null, "description": "完成指定的签署流程,结束签署", "action_type": "action", "app": null, "template": null }, { "id": 357, "key": null, "published_at": "2021-11-29T09:59:07.000Z", "created_at": "2021-11-29T09:59:05.000Z", "updated_at": "2022-06-29T06:51:54.000Z", "action_id": "395", "action_name": "当审批流程结束时", "error": null, "description": "当钉钉(自建应用)有审批流程结束时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null }, { "id": 505, "key": null, "published_at": "2021-11-30T07:30:29.000Z", "created_at": "2021-11-30T07:30:21.000Z", "updated_at": "2021-11-30T07:31:40.000Z", "action_id": "626", "action_name": "上传文件", "error": null, "description": "当外部系统有合同发起时,E签宝上传文件", "action_type": "action", "app": null, "template": null }, { "id": 508, "key": null, "published_at": "2021-11-30T07:31:04.000Z", "created_at": "2021-11-30T07:31:02.000Z", "updated_at": "2021-11-30T07:31:04.000Z", "action_id": "627", "action_name": "查询合同文件详情", "error": null, "description": "发起合同后自动查询合同文件详情", "action_type": "action", "app": null, "template": null }, { "id": 512, "key": null, "published_at": "2021-11-30T07:32:28.000Z", "created_at": "2021-11-30T07:32:26.000Z", "updated_at": "2021-11-30T07:32:28.000Z", "action_id": "628", "action_name": "发起合同签署", "error": null, "description": "发起合同签署流程", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 71 99 62 66
    • Data 1218 钉钉(自建应用)合同审批通过后,E签宝自动完成电子签章 <p>业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。</p> zh-Hans 2022-07-07T10:51:42.000Z 2022-07-07T10:51:42.000Z 2023-06-02T02:57:00.000Z 1 el4061lf 业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。 anyone 8u57rQ9i9xHf official pc1265 passed 孙浩 el4061lf 孙浩 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 395, "desc": "当审批流程结束时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "3", "action_id": 626, "desc": "向指定账户上传文件", "note": null }, { "app_id": 142, "action_type": "2", "sort": "4", "action_id": 627, "desc": "查询合同文件详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "5", "action_id": 628, "desc": "给指定账户发起合同签署", "note": null }, { "app_id": 142, "action_type": "2", "sort": "6", "action_id": 1775, "desc": "开启签署指定合同签署流程", "note": null }, { "app_id": 142, "action_type": "2", "sort": "7", "action_id": 1799, "desc": "完成指定的签署流程,结束签署", "note": null } ] 11 3 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "文件所在URL地址", "dropdown": false, "help_txt": "请填写文件所在网络地址URL", "key": "file", "required": true }, { "label": "是否自动转换为PDF格式", "help_txt": "默认不转换,如果您的文件不是PDF格式,可以选择自动转换为PDF。", "type": "boolean", "key": "convert2Pdf", "required": false }, { "label": "文件名称(需要带扩展名)", "help_txt": "文件名称, 必须带上文件扩展名,不然会导致后续发起流程校验过不去 示例:合同.pdf. 该字段的文件后缀名称和真实的文件后缀需要一致。比如上传的文件类型是word文件,那该参数需要传“xxx.docx”,不能是“xxx.pdf”, 文件名称不支持以下9个字符:/ \\ : * \" < > | ?", "key": "fileName", "required": true } ], "4": [ { "key": "file_id", "help_txt": "文件ID(fileId)字段可以上传文件的返回参数中获取", "label": "文件ID", "type": "string", "required": true } ], "5": [ { "key": "businessScene", "label": "本次签署流程的文件主题名称", "required": true }, { "key": "filedId", "label": "文件的ID", "required": true, "help_txt": "您可在本应用执行功能列表中的上传文件功能执行后得到被上传文件的id。或者您也可以在此处配置一个有效的文件id以支持本流程" }, { "key": "signValidity", "label": "本次签署流程的截止时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractValidity", "label": "本次签署文件的到期时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractRemind", "label": "本次签署的续签提醒时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "initiatorAccountId", "label": "发起人账户id", "required": false, "help_txt": "即发起本次签署的操作人个人账号id;如不传,默认由对接平台发起" }, { "key": "signType", "label": "签署类型", "required": false, "type": "string", "dropdown": true, "choices": [ { "key": "0", "label": "不限" }, { "key": "1", "label": "单页签署" }, { "key": "2", "label": "骑缝签署" } ], "defaulttext": "1", "help_txt": "" }, { "key": "posPage", "label": "盖章位置", "required": false, "help_txt": "在此选定您要盖章的文件位置(第几页)请勿超过实际文件的页数,以免流程执行出错。", "type": "string" }, { "key": "posX", "label": "盖章坐标X值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写X值。当签署类型为:'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定X的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "posY", "label": "盖章坐标Y值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写Y值,当签署类型为:'骑缝签署'或'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定Y的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "noticeDeveloperUrl", "label": "通知回调地址", "required": false, "help_txt": "当合同签署或者超时后发送数据到此回调地址,如果您没有回调地址可以考虑使用集简云内置应用“Webhook”的接收数据生成回调地址。" } ], "6": [ { "type": "copy", "help_txt": "签署流程开启后,不能删除流程已关联的文档,不能向流程再新添加文档。" }, { "key": "flowId", "label": "合同签署流程id", "required": true, "type": "string", "help_txt": "可以通过发起合同签署执行动作中获取" } ], "7": [ { "type": "copy", "help_txt": "签署流程中已添加签署方全部完成签章后才可以结束流程。" }, { "key": "flowId", "label": "流程id", "required": true, "type": "string", "help_txt": "" } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 100, "name": "e签宝", "description": "<p>e签宝是中国互联网电子签名行业领跑者。致力于为客户提供具有法律效力的电子合同全生命周期服务,将原本需要耗费数日之久的文件签署环节,压缩到只需几十秒。</p>", "popular": 158, "published_at": "2021-10-25T05:49:30.000Z", "created_at": "2021-10-25T05:49:28.000Z", "updated_at": "2023-04-06T06:28:28.000Z", "app_id": "142", "category": "Tools", "locale": "zh-Hans", "short_description": "电子合同", "available": true, "appid": null, "website": "https://www.esign.cn", "video": null, "videos": 79, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1814, "name": "Eqianbao.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Eqianbao_e369ea54b6", "ext": ".svg", "mime": "image/svg+xml", "size": 0.99, "url": "/uploads/Eqianbao_e369ea54b6.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:47:57.000Z", "updated_at": "2022-01-26T02:47:57.000Z" } } ] [ { "id": 4, "name": "客户管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:35.000Z", "created_at": "2022-05-20T08:12:43.000Z", "updated_at": "2022-05-30T07:29:35.000Z", "sort": 2 }, { "id": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 } ] [ { "id": 1752, "key": null, "published_at": "2022-05-12T11:13:56.000Z", "created_at": "2022-05-12T11:13:56.000Z", "updated_at": "2022-05-12T11:13:56.000Z", "action_id": "1775", "action_name": "开启签署流程", "error": null, "description": "开启签署指定合同签署流程", "action_type": "action", "app": null, "template": null }, { "id": 1787, "key": null, "published_at": "2022-05-12T11:30:12.000Z", "created_at": "2022-05-12T11:30:12.000Z", "updated_at": "2022-05-12T11:30:12.000Z", "action_id": "1799", "action_name": "完成签署", "error": null, "description": "完成指定的签署流程,结束签署", "action_type": "action", "app": null, "template": null }, { "id": 357, "key": null, "published_at": "2021-11-29T09:59:07.000Z", "created_at": "2021-11-29T09:59:05.000Z", "updated_at": "2022-06-29T06:51:54.000Z", "action_id": "395", "action_name": "当审批流程结束时", "error": null, "description": "当钉钉(自建应用)有审批流程结束时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null }, { "id": 505, "key": null, "published_at": "2021-11-30T07:30:29.000Z", "created_at": "2021-11-30T07:30:21.000Z", "updated_at": "2021-11-30T07:31:40.000Z", "action_id": "626", "action_name": "上传文件", "error": null, "description": "当外部系统有合同发起时,E签宝上传文件", "action_type": "action", "app": null, "template": null }, { "id": 508, "key": null, "published_at": "2021-11-30T07:31:04.000Z", "created_at": "2021-11-30T07:31:02.000Z", "updated_at": "2021-11-30T07:31:04.000Z", "action_id": "627", "action_name": "查询合同文件详情", "error": null, "description": "发起合同后自动查询合同文件详情", "action_type": "action", "app": null, "template": null }, { "id": 512, "key": null, "published_at": "2021-11-30T07:32:28.000Z", "created_at": "2021-11-30T07:32:26.000Z", "updated_at": "2021-11-30T07:32:28.000Z", "action_id": "628", "action_name": "发起合同签署", "error": null, "description": "发起合同签署流程", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 71 99 62 66
    • permission 1218 钉钉(自建应用)合同审批通过后,E签宝自动完成电子签章 <p>业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。</p> zh-Hans 2022-07-07T10:51:42.000Z 2022-07-07T10:51:42.000Z 2023-06-02T02:57:00.000Z 1 el4061lf 业务人员在钉钉(自建应用)上提交合同审批,每当审批通过后,自动在e签宝上传附件合同并盖章,完成电子章签署流程。 anyone 8u57rQ9i9xHf official pc1265 passed 孙浩 el4061lf 孙浩 [ { "app_id": 69, "action_type": "1", "sort": "1", "action_id": 395, "desc": "当审批流程结束时", "note": null }, { "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "desc": "根据审批实例ID查询审批实例详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "3", "action_id": 626, "desc": "向指定账户上传文件", "note": null }, { "app_id": 142, "action_type": "2", "sort": "4", "action_id": 627, "desc": "查询合同文件详情", "note": null }, { "app_id": 142, "action_type": "2", "sort": "5", "action_id": 628, "desc": "给指定账户发起合同签署", "note": null }, { "app_id": 142, "action_type": "2", "sort": "6", "action_id": 1775, "desc": "开启签署指定合同签署流程", "note": null }, { "app_id": 142, "action_type": "2", "sort": "7", "action_id": 1799, "desc": "完成指定的签署流程,结束签署", "note": null } ] 11 3 { "1": [], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "3": [ { "label": "文件所在URL地址", "dropdown": false, "help_txt": "请填写文件所在网络地址URL", "key": "file", "required": true }, { "label": "是否自动转换为PDF格式", "help_txt": "默认不转换,如果您的文件不是PDF格式,可以选择自动转换为PDF。", "type": "boolean", "key": "convert2Pdf", "required": false }, { "label": "文件名称(需要带扩展名)", "help_txt": "文件名称, 必须带上文件扩展名,不然会导致后续发起流程校验过不去 示例:合同.pdf. 该字段的文件后缀名称和真实的文件后缀需要一致。比如上传的文件类型是word文件,那该参数需要传“xxx.docx”,不能是“xxx.pdf”, 文件名称不支持以下9个字符:/ \\ : * \" < > | ?", "key": "fileName", "required": true } ], "4": [ { "key": "file_id", "help_txt": "文件ID(fileId)字段可以上传文件的返回参数中获取", "label": "文件ID", "type": "string", "required": true } ], "5": [ { "key": "businessScene", "label": "本次签署流程的文件主题名称", "required": true }, { "key": "filedId", "label": "文件的ID", "required": true, "help_txt": "您可在本应用执行功能列表中的上传文件功能执行后得到被上传文件的id。或者您也可以在此处配置一个有效的文件id以支持本流程" }, { "key": "signValidity", "label": "本次签署流程的截止时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractValidity", "label": "本次签署文件的到期时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "contractRemind", "label": "本次签署的续签提醒时间", "help_txt": "时间戳毫秒格式,示例:1601049600000, 如需要日期时间转换可以使用内置应用“日期时间格式转换”进行。", "required": false, "type": "number" }, { "key": "initiatorAccountId", "label": "发起人账户id", "required": false, "help_txt": "即发起本次签署的操作人个人账号id;如不传,默认由对接平台发起" }, { "key": "signType", "label": "签署类型", "required": false, "type": "string", "dropdown": true, "choices": [ { "key": "0", "label": "不限" }, { "key": "1", "label": "单页签署" }, { "key": "2", "label": "骑缝签署" } ], "defaulttext": "1", "help_txt": "" }, { "key": "posPage", "label": "盖章位置", "required": false, "help_txt": "在此选定您要盖章的文件位置(第几页)请勿超过实际文件的页数,以免流程执行出错。", "type": "string" }, { "key": "posX", "label": "盖章坐标X值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写X值。当签署类型为:'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定X的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "posY", "label": "盖章坐标Y值", "required": false, "help_txt": "在此确认您希望电子印章展示在电子合同上的位置,此处填写Y值,当签署类型为:'骑缝签署'或'单页签署'时必填,您可通过E签宝的签章位置功能,上传您的文件并确定Y的取值。地址:https://open.esign.cn/tools/seal-position", "type": "number" }, { "key": "noticeDeveloperUrl", "label": "通知回调地址", "required": false, "help_txt": "当合同签署或者超时后发送数据到此回调地址,如果您没有回调地址可以考虑使用集简云内置应用“Webhook”的接收数据生成回调地址。" } ], "6": [ { "type": "copy", "help_txt": "签署流程开启后,不能删除流程已关联的文档,不能向流程再新添加文档。" }, { "key": "flowId", "label": "合同签署流程id", "required": true, "type": "string", "help_txt": "可以通过发起合同签署执行动作中获取" } ], "7": [ { "type": "copy", "help_txt": "签署流程中已添加签署方全部完成签章后才可以结束流程。" }, { "key": "flowId", "label": "流程id", "required": true, "type": "string", "help_txt": "" } ] } [] [] [ { "id": 25, "name": "钉钉(自建应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 216, "published_at": "2021-10-25T03:01:37.000Z", "created_at": "2021-10-25T03:01:35.000Z", "updated_at": "2023-01-28T09:03:31.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1811, "name": "Dingding.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_ac75c3cf81", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_ac75c3cf81.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:46:50.000Z", "updated_at": "2022-01-26T02:46:50.000Z" } }, { "id": 100, "name": "e签宝", "description": "<p>e签宝是中国互联网电子签名行业领跑者。致力于为客户提供具有法律效力的电子合同全生命周期服务,将原本需要耗费数日之久的文件签署环节,压缩到只需几十秒。</p>", "popular": 158, "published_at": "2021-10-25T05:49:30.000Z", "created_at": "2021-10-25T05:49:28.000Z", "updated_at": "2023-04-06T06:28:28.000Z", "app_id": "142", "category": "Tools", "locale": "zh-Hans", "short_description": "电子合同", "available": true, "appid": null, "website": "https://www.esign.cn", "video": null, "videos": 79, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 1814, "name": "Eqianbao.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Eqianbao_e369ea54b6", "ext": ".svg", "mime": "image/svg+xml", "size": 0.99, "url": "/uploads/Eqianbao_e369ea54b6.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-01-26T02:47:57.000Z", "updated_at": "2022-01-26T02:47:57.000Z" } } ] [ { "id": 4, "name": "客户管理", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:35.000Z", "created_at": "2022-05-20T08:12:43.000Z", "updated_at": "2022-05-30T07:29:35.000Z", "sort": 2 }, { "id": 5, "name": "办公协同", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:32.000Z", "created_at": "2022-05-20T08:12:53.000Z", "updated_at": "2022-05-30T07:29:32.000Z", "sort": 8 } ] [ { "id": 1752, "key": null, "published_at": "2022-05-12T11:13:56.000Z", "created_at": "2022-05-12T11:13:56.000Z", "updated_at": "2022-05-12T11:13:56.000Z", "action_id": "1775", "action_name": "开启签署流程", "error": null, "description": "开启签署指定合同签署流程", "action_type": "action", "app": null, "template": null }, { "id": 1787, "key": null, "published_at": "2022-05-12T11:30:12.000Z", "created_at": "2022-05-12T11:30:12.000Z", "updated_at": "2022-05-12T11:30:12.000Z", "action_id": "1799", "action_name": "完成签署", "error": null, "description": "完成指定的签署流程,结束签署", "action_type": "action", "app": null, "template": null }, { "id": 357, "key": null, "published_at": "2021-11-29T09:59:07.000Z", "created_at": "2021-11-29T09:59:05.000Z", "updated_at": "2022-06-29T06:51:54.000Z", "action_id": "395", "action_name": "当审批流程结束时", "error": null, "description": "当钉钉(自建应用)有审批流程结束时,触发流程", "action_type": "trigger", "app": null, "template": null }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2021-11-29T10:03:55.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null }, { "id": 505, "key": null, "published_at": "2021-11-30T07:30:29.000Z", "created_at": "2021-11-30T07:30:21.000Z", "updated_at": "2021-11-30T07:31:40.000Z", "action_id": "626", "action_name": "上传文件", "error": null, "description": "当外部系统有合同发起时,E签宝上传文件", "action_type": "action", "app": null, "template": null }, { "id": 508, "key": null, "published_at": "2021-11-30T07:31:04.000Z", "created_at": "2021-11-30T07:31:02.000Z", "updated_at": "2021-11-30T07:31:04.000Z", "action_id": "627", "action_name": "查询合同文件详情", "error": null, "description": "发起合同后自动查询合同文件详情", "action_type": "action", "app": null, "template": null }, { "id": 512, "key": null, "published_at": "2021-11-30T07:32:28.000Z", "created_at": "2021-11-30T07:32:26.000Z", "updated_at": "2021-11-30T07:32:28.000Z", "action_id": "628", "action_name": "发起合同签署", "error": null, "description": "发起合同签署流程", "action_type": "action", "app": null, "template": null } ] [] [] 100+ 71 99 62 66