案例文章

推荐的的流程模板
请稍后...
自定义您的业务流程
选择的触发与执行动作,建立自动化的业务流程。
当这个情况发生时触发动作
    做这件事情执行动作
      开始创建吧
      立即创建使用
      相关文章
    • Code 2198 当用友U8有新的采购请购单时,同步信息到钉钉创建审批单 <p>当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例</p> zh-Hans 2023-01-17T08:02:17.000Z 2023-01-17T08:02:17.000Z 2023-11-28T04:27:01.000Z ay4830az 当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例 anyone Q8YzW42CEqwF official pc1265 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "当有新的请购单产生时获取数据并触发流程", "app_id": 265, "action_id": 3428, "action_type": "1", "sort": "1", "note": null }, { "desc": "查询单据详情", "app_id": 265, "action_id": 2807, "action_type": "2", "sort": "2", "note": null }, { "desc": "通过用户的姓名获取指定用户userid(支持用户名、英文名或名称全拼)", "app_id": 204, "action_id": 1586, "action_type": "2", "sort": "3", "note": null }, { "desc": "使用钉钉自建应用获取员工花名册字段信息", "app_id": 69, "action_id": 1997, "action_type": "2", "sort": "4", "note": null }, { "desc": "提取流程中的文本信息内容", "app_id": 91, "action_id": 177, "action_type": "2", "sort": "5", "note": null }, { "desc": "对数组内对象进行计算处理", "app_id": 1000454, "action_id": 1003595, "action_type": "2", "sort": "6", "note": null }, { "desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例", "app_id": 69, "action_id": 2169, "action_type": "2", "sort": "7", "note": null } ] 18 { "id": 199, "name": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "url": "https://download.jijyun.cn/templates/2198.mp4", "type": "templates", "published_at": "2023-03-30T08:05:21.000Z", "created_at": "2023-03-30T08:05:19.000Z", "updated_at": "2023-05-26T09:18:53.000Z", "app": null, "template": 2198, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "recommend": true, "cover": { "id": 10322, "name": "封面横.png", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": { "thumbnail": { "name": "thumbnail_封面横.png", "hash": "thumbnail__046efec282", "ext": ".png", "mime": "image/png", "width": 245, "height": 138, "size": 14.75, "path": null, "url": "/uploads/thumbnail__046efec282.png" }, "large": { "name": "large_封面横.png", "hash": "large__046efec282", "ext": ".png", "mime": "image/png", "width": 1000, "height": 563, "size": 78.56, "path": null, "url": "/uploads/large__046efec282.png" }, "medium": { "name": "medium_封面横.png", "hash": "medium__046efec282", "ext": ".png", "mime": "image/png", "width": 750, "height": 422, "size": 55.92, "path": null, "url": "/uploads/medium__046efec282.png" }, "small": { "name": "small_封面横.png", "hash": "small__046efec282", "ext": ".png", "mime": "image/png", "width": 500, "height": 281, "size": 34.71, "path": null, "url": "/uploads/small__046efec282.png" } }, "hash": "_046efec282", "ext": ".png", "mime": "image/png", "size": 52.42, "url": "/uploads/_046efec282.png", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-03-30T08:04:57.000Z", "updated_at": "2023-03-30T08:04:57.000Z" } } false 3 { "1": [ { "key": "to_account", "label": "提供方id", "required": true, "type": "string" } ], "2": [ { "key": "to_account", "label": "提供方id", "type": "string", "required": true, "dropdown": false, "help_txt": "", "defaulttext": "", "dynamic": true } ], "3": [ { "key": "queryWord", "label": "用户名称", "type": "string", "required": true, "help_txt": "支持用户名、英文名或名称全拼进行查询;注意重名用户区分" }, { "key": "offset", "label": "分页查询起点", "type": "number", "required": true, "help_txt": "示例:0" }, { "key": "size", "label": "分页大小", "type": "number", "required": true, "help_txt": "示例:10" } ], "4": [ { "key": "userid_list", "label": "员工的userid列表", "help_txt": "可以在企业管理后台-通讯录中查看或使用【查询员工ID】动作以及触发动作样本中获取", "type": "string", "required": true, "multiples": true }, { "key": "field_filter_list", "label": "返回字段", "type": "string", "multiples": true, "dropdown": true, "choices": [ { "key": "sys00-name", "label": "姓名" }, { "key": "sys00-email", "label": "邮箱" }, { "key": "sys00-deptIds", "label": "部门id列表" }, { "key": "sys00-mainDeptId", "label": "主部门id" }, { "key": "sys00-dept", "label": "部门" }, { "key": "sys00-mainDept", "label": "主部门" }, { "key": "sys00-position", "label": "职位" }, { "key": "sys00-mobile", "label": "手机号" }, { "key": "sys00-jobNumber", "label": "工号" }, { "key": "sys00-tel", "label": "分机号" }, { "key": "sys00-workPlace", "label": "办公地点" }, { "key": "sys00-remark", "label": "备注" }, { "key": "sys00-confirmJoinTime", "label": "入职时间" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys03-highestEdu", "label": "最高学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-haveChild", "label": "有无子女" }, { "key": "sys07-childName", "label": "子女姓名" }, { "key": "sys07-childSex", "label": "子女性别" }, { "key": "sys07-childBirthDate", "label": "子女出生日期" }, { "key": "sys-authRealName", "label": "实人认证" }, { "key": "姓名", "label": "姓名" }, { "key": "手机号", "label": "手机号" }, { "key": "工号", "label": "工号" }, { "key": "办公地点", "label": "办公地点" }, { "key": "入职时间", "label": "入职时间" }, { "key": "sys00-entryAge", "label": "司龄(系统计算)" }, { "key": "邮箱", "label": "邮箱" }, { "key": "部门", "label": "部门" }, { "key": "sys00-reportManager", "label": "直属主管" }, { "key": "职位", "label": "职位" }, { "key": "分机号", "label": "分机号" }, { "key": "备注", "label": "备注" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "实际转正日期" }, { "key": "sys01-planRegularTime", "label": "计划转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-age", "label": "年龄(系统计算)" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-workAge", "label": "工龄(系统计算)" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys02-hometown", "label": "家乡" }, { "key": "sys03-highestEdu", "label": "学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-familyMemberName", "label": "姓名(家人)" }, { "key": "sys07-familyMemberRelation", "label": "关系(家人)" }, { "key": "sys07-familyMemberGender", "label": "性别(家人)" }, { "key": "sys07-familyMemberBirthday", "label": "生日(家人)" }, { "key": "sys07-familyMemberPhone", "label": "电话(家人)" }, { "key": "sys08-forntIDcard", "label": "身份证(人像面)" }, { "key": "sys08-rearIDcard", "label": "身份证(国徽面)" }, { "key": "sys08-academicCertificate", "label": "学历证书" }, { "key": "sys08-diplomaCertificate", "label": "学位证书" }, { "key": "sys08-releaseLetter", "label": "前公司离职证明" }, { "key": "sys08-personalPhoto", "label": "员工照片" } ], "help_txt": "需要获取的花名册字段;一次最多支持传100个值。该参数不传时,获取全部字段信息。查询字段越少,RT越低,建议按需查询。" } ], "5": [ { "multiples": false, "defaulttext": false, "dropdown": true, "help_txt": "请选择要提取的文本信息类型", "choices": [ { "key": "1", "label": "提取邮箱地址" }, { "key": "2", "label": "提取手机号" }, { "key": "3", "label": "提取身份证号" }, { "key": "4", "label": "提取地址信息" }, { "key": "5", "label": "提取时间点" }, { "key": "6", "label": "提取人名" } ], "label": "提取信息选择", "type": "string", "dynamic": false, "key": "tid", "required": true }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "请先写需要进行文本信息提取的文本内容", "label": "文本信息", "type": "string", "dynamic": false, "key": "text", "required": true } ], "6": [], "7": [ { "key": "copy_id", "type": "copy", "help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序" }, { "key": "originatorUserId", "label": "发起人", "type": "string", "required": true, "help_txt": "请填写人员手机号码, 示例:13766777889" }, { "key": "deptId", "label": "发起人部门(下拉选择)", "dropdownTree": true, "required": false, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true, "defaulttext": 1 }, { "label": "标识", "key": "flag", "defaulttext": 1 } ], "url": "/v1/api/process/dingding/dropdowntree/get_dept", "choices": [] }, { "key": "input_dept_id", "label": "发起人部门(手动输入)", "type": "string", "help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个" }, { "key": "approvers", "label": "审批人列表", "type": "obj", "items": [ { "type": "copy", "help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转" }, { "key": "actionType", "label": "审批类型", "type": "string", "dropdown": true, "choices": [ { "key": "AND", "label": "会签" }, { "key": "OR", "label": "或签" }, { "key": "NONE", "label": "单人审批" } ], "help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人" }, { "key": "userIds", "label": "审批人", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778" } ] }, { "key": "ccList", "label": "抄送人ids", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。" }, { "key": "ccPosition", "label": "抄送时间点", "type": "string", "dropdown": true, "choices": [ { "key": "START", "label": "开始时抄送" }, { "key": "FINISH", "label": "结束时抄送" }, { "key": "START_FINISH", "label": "开始和结束时都抄送" } ] }, { "queryParams": [ { "label": "第几页", "key": "cursor", "type": "number", "defaulttext": 0 }, { "label": "每页数量", "key": "count", "type": "number", "defaulttext": 100 } ], "url": "/v1/api/process/dingding/choice/get_user_templates", "help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件", "choices": [], "dropdownServer": true, "label": "审批流编码", "type": "string", "dynamic": true, "key": "processCode", "required": true } ] } true [] [] [ { "id": 291, "name": "用友U8", "description": "<p>&nbsp;用友U8+以全新UAP为平台,应对中型及成长型企业客户群的发展,提供一整套企业级数智化升级解决方案,为成长型企业构建精细管理、产业链协同、社交化运营为一体的企业互联网经营管理平台,助力企业应势而变,赢得未来。</p>", "popular": 179, "published_at": "2022-04-21T11:43:37.000Z", "created_at": "2022-04-21T11:24:13.000Z", "updated_at": "2023-01-28T09:03:38.000Z", "app_id": "265", "category": "ERP", "locale": "zh-Hans", "short_description": "ERP系统", "available": true, "appid": null, "website": "https://u8.yonyou.com/", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 3504, "name": "yongyouU8.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "yongyou_U8_4856309c1c", "ext": ".svg", "mime": "image/svg+xml", "size": 2.68, "url": "/uploads/yongyou_U8_4856309c1c.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T11:42:27.000Z", "updated_at": "2022-04-21T11:42:27.000Z" } }, { "id": 201, "name": "钉钉(第三方应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 201, "published_at": "2022-02-18T06:10:56.000Z", "created_at": "2022-02-18T06:10:54.000Z", "updated_at": "2022-07-01T02:25:22.000Z", "app_id": "204", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里OA协同办公", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 13, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 2146, "name": "Dingding_c2e2a537de.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_c2e2a537de_d62c18fb9b", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_c2e2a537de_d62c18fb9b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-02-18T06:25:05.000Z", "updated_at": "2022-02-18T06:25:06.000Z" } }, { "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-11-09T07:07:58.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 109, "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": 54, "name": "文本提取", "description": "<p>文本提取是集简云的内置应用,可以提取流程步骤中文本内容字段中的信息,包括手机号,邮箱地址,地址,人名,名称等。</p>", "popular": -15, "published_at": "2021-10-25T03:28:29.000Z", "created_at": "2021-10-25T03:28:27.000Z", "updated_at": "2023-05-08T07:04:35.000Z", "app_id": "91", "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": 3477, "name": "text-extraction.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "text_extraction_9fa137c028", "ext": ".svg", "mime": "image/svg+xml", "size": 1.45, "url": "/uploads/text_extraction_9fa137c028.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:49:40.000Z", "updated_at": "2022-04-21T08:49:40.000Z" } }, { "id": 631, "name": "数组处理", "description": "<p>数组处理是集简云的一款内置应用,用于将文本变量内容生成一组数组或者将一组数组转换成文本内容,以便用于后续的流程步骤中。</p>", "popular": -1, "published_at": "2022-08-25T05:54:52.000Z", "created_at": "2022-08-25T05:39:49.000Z", "updated_at": "2023-10-26T08:20:48.000Z", "app_id": "1000454", "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": 5862, "name": "shuzuchuli.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "shuzuchuli_114ea035f2", "ext": ".svg", "mime": "image/svg+xml", "size": 2.71, "url": "/uploads/shuzuchuli_114ea035f2.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-08-25T05:54:16.000Z", "updated_at": "2022-08-25T05:54:16.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": 8, "name": "财务ERP", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:44.000Z", "created_at": "2022-05-20T08:13:35.000Z", "updated_at": "2022-05-30T07:29:44.000Z", "sort": 4 } ] [ { "id": 4774, "key": null, "published_at": "2023-01-10T11:01:25.000Z", "created_at": "2023-01-10T11:01:25.000Z", "updated_at": "2023-01-10T11:01:25.000Z", "action_id": "1003595", "action_name": "数组计算", "error": null, "description": "对数组内对象进行计算处理", "action_type": "action", "app": null, "template": null, "action_key": null }, { "id": 1342, "key": null, "published_at": "2022-03-31T11:00:09.000Z", "created_at": "2022-03-31T11:00:09.000Z", "updated_at": "2023-11-06T07:45:37.000Z", "action_id": "1586", "action_name": "搜索用户UserId", "error": null, "description": "根据用户名称搜索用户userId", "action_type": "action", "app": null, "template": null, "action_key": "1586" }, { "id": 58, "key": null, "published_at": "2021-11-24T06:45:19.000Z", "created_at": "2021-11-24T06:45:17.000Z", "updated_at": "2023-11-06T07:41:29.000Z", "action_id": "177", "action_name": "文本提取", "error": null, "description": "提取流程中的文本信息内容", "action_type": "action", "app": null, "template": null, "action_key": "177" }, { "id": 2062, "key": null, "published_at": "2022-06-09T11:45:20.000Z", "created_at": "2022-06-09T11:45:20.000Z", "updated_at": "2023-11-06T07:38:20.000Z", "action_id": "1997", "action_name": "获取员工花名册字段信息", "error": null, "description": "获取员工花名册字段信息", "action_type": "action", "app": null, "template": null, "action_key": "1997" }, { "id": 2781, "key": null, "published_at": "2022-07-28T11:05:24.000Z", "created_at": "2022-07-28T11:05:24.000Z", "updated_at": "2023-11-06T07:38:21.000Z", "action_id": "2169", "action_name": "发起审批实例1.0.1", "error": null, "description": "基于执行动作发起审批实例兼容了表单明细控件的功能", "action_type": "action", "app": null, "template": null, "action_key": "2169" }, { "id": 3379, "key": null, "published_at": "2022-09-20T11:03:21.000Z", "created_at": "2022-09-20T11:03:21.000Z", "updated_at": "2023-11-06T07:46:35.000Z", "action_id": "2807", "action_name": "查询单据详情", "error": null, "description": "查询单据详情", "action_type": "action", "app": null, "template": null, "action_key": "2807" } ] [] [] 84 34 74 100+ 71
    • Msg 2198 当用友U8有新的采购请购单时,同步信息到钉钉创建审批单 <p>当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例</p> zh-Hans 2023-01-17T08:02:17.000Z 2023-01-17T08:02:17.000Z 2023-11-28T04:27:01.000Z ay4830az 当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例 anyone Q8YzW42CEqwF official pc1265 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "当有新的请购单产生时获取数据并触发流程", "app_id": 265, "action_id": 3428, "action_type": "1", "sort": "1", "note": null }, { "desc": "查询单据详情", "app_id": 265, "action_id": 2807, "action_type": "2", "sort": "2", "note": null }, { "desc": "通过用户的姓名获取指定用户userid(支持用户名、英文名或名称全拼)", "app_id": 204, "action_id": 1586, "action_type": "2", "sort": "3", "note": null }, { "desc": "使用钉钉自建应用获取员工花名册字段信息", "app_id": 69, "action_id": 1997, "action_type": "2", "sort": "4", "note": null }, { "desc": "提取流程中的文本信息内容", "app_id": 91, "action_id": 177, "action_type": "2", "sort": "5", "note": null }, { "desc": "对数组内对象进行计算处理", "app_id": 1000454, "action_id": 1003595, "action_type": "2", "sort": "6", "note": null }, { "desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例", "app_id": 69, "action_id": 2169, "action_type": "2", "sort": "7", "note": null } ] 18 { "id": 199, "name": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "url": "https://download.jijyun.cn/templates/2198.mp4", "type": "templates", "published_at": "2023-03-30T08:05:21.000Z", "created_at": "2023-03-30T08:05:19.000Z", "updated_at": "2023-05-26T09:18:53.000Z", "app": null, "template": 2198, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "recommend": true, "cover": { "id": 10322, "name": "封面横.png", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": { "thumbnail": { "name": "thumbnail_封面横.png", "hash": "thumbnail__046efec282", "ext": ".png", "mime": "image/png", "width": 245, "height": 138, "size": 14.75, "path": null, "url": "/uploads/thumbnail__046efec282.png" }, "large": { "name": "large_封面横.png", "hash": "large__046efec282", "ext": ".png", "mime": "image/png", "width": 1000, "height": 563, "size": 78.56, "path": null, "url": "/uploads/large__046efec282.png" }, "medium": { "name": "medium_封面横.png", "hash": "medium__046efec282", "ext": ".png", "mime": "image/png", "width": 750, "height": 422, "size": 55.92, "path": null, "url": "/uploads/medium__046efec282.png" }, "small": { "name": "small_封面横.png", "hash": "small__046efec282", "ext": ".png", "mime": "image/png", "width": 500, "height": 281, "size": 34.71, "path": null, "url": "/uploads/small__046efec282.png" } }, "hash": "_046efec282", "ext": ".png", "mime": "image/png", "size": 52.42, "url": "/uploads/_046efec282.png", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-03-30T08:04:57.000Z", "updated_at": "2023-03-30T08:04:57.000Z" } } false 3 { "1": [ { "key": "to_account", "label": "提供方id", "required": true, "type": "string" } ], "2": [ { "key": "to_account", "label": "提供方id", "type": "string", "required": true, "dropdown": false, "help_txt": "", "defaulttext": "", "dynamic": true } ], "3": [ { "key": "queryWord", "label": "用户名称", "type": "string", "required": true, "help_txt": "支持用户名、英文名或名称全拼进行查询;注意重名用户区分" }, { "key": "offset", "label": "分页查询起点", "type": "number", "required": true, "help_txt": "示例:0" }, { "key": "size", "label": "分页大小", "type": "number", "required": true, "help_txt": "示例:10" } ], "4": [ { "key": "userid_list", "label": "员工的userid列表", "help_txt": "可以在企业管理后台-通讯录中查看或使用【查询员工ID】动作以及触发动作样本中获取", "type": "string", "required": true, "multiples": true }, { "key": "field_filter_list", "label": "返回字段", "type": "string", "multiples": true, "dropdown": true, "choices": [ { "key": "sys00-name", "label": "姓名" }, { "key": "sys00-email", "label": "邮箱" }, { "key": "sys00-deptIds", "label": "部门id列表" }, { "key": "sys00-mainDeptId", "label": "主部门id" }, { "key": "sys00-dept", "label": "部门" }, { "key": "sys00-mainDept", "label": "主部门" }, { "key": "sys00-position", "label": "职位" }, { "key": "sys00-mobile", "label": "手机号" }, { "key": "sys00-jobNumber", "label": "工号" }, { "key": "sys00-tel", "label": "分机号" }, { "key": "sys00-workPlace", "label": "办公地点" }, { "key": "sys00-remark", "label": "备注" }, { "key": "sys00-confirmJoinTime", "label": "入职时间" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys03-highestEdu", "label": "最高学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-haveChild", "label": "有无子女" }, { "key": "sys07-childName", "label": "子女姓名" }, { "key": "sys07-childSex", "label": "子女性别" }, { "key": "sys07-childBirthDate", "label": "子女出生日期" }, { "key": "sys-authRealName", "label": "实人认证" }, { "key": "姓名", "label": "姓名" }, { "key": "手机号", "label": "手机号" }, { "key": "工号", "label": "工号" }, { "key": "办公地点", "label": "办公地点" }, { "key": "入职时间", "label": "入职时间" }, { "key": "sys00-entryAge", "label": "司龄(系统计算)" }, { "key": "邮箱", "label": "邮箱" }, { "key": "部门", "label": "部门" }, { "key": "sys00-reportManager", "label": "直属主管" }, { "key": "职位", "label": "职位" }, { "key": "分机号", "label": "分机号" }, { "key": "备注", "label": "备注" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "实际转正日期" }, { "key": "sys01-planRegularTime", "label": "计划转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-age", "label": "年龄(系统计算)" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-workAge", "label": "工龄(系统计算)" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys02-hometown", "label": "家乡" }, { "key": "sys03-highestEdu", "label": "学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-familyMemberName", "label": "姓名(家人)" }, { "key": "sys07-familyMemberRelation", "label": "关系(家人)" }, { "key": "sys07-familyMemberGender", "label": "性别(家人)" }, { "key": "sys07-familyMemberBirthday", "label": "生日(家人)" }, { "key": "sys07-familyMemberPhone", "label": "电话(家人)" }, { "key": "sys08-forntIDcard", "label": "身份证(人像面)" }, { "key": "sys08-rearIDcard", "label": "身份证(国徽面)" }, { "key": "sys08-academicCertificate", "label": "学历证书" }, { "key": "sys08-diplomaCertificate", "label": "学位证书" }, { "key": "sys08-releaseLetter", "label": "前公司离职证明" }, { "key": "sys08-personalPhoto", "label": "员工照片" } ], "help_txt": "需要获取的花名册字段;一次最多支持传100个值。该参数不传时,获取全部字段信息。查询字段越少,RT越低,建议按需查询。" } ], "5": [ { "multiples": false, "defaulttext": false, "dropdown": true, "help_txt": "请选择要提取的文本信息类型", "choices": [ { "key": "1", "label": "提取邮箱地址" }, { "key": "2", "label": "提取手机号" }, { "key": "3", "label": "提取身份证号" }, { "key": "4", "label": "提取地址信息" }, { "key": "5", "label": "提取时间点" }, { "key": "6", "label": "提取人名" } ], "label": "提取信息选择", "type": "string", "dynamic": false, "key": "tid", "required": true }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "请先写需要进行文本信息提取的文本内容", "label": "文本信息", "type": "string", "dynamic": false, "key": "text", "required": true } ], "6": [], "7": [ { "key": "copy_id", "type": "copy", "help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序" }, { "key": "originatorUserId", "label": "发起人", "type": "string", "required": true, "help_txt": "请填写人员手机号码, 示例:13766777889" }, { "key": "deptId", "label": "发起人部门(下拉选择)", "dropdownTree": true, "required": false, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true, "defaulttext": 1 }, { "label": "标识", "key": "flag", "defaulttext": 1 } ], "url": "/v1/api/process/dingding/dropdowntree/get_dept", "choices": [] }, { "key": "input_dept_id", "label": "发起人部门(手动输入)", "type": "string", "help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个" }, { "key": "approvers", "label": "审批人列表", "type": "obj", "items": [ { "type": "copy", "help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转" }, { "key": "actionType", "label": "审批类型", "type": "string", "dropdown": true, "choices": [ { "key": "AND", "label": "会签" }, { "key": "OR", "label": "或签" }, { "key": "NONE", "label": "单人审批" } ], "help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人" }, { "key": "userIds", "label": "审批人", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778" } ] }, { "key": "ccList", "label": "抄送人ids", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。" }, { "key": "ccPosition", "label": "抄送时间点", "type": "string", "dropdown": true, "choices": [ { "key": "START", "label": "开始时抄送" }, { "key": "FINISH", "label": "结束时抄送" }, { "key": "START_FINISH", "label": "开始和结束时都抄送" } ] }, { "queryParams": [ { "label": "第几页", "key": "cursor", "type": "number", "defaulttext": 0 }, { "label": "每页数量", "key": "count", "type": "number", "defaulttext": 100 } ], "url": "/v1/api/process/dingding/choice/get_user_templates", "help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件", "choices": [], "dropdownServer": true, "label": "审批流编码", "type": "string", "dynamic": true, "key": "processCode", "required": true } ] } true [] [] [ { "id": 291, "name": "用友U8", "description": "<p>&nbsp;用友U8+以全新UAP为平台,应对中型及成长型企业客户群的发展,提供一整套企业级数智化升级解决方案,为成长型企业构建精细管理、产业链协同、社交化运营为一体的企业互联网经营管理平台,助力企业应势而变,赢得未来。</p>", "popular": 179, "published_at": "2022-04-21T11:43:37.000Z", "created_at": "2022-04-21T11:24:13.000Z", "updated_at": "2023-01-28T09:03:38.000Z", "app_id": "265", "category": "ERP", "locale": "zh-Hans", "short_description": "ERP系统", "available": true, "appid": null, "website": "https://u8.yonyou.com/", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 3504, "name": "yongyouU8.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "yongyou_U8_4856309c1c", "ext": ".svg", "mime": "image/svg+xml", "size": 2.68, "url": "/uploads/yongyou_U8_4856309c1c.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T11:42:27.000Z", "updated_at": "2022-04-21T11:42:27.000Z" } }, { "id": 201, "name": "钉钉(第三方应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 201, "published_at": "2022-02-18T06:10:56.000Z", "created_at": "2022-02-18T06:10:54.000Z", "updated_at": "2022-07-01T02:25:22.000Z", "app_id": "204", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里OA协同办公", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 13, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 2146, "name": "Dingding_c2e2a537de.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_c2e2a537de_d62c18fb9b", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_c2e2a537de_d62c18fb9b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-02-18T06:25:05.000Z", "updated_at": "2022-02-18T06:25:06.000Z" } }, { "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-11-09T07:07:58.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 109, "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": 54, "name": "文本提取", "description": "<p>文本提取是集简云的内置应用,可以提取流程步骤中文本内容字段中的信息,包括手机号,邮箱地址,地址,人名,名称等。</p>", "popular": -15, "published_at": "2021-10-25T03:28:29.000Z", "created_at": "2021-10-25T03:28:27.000Z", "updated_at": "2023-05-08T07:04:35.000Z", "app_id": "91", "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": 3477, "name": "text-extraction.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "text_extraction_9fa137c028", "ext": ".svg", "mime": "image/svg+xml", "size": 1.45, "url": "/uploads/text_extraction_9fa137c028.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:49:40.000Z", "updated_at": "2022-04-21T08:49:40.000Z" } }, { "id": 631, "name": "数组处理", "description": "<p>数组处理是集简云的一款内置应用,用于将文本变量内容生成一组数组或者将一组数组转换成文本内容,以便用于后续的流程步骤中。</p>", "popular": -1, "published_at": "2022-08-25T05:54:52.000Z", "created_at": "2022-08-25T05:39:49.000Z", "updated_at": "2023-10-26T08:20:48.000Z", "app_id": "1000454", "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": 5862, "name": "shuzuchuli.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "shuzuchuli_114ea035f2", "ext": ".svg", "mime": "image/svg+xml", "size": 2.71, "url": "/uploads/shuzuchuli_114ea035f2.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-08-25T05:54:16.000Z", "updated_at": "2022-08-25T05:54:16.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": 8, "name": "财务ERP", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:44.000Z", "created_at": "2022-05-20T08:13:35.000Z", "updated_at": "2022-05-30T07:29:44.000Z", "sort": 4 } ] [ { "id": 4774, "key": null, "published_at": "2023-01-10T11:01:25.000Z", "created_at": "2023-01-10T11:01:25.000Z", "updated_at": "2023-01-10T11:01:25.000Z", "action_id": "1003595", "action_name": "数组计算", "error": null, "description": "对数组内对象进行计算处理", "action_type": "action", "app": null, "template": null, "action_key": null }, { "id": 1342, "key": null, "published_at": "2022-03-31T11:00:09.000Z", "created_at": "2022-03-31T11:00:09.000Z", "updated_at": "2023-11-06T07:45:37.000Z", "action_id": "1586", "action_name": "搜索用户UserId", "error": null, "description": "根据用户名称搜索用户userId", "action_type": "action", "app": null, "template": null, "action_key": "1586" }, { "id": 58, "key": null, "published_at": "2021-11-24T06:45:19.000Z", "created_at": "2021-11-24T06:45:17.000Z", "updated_at": "2023-11-06T07:41:29.000Z", "action_id": "177", "action_name": "文本提取", "error": null, "description": "提取流程中的文本信息内容", "action_type": "action", "app": null, "template": null, "action_key": "177" }, { "id": 2062, "key": null, "published_at": "2022-06-09T11:45:20.000Z", "created_at": "2022-06-09T11:45:20.000Z", "updated_at": "2023-11-06T07:38:20.000Z", "action_id": "1997", "action_name": "获取员工花名册字段信息", "error": null, "description": "获取员工花名册字段信息", "action_type": "action", "app": null, "template": null, "action_key": "1997" }, { "id": 2781, "key": null, "published_at": "2022-07-28T11:05:24.000Z", "created_at": "2022-07-28T11:05:24.000Z", "updated_at": "2023-11-06T07:38:21.000Z", "action_id": "2169", "action_name": "发起审批实例1.0.1", "error": null, "description": "基于执行动作发起审批实例兼容了表单明细控件的功能", "action_type": "action", "app": null, "template": null, "action_key": "2169" }, { "id": 3379, "key": null, "published_at": "2022-09-20T11:03:21.000Z", "created_at": "2022-09-20T11:03:21.000Z", "updated_at": "2023-11-06T07:46:35.000Z", "action_id": "2807", "action_name": "查询单据详情", "error": null, "description": "查询单据详情", "action_type": "action", "app": null, "template": null, "action_key": "2807" } ] [] [] 84 34 74 100+ 71
    • Data 2198 当用友U8有新的采购请购单时,同步信息到钉钉创建审批单 <p>当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例</p> zh-Hans 2023-01-17T08:02:17.000Z 2023-01-17T08:02:17.000Z 2023-11-28T04:27:01.000Z ay4830az 当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例 anyone Q8YzW42CEqwF official pc1265 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "当有新的请购单产生时获取数据并触发流程", "app_id": 265, "action_id": 3428, "action_type": "1", "sort": "1", "note": null }, { "desc": "查询单据详情", "app_id": 265, "action_id": 2807, "action_type": "2", "sort": "2", "note": null }, { "desc": "通过用户的姓名获取指定用户userid(支持用户名、英文名或名称全拼)", "app_id": 204, "action_id": 1586, "action_type": "2", "sort": "3", "note": null }, { "desc": "使用钉钉自建应用获取员工花名册字段信息", "app_id": 69, "action_id": 1997, "action_type": "2", "sort": "4", "note": null }, { "desc": "提取流程中的文本信息内容", "app_id": 91, "action_id": 177, "action_type": "2", "sort": "5", "note": null }, { "desc": "对数组内对象进行计算处理", "app_id": 1000454, "action_id": 1003595, "action_type": "2", "sort": "6", "note": null }, { "desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例", "app_id": 69, "action_id": 2169, "action_type": "2", "sort": "7", "note": null } ] 18 { "id": 199, "name": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "url": "https://download.jijyun.cn/templates/2198.mp4", "type": "templates", "published_at": "2023-03-30T08:05:21.000Z", "created_at": "2023-03-30T08:05:19.000Z", "updated_at": "2023-05-26T09:18:53.000Z", "app": null, "template": 2198, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "recommend": true, "cover": { "id": 10322, "name": "封面横.png", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": { "thumbnail": { "name": "thumbnail_封面横.png", "hash": "thumbnail__046efec282", "ext": ".png", "mime": "image/png", "width": 245, "height": 138, "size": 14.75, "path": null, "url": "/uploads/thumbnail__046efec282.png" }, "large": { "name": "large_封面横.png", "hash": "large__046efec282", "ext": ".png", "mime": "image/png", "width": 1000, "height": 563, "size": 78.56, "path": null, "url": "/uploads/large__046efec282.png" }, "medium": { "name": "medium_封面横.png", "hash": "medium__046efec282", "ext": ".png", "mime": "image/png", "width": 750, "height": 422, "size": 55.92, "path": null, "url": "/uploads/medium__046efec282.png" }, "small": { "name": "small_封面横.png", "hash": "small__046efec282", "ext": ".png", "mime": "image/png", "width": 500, "height": 281, "size": 34.71, "path": null, "url": "/uploads/small__046efec282.png" } }, "hash": "_046efec282", "ext": ".png", "mime": "image/png", "size": 52.42, "url": "/uploads/_046efec282.png", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-03-30T08:04:57.000Z", "updated_at": "2023-03-30T08:04:57.000Z" } } false 3 { "1": [ { "key": "to_account", "label": "提供方id", "required": true, "type": "string" } ], "2": [ { "key": "to_account", "label": "提供方id", "type": "string", "required": true, "dropdown": false, "help_txt": "", "defaulttext": "", "dynamic": true } ], "3": [ { "key": "queryWord", "label": "用户名称", "type": "string", "required": true, "help_txt": "支持用户名、英文名或名称全拼进行查询;注意重名用户区分" }, { "key": "offset", "label": "分页查询起点", "type": "number", "required": true, "help_txt": "示例:0" }, { "key": "size", "label": "分页大小", "type": "number", "required": true, "help_txt": "示例:10" } ], "4": [ { "key": "userid_list", "label": "员工的userid列表", "help_txt": "可以在企业管理后台-通讯录中查看或使用【查询员工ID】动作以及触发动作样本中获取", "type": "string", "required": true, "multiples": true }, { "key": "field_filter_list", "label": "返回字段", "type": "string", "multiples": true, "dropdown": true, "choices": [ { "key": "sys00-name", "label": "姓名" }, { "key": "sys00-email", "label": "邮箱" }, { "key": "sys00-deptIds", "label": "部门id列表" }, { "key": "sys00-mainDeptId", "label": "主部门id" }, { "key": "sys00-dept", "label": "部门" }, { "key": "sys00-mainDept", "label": "主部门" }, { "key": "sys00-position", "label": "职位" }, { "key": "sys00-mobile", "label": "手机号" }, { "key": "sys00-jobNumber", "label": "工号" }, { "key": "sys00-tel", "label": "分机号" }, { "key": "sys00-workPlace", "label": "办公地点" }, { "key": "sys00-remark", "label": "备注" }, { "key": "sys00-confirmJoinTime", "label": "入职时间" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys03-highestEdu", "label": "最高学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-haveChild", "label": "有无子女" }, { "key": "sys07-childName", "label": "子女姓名" }, { "key": "sys07-childSex", "label": "子女性别" }, { "key": "sys07-childBirthDate", "label": "子女出生日期" }, { "key": "sys-authRealName", "label": "实人认证" }, { "key": "姓名", "label": "姓名" }, { "key": "手机号", "label": "手机号" }, { "key": "工号", "label": "工号" }, { "key": "办公地点", "label": "办公地点" }, { "key": "入职时间", "label": "入职时间" }, { "key": "sys00-entryAge", "label": "司龄(系统计算)" }, { "key": "邮箱", "label": "邮箱" }, { "key": "部门", "label": "部门" }, { "key": "sys00-reportManager", "label": "直属主管" }, { "key": "职位", "label": "职位" }, { "key": "分机号", "label": "分机号" }, { "key": "备注", "label": "备注" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "实际转正日期" }, { "key": "sys01-planRegularTime", "label": "计划转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-age", "label": "年龄(系统计算)" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-workAge", "label": "工龄(系统计算)" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys02-hometown", "label": "家乡" }, { "key": "sys03-highestEdu", "label": "学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-familyMemberName", "label": "姓名(家人)" }, { "key": "sys07-familyMemberRelation", "label": "关系(家人)" }, { "key": "sys07-familyMemberGender", "label": "性别(家人)" }, { "key": "sys07-familyMemberBirthday", "label": "生日(家人)" }, { "key": "sys07-familyMemberPhone", "label": "电话(家人)" }, { "key": "sys08-forntIDcard", "label": "身份证(人像面)" }, { "key": "sys08-rearIDcard", "label": "身份证(国徽面)" }, { "key": "sys08-academicCertificate", "label": "学历证书" }, { "key": "sys08-diplomaCertificate", "label": "学位证书" }, { "key": "sys08-releaseLetter", "label": "前公司离职证明" }, { "key": "sys08-personalPhoto", "label": "员工照片" } ], "help_txt": "需要获取的花名册字段;一次最多支持传100个值。该参数不传时,获取全部字段信息。查询字段越少,RT越低,建议按需查询。" } ], "5": [ { "multiples": false, "defaulttext": false, "dropdown": true, "help_txt": "请选择要提取的文本信息类型", "choices": [ { "key": "1", "label": "提取邮箱地址" }, { "key": "2", "label": "提取手机号" }, { "key": "3", "label": "提取身份证号" }, { "key": "4", "label": "提取地址信息" }, { "key": "5", "label": "提取时间点" }, { "key": "6", "label": "提取人名" } ], "label": "提取信息选择", "type": "string", "dynamic": false, "key": "tid", "required": true }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "请先写需要进行文本信息提取的文本内容", "label": "文本信息", "type": "string", "dynamic": false, "key": "text", "required": true } ], "6": [], "7": [ { "key": "copy_id", "type": "copy", "help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序" }, { "key": "originatorUserId", "label": "发起人", "type": "string", "required": true, "help_txt": "请填写人员手机号码, 示例:13766777889" }, { "key": "deptId", "label": "发起人部门(下拉选择)", "dropdownTree": true, "required": false, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true, "defaulttext": 1 }, { "label": "标识", "key": "flag", "defaulttext": 1 } ], "url": "/v1/api/process/dingding/dropdowntree/get_dept", "choices": [] }, { "key": "input_dept_id", "label": "发起人部门(手动输入)", "type": "string", "help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个" }, { "key": "approvers", "label": "审批人列表", "type": "obj", "items": [ { "type": "copy", "help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转" }, { "key": "actionType", "label": "审批类型", "type": "string", "dropdown": true, "choices": [ { "key": "AND", "label": "会签" }, { "key": "OR", "label": "或签" }, { "key": "NONE", "label": "单人审批" } ], "help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人" }, { "key": "userIds", "label": "审批人", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778" } ] }, { "key": "ccList", "label": "抄送人ids", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。" }, { "key": "ccPosition", "label": "抄送时间点", "type": "string", "dropdown": true, "choices": [ { "key": "START", "label": "开始时抄送" }, { "key": "FINISH", "label": "结束时抄送" }, { "key": "START_FINISH", "label": "开始和结束时都抄送" } ] }, { "queryParams": [ { "label": "第几页", "key": "cursor", "type": "number", "defaulttext": 0 }, { "label": "每页数量", "key": "count", "type": "number", "defaulttext": 100 } ], "url": "/v1/api/process/dingding/choice/get_user_templates", "help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件", "choices": [], "dropdownServer": true, "label": "审批流编码", "type": "string", "dynamic": true, "key": "processCode", "required": true } ] } true [] [] [ { "id": 291, "name": "用友U8", "description": "<p>&nbsp;用友U8+以全新UAP为平台,应对中型及成长型企业客户群的发展,提供一整套企业级数智化升级解决方案,为成长型企业构建精细管理、产业链协同、社交化运营为一体的企业互联网经营管理平台,助力企业应势而变,赢得未来。</p>", "popular": 179, "published_at": "2022-04-21T11:43:37.000Z", "created_at": "2022-04-21T11:24:13.000Z", "updated_at": "2023-01-28T09:03:38.000Z", "app_id": "265", "category": "ERP", "locale": "zh-Hans", "short_description": "ERP系统", "available": true, "appid": null, "website": "https://u8.yonyou.com/", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 3504, "name": "yongyouU8.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "yongyou_U8_4856309c1c", "ext": ".svg", "mime": "image/svg+xml", "size": 2.68, "url": "/uploads/yongyou_U8_4856309c1c.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T11:42:27.000Z", "updated_at": "2022-04-21T11:42:27.000Z" } }, { "id": 201, "name": "钉钉(第三方应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 201, "published_at": "2022-02-18T06:10:56.000Z", "created_at": "2022-02-18T06:10:54.000Z", "updated_at": "2022-07-01T02:25:22.000Z", "app_id": "204", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里OA协同办公", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 13, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 2146, "name": "Dingding_c2e2a537de.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_c2e2a537de_d62c18fb9b", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_c2e2a537de_d62c18fb9b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-02-18T06:25:05.000Z", "updated_at": "2022-02-18T06:25:06.000Z" } }, { "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-11-09T07:07:58.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 109, "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": 54, "name": "文本提取", "description": "<p>文本提取是集简云的内置应用,可以提取流程步骤中文本内容字段中的信息,包括手机号,邮箱地址,地址,人名,名称等。</p>", "popular": -15, "published_at": "2021-10-25T03:28:29.000Z", "created_at": "2021-10-25T03:28:27.000Z", "updated_at": "2023-05-08T07:04:35.000Z", "app_id": "91", "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": 3477, "name": "text-extraction.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "text_extraction_9fa137c028", "ext": ".svg", "mime": "image/svg+xml", "size": 1.45, "url": "/uploads/text_extraction_9fa137c028.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:49:40.000Z", "updated_at": "2022-04-21T08:49:40.000Z" } }, { "id": 631, "name": "数组处理", "description": "<p>数组处理是集简云的一款内置应用,用于将文本变量内容生成一组数组或者将一组数组转换成文本内容,以便用于后续的流程步骤中。</p>", "popular": -1, "published_at": "2022-08-25T05:54:52.000Z", "created_at": "2022-08-25T05:39:49.000Z", "updated_at": "2023-10-26T08:20:48.000Z", "app_id": "1000454", "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": 5862, "name": "shuzuchuli.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "shuzuchuli_114ea035f2", "ext": ".svg", "mime": "image/svg+xml", "size": 2.71, "url": "/uploads/shuzuchuli_114ea035f2.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-08-25T05:54:16.000Z", "updated_at": "2022-08-25T05:54:16.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": 8, "name": "财务ERP", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:44.000Z", "created_at": "2022-05-20T08:13:35.000Z", "updated_at": "2022-05-30T07:29:44.000Z", "sort": 4 } ] [ { "id": 4774, "key": null, "published_at": "2023-01-10T11:01:25.000Z", "created_at": "2023-01-10T11:01:25.000Z", "updated_at": "2023-01-10T11:01:25.000Z", "action_id": "1003595", "action_name": "数组计算", "error": null, "description": "对数组内对象进行计算处理", "action_type": "action", "app": null, "template": null, "action_key": null }, { "id": 1342, "key": null, "published_at": "2022-03-31T11:00:09.000Z", "created_at": "2022-03-31T11:00:09.000Z", "updated_at": "2023-11-06T07:45:37.000Z", "action_id": "1586", "action_name": "搜索用户UserId", "error": null, "description": "根据用户名称搜索用户userId", "action_type": "action", "app": null, "template": null, "action_key": "1586" }, { "id": 58, "key": null, "published_at": "2021-11-24T06:45:19.000Z", "created_at": "2021-11-24T06:45:17.000Z", "updated_at": "2023-11-06T07:41:29.000Z", "action_id": "177", "action_name": "文本提取", "error": null, "description": "提取流程中的文本信息内容", "action_type": "action", "app": null, "template": null, "action_key": "177" }, { "id": 2062, "key": null, "published_at": "2022-06-09T11:45:20.000Z", "created_at": "2022-06-09T11:45:20.000Z", "updated_at": "2023-11-06T07:38:20.000Z", "action_id": "1997", "action_name": "获取员工花名册字段信息", "error": null, "description": "获取员工花名册字段信息", "action_type": "action", "app": null, "template": null, "action_key": "1997" }, { "id": 2781, "key": null, "published_at": "2022-07-28T11:05:24.000Z", "created_at": "2022-07-28T11:05:24.000Z", "updated_at": "2023-11-06T07:38:21.000Z", "action_id": "2169", "action_name": "发起审批实例1.0.1", "error": null, "description": "基于执行动作发起审批实例兼容了表单明细控件的功能", "action_type": "action", "app": null, "template": null, "action_key": "2169" }, { "id": 3379, "key": null, "published_at": "2022-09-20T11:03:21.000Z", "created_at": "2022-09-20T11:03:21.000Z", "updated_at": "2023-11-06T07:46:35.000Z", "action_id": "2807", "action_name": "查询单据详情", "error": null, "description": "查询单据详情", "action_type": "action", "app": null, "template": null, "action_key": "2807" } ] [] [] 84 34 74 100+ 71
    • permission 2198 当用友U8有新的采购请购单时,同步信息到钉钉创建审批单 <p>当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例</p> zh-Hans 2023-01-17T08:02:17.000Z 2023-01-17T08:02:17.000Z 2023-11-28T04:27:01.000Z ay4830az 当用友U8当有新的采购请购单时,使用接口查询采购单详情,提取制单人的姓名用钉钉(第三方应用)根据用户姓名查询userid,再钉钉(自建应用)获取员工花名册字段信息,使用文本提取文本提取手机号,最后用钉钉(自建应用)发起审批实例 anyone Q8YzW42CEqwF official pc1265 passed 谢晓鸣 ay4830az 谢晓鸣 [ { "desc": "当有新的请购单产生时获取数据并触发流程", "app_id": 265, "action_id": 3428, "action_type": "1", "sort": "1", "note": null }, { "desc": "查询单据详情", "app_id": 265, "action_id": 2807, "action_type": "2", "sort": "2", "note": null }, { "desc": "通过用户的姓名获取指定用户userid(支持用户名、英文名或名称全拼)", "app_id": 204, "action_id": 1586, "action_type": "2", "sort": "3", "note": null }, { "desc": "使用钉钉自建应用获取员工花名册字段信息", "app_id": 69, "action_id": 1997, "action_type": "2", "sort": "4", "note": null }, { "desc": "提取流程中的文本信息内容", "app_id": 91, "action_id": 177, "action_type": "2", "sort": "5", "note": null }, { "desc": "对数组内对象进行计算处理", "app_id": 1000454, "action_id": 1003595, "action_type": "2", "sort": "6", "note": null }, { "desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例", "app_id": 69, "action_id": 2169, "action_type": "2", "sort": "7", "note": null } ] 18 { "id": 199, "name": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "url": "https://download.jijyun.cn/templates/2198.mp4", "type": "templates", "published_at": "2023-03-30T08:05:21.000Z", "created_at": "2023-03-30T08:05:19.000Z", "updated_at": "2023-05-26T09:18:53.000Z", "app": null, "template": 2198, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": "当用友U8有新的采购请购单时,同步信息到钉钉创建审批单", "recommend": true, "cover": { "id": 10322, "name": "封面横.png", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": { "thumbnail": { "name": "thumbnail_封面横.png", "hash": "thumbnail__046efec282", "ext": ".png", "mime": "image/png", "width": 245, "height": 138, "size": 14.75, "path": null, "url": "/uploads/thumbnail__046efec282.png" }, "large": { "name": "large_封面横.png", "hash": "large__046efec282", "ext": ".png", "mime": "image/png", "width": 1000, "height": 563, "size": 78.56, "path": null, "url": "/uploads/large__046efec282.png" }, "medium": { "name": "medium_封面横.png", "hash": "medium__046efec282", "ext": ".png", "mime": "image/png", "width": 750, "height": 422, "size": 55.92, "path": null, "url": "/uploads/medium__046efec282.png" }, "small": { "name": "small_封面横.png", "hash": "small__046efec282", "ext": ".png", "mime": "image/png", "width": 500, "height": 281, "size": 34.71, "path": null, "url": "/uploads/small__046efec282.png" } }, "hash": "_046efec282", "ext": ".png", "mime": "image/png", "size": 52.42, "url": "/uploads/_046efec282.png", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-03-30T08:04:57.000Z", "updated_at": "2023-03-30T08:04:57.000Z" } } false 3 { "1": [ { "key": "to_account", "label": "提供方id", "required": true, "type": "string" } ], "2": [ { "key": "to_account", "label": "提供方id", "type": "string", "required": true, "dropdown": false, "help_txt": "", "defaulttext": "", "dynamic": true } ], "3": [ { "key": "queryWord", "label": "用户名称", "type": "string", "required": true, "help_txt": "支持用户名、英文名或名称全拼进行查询;注意重名用户区分" }, { "key": "offset", "label": "分页查询起点", "type": "number", "required": true, "help_txt": "示例:0" }, { "key": "size", "label": "分页大小", "type": "number", "required": true, "help_txt": "示例:10" } ], "4": [ { "key": "userid_list", "label": "员工的userid列表", "help_txt": "可以在企业管理后台-通讯录中查看或使用【查询员工ID】动作以及触发动作样本中获取", "type": "string", "required": true, "multiples": true }, { "key": "field_filter_list", "label": "返回字段", "type": "string", "multiples": true, "dropdown": true, "choices": [ { "key": "sys00-name", "label": "姓名" }, { "key": "sys00-email", "label": "邮箱" }, { "key": "sys00-deptIds", "label": "部门id列表" }, { "key": "sys00-mainDeptId", "label": "主部门id" }, { "key": "sys00-dept", "label": "部门" }, { "key": "sys00-mainDept", "label": "主部门" }, { "key": "sys00-position", "label": "职位" }, { "key": "sys00-mobile", "label": "手机号" }, { "key": "sys00-jobNumber", "label": "工号" }, { "key": "sys00-tel", "label": "分机号" }, { "key": "sys00-workPlace", "label": "办公地点" }, { "key": "sys00-remark", "label": "备注" }, { "key": "sys00-confirmJoinTime", "label": "入职时间" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys03-highestEdu", "label": "最高学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-haveChild", "label": "有无子女" }, { "key": "sys07-childName", "label": "子女姓名" }, { "key": "sys07-childSex", "label": "子女性别" }, { "key": "sys07-childBirthDate", "label": "子女出生日期" }, { "key": "sys-authRealName", "label": "实人认证" }, { "key": "姓名", "label": "姓名" }, { "key": "手机号", "label": "手机号" }, { "key": "工号", "label": "工号" }, { "key": "办公地点", "label": "办公地点" }, { "key": "入职时间", "label": "入职时间" }, { "key": "sys00-entryAge", "label": "司龄(系统计算)" }, { "key": "邮箱", "label": "邮箱" }, { "key": "部门", "label": "部门" }, { "key": "sys00-reportManager", "label": "直属主管" }, { "key": "职位", "label": "职位" }, { "key": "分机号", "label": "分机号" }, { "key": "备注", "label": "备注" }, { "key": "sys01-employeeType", "label": "员工类型" }, { "key": "sys01-employeeStatus", "label": "员工状态" }, { "key": "sys01-probationPeriodType", "label": "试用期" }, { "key": "sys01-regularTime", "label": "实际转正日期" }, { "key": "sys01-planRegularTime", "label": "计划转正日期" }, { "key": "sys01-positionLevel", "label": "岗位职级" }, { "key": "sys02-joinWorkingTime", "label": "首次参加工作时间" }, { "key": "sys02-realName", "label": "身份证姓名" }, { "key": "sys02-certNo", "label": "证件号码" }, { "key": "sys02-birthTime", "label": "出生日期" }, { "key": "sys02-age", "label": "年龄(系统计算)" }, { "key": "sys02-sexType", "label": "性别" }, { "key": "sys02-nationType", "label": "民族" }, { "key": "sys02-certAddress", "label": "身份证地址" }, { "key": "sys02-certEndTime", "label": "证件有效期" }, { "key": "sys02-marriage", "label": "婚姻状况" }, { "key": "sys02-workAge", "label": "工龄(系统计算)" }, { "key": "sys02-residenceType", "label": "户籍类型" }, { "key": "sys02-address", "label": "住址" }, { "key": "sys02-politicalStatus", "label": "政治面貌" }, { "key": "sys09-personalSi", "label": "个人社保账号" }, { "key": "sys09-personalHf", "label": "个人公积金账号" }, { "key": "sys02-hometown", "label": "家乡" }, { "key": "sys03-highestEdu", "label": "学历" }, { "key": "sys03-graduateSchool", "label": "毕业院校" }, { "key": "sys03-graduationTime", "label": "毕业时间" }, { "key": "sys03-major", "label": "所学专业" }, { "key": "sys04-bankAccountNo", "label": "银行卡号" }, { "key": "sys04-accountBank", "label": "开户行" }, { "key": "sys05-contractCompanyName", "label": "合同公司" }, { "key": "sys05-contractType", "label": "合同类型" }, { "key": "sys05-firstContractStartTime", "label": "首次合同起始日" }, { "key": "sys05-firstContractEndTime", "label": "首次合同到期日" }, { "key": "sys05-nowContractStartTime", "label": "现合同起始日" }, { "key": "sys05-nowContractEndTime", "label": "现合同到期日" }, { "key": "sys05-contractPeriodType", "label": "合同期限" }, { "key": "sys05-contractRenewCount", "label": "续签次数" }, { "key": "sys06-urgentContactsName", "label": "紧急联系人姓名" }, { "key": "sys06-urgentContactsRelation", "label": "联系人关系" }, { "key": "sys06-urgentContactsPhone", "label": "联系人电话" }, { "key": "sys07-familyMemberName", "label": "姓名(家人)" }, { "key": "sys07-familyMemberRelation", "label": "关系(家人)" }, { "key": "sys07-familyMemberGender", "label": "性别(家人)" }, { "key": "sys07-familyMemberBirthday", "label": "生日(家人)" }, { "key": "sys07-familyMemberPhone", "label": "电话(家人)" }, { "key": "sys08-forntIDcard", "label": "身份证(人像面)" }, { "key": "sys08-rearIDcard", "label": "身份证(国徽面)" }, { "key": "sys08-academicCertificate", "label": "学历证书" }, { "key": "sys08-diplomaCertificate", "label": "学位证书" }, { "key": "sys08-releaseLetter", "label": "前公司离职证明" }, { "key": "sys08-personalPhoto", "label": "员工照片" } ], "help_txt": "需要获取的花名册字段;一次最多支持传100个值。该参数不传时,获取全部字段信息。查询字段越少,RT越低,建议按需查询。" } ], "5": [ { "multiples": false, "defaulttext": false, "dropdown": true, "help_txt": "请选择要提取的文本信息类型", "choices": [ { "key": "1", "label": "提取邮箱地址" }, { "key": "2", "label": "提取手机号" }, { "key": "3", "label": "提取身份证号" }, { "key": "4", "label": "提取地址信息" }, { "key": "5", "label": "提取时间点" }, { "key": "6", "label": "提取人名" } ], "label": "提取信息选择", "type": "string", "dynamic": false, "key": "tid", "required": true }, { "multiples": false, "defaulttext": false, "dropdown": false, "help_txt": "请先写需要进行文本信息提取的文本内容", "label": "文本信息", "type": "string", "dynamic": false, "key": "text", "required": true } ], "6": [], "7": [ { "key": "copy_id", "type": "copy", "help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序" }, { "key": "originatorUserId", "label": "发起人", "type": "string", "required": true, "help_txt": "请填写人员手机号码, 示例:13766777889" }, { "key": "deptId", "label": "发起人部门(下拉选择)", "dropdownTree": true, "required": false, "queryParams": [ { "label": "父节点id", "key": "node_id", "is_key": true, "defaulttext": 1 }, { "label": "标识", "key": "flag", "defaulttext": 1 } ], "url": "/v1/api/process/dingding/dropdowntree/get_dept", "choices": [] }, { "key": "input_dept_id", "label": "发起人部门(手动输入)", "type": "string", "help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个" }, { "key": "approvers", "label": "审批人列表", "type": "obj", "items": [ { "type": "copy", "help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转" }, { "key": "actionType", "label": "审批类型", "type": "string", "dropdown": true, "choices": [ { "key": "AND", "label": "会签" }, { "key": "OR", "label": "或签" }, { "key": "NONE", "label": "单人审批" } ], "help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人" }, { "key": "userIds", "label": "审批人", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778" } ] }, { "key": "ccList", "label": "抄送人ids", "type": "string", "help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。" }, { "key": "ccPosition", "label": "抄送时间点", "type": "string", "dropdown": true, "choices": [ { "key": "START", "label": "开始时抄送" }, { "key": "FINISH", "label": "结束时抄送" }, { "key": "START_FINISH", "label": "开始和结束时都抄送" } ] }, { "queryParams": [ { "label": "第几页", "key": "cursor", "type": "number", "defaulttext": 0 }, { "label": "每页数量", "key": "count", "type": "number", "defaulttext": 100 } ], "url": "/v1/api/process/dingding/choice/get_user_templates", "help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件", "choices": [], "dropdownServer": true, "label": "审批流编码", "type": "string", "dynamic": true, "key": "processCode", "required": true } ] } true [] [] [ { "id": 291, "name": "用友U8", "description": "<p>&nbsp;用友U8+以全新UAP为平台,应对中型及成长型企业客户群的发展,提供一整套企业级数智化升级解决方案,为成长型企业构建精细管理、产业链协同、社交化运营为一体的企业互联网经营管理平台,助力企业应势而变,赢得未来。</p>", "popular": 179, "published_at": "2022-04-21T11:43:37.000Z", "created_at": "2022-04-21T11:24:13.000Z", "updated_at": "2023-01-28T09:03:38.000Z", "app_id": "265", "category": "ERP", "locale": "zh-Hans", "short_description": "ERP系统", "available": true, "appid": null, "website": "https://u8.yonyou.com/", "video": null, "videos": null, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 3504, "name": "yongyouU8.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "yongyou_U8_4856309c1c", "ext": ".svg", "mime": "image/svg+xml", "size": 2.68, "url": "/uploads/yongyou_U8_4856309c1c.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T11:42:27.000Z", "updated_at": "2022-04-21T11:42:27.000Z" } }, { "id": 201, "name": "钉钉(第三方应用)", "description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>", "popular": 201, "published_at": "2022-02-18T06:10:56.000Z", "created_at": "2022-02-18T06:10:54.000Z", "updated_at": "2022-07-01T02:25:22.000Z", "app_id": "204", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里OA协同办公", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 13, "app_version": "1.0.0", "key_words": null, "qr_code": null, "qr": null, "sharelink": null, "seo": null, "icon": { "id": 2146, "name": "Dingding_c2e2a537de.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "Dingding_c2e2a537de_d62c18fb9b", "ext": ".svg", "mime": "image/svg+xml", "size": 9.4, "url": "/uploads/Dingding_c2e2a537de_d62c18fb9b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-02-18T06:25:05.000Z", "updated_at": "2022-02-18T06:25:06.000Z" } }, { "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-11-09T07:07:58.000Z", "app_id": "69", "category": "Teamwork", "locale": "zh-Hans", "short_description": "阿里协同OA系统", "available": true, "appid": null, "website": "https://www.dingtalk.com", "video": null, "videos": 109, "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": 54, "name": "文本提取", "description": "<p>文本提取是集简云的内置应用,可以提取流程步骤中文本内容字段中的信息,包括手机号,邮箱地址,地址,人名,名称等。</p>", "popular": -15, "published_at": "2021-10-25T03:28:29.000Z", "created_at": "2021-10-25T03:28:27.000Z", "updated_at": "2023-05-08T07:04:35.000Z", "app_id": "91", "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": 3477, "name": "text-extraction.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "text_extraction_9fa137c028", "ext": ".svg", "mime": "image/svg+xml", "size": 1.45, "url": "/uploads/text_extraction_9fa137c028.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:49:40.000Z", "updated_at": "2022-04-21T08:49:40.000Z" } }, { "id": 631, "name": "数组处理", "description": "<p>数组处理是集简云的一款内置应用,用于将文本变量内容生成一组数组或者将一组数组转换成文本内容,以便用于后续的流程步骤中。</p>", "popular": -1, "published_at": "2022-08-25T05:54:52.000Z", "created_at": "2022-08-25T05:39:49.000Z", "updated_at": "2023-10-26T08:20:48.000Z", "app_id": "1000454", "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": 5862, "name": "shuzuchuli.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "shuzuchuli_114ea035f2", "ext": ".svg", "mime": "image/svg+xml", "size": 2.71, "url": "/uploads/shuzuchuli_114ea035f2.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-08-25T05:54:16.000Z", "updated_at": "2022-08-25T05:54:16.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": 8, "name": "财务ERP", "locale": "zh-Hans", "published_at": "2022-05-30T07:29:44.000Z", "created_at": "2022-05-20T08:13:35.000Z", "updated_at": "2022-05-30T07:29:44.000Z", "sort": 4 } ] [ { "id": 4774, "key": null, "published_at": "2023-01-10T11:01:25.000Z", "created_at": "2023-01-10T11:01:25.000Z", "updated_at": "2023-01-10T11:01:25.000Z", "action_id": "1003595", "action_name": "数组计算", "error": null, "description": "对数组内对象进行计算处理", "action_type": "action", "app": null, "template": null, "action_key": null }, { "id": 1342, "key": null, "published_at": "2022-03-31T11:00:09.000Z", "created_at": "2022-03-31T11:00:09.000Z", "updated_at": "2023-11-06T07:45:37.000Z", "action_id": "1586", "action_name": "搜索用户UserId", "error": null, "description": "根据用户名称搜索用户userId", "action_type": "action", "app": null, "template": null, "action_key": "1586" }, { "id": 58, "key": null, "published_at": "2021-11-24T06:45:19.000Z", "created_at": "2021-11-24T06:45:17.000Z", "updated_at": "2023-11-06T07:41:29.000Z", "action_id": "177", "action_name": "文本提取", "error": null, "description": "提取流程中的文本信息内容", "action_type": "action", "app": null, "template": null, "action_key": "177" }, { "id": 2062, "key": null, "published_at": "2022-06-09T11:45:20.000Z", "created_at": "2022-06-09T11:45:20.000Z", "updated_at": "2023-11-06T07:38:20.000Z", "action_id": "1997", "action_name": "获取员工花名册字段信息", "error": null, "description": "获取员工花名册字段信息", "action_type": "action", "app": null, "template": null, "action_key": "1997" }, { "id": 2781, "key": null, "published_at": "2022-07-28T11:05:24.000Z", "created_at": "2022-07-28T11:05:24.000Z", "updated_at": "2023-11-06T07:38:21.000Z", "action_id": "2169", "action_name": "发起审批实例1.0.1", "error": null, "description": "基于执行动作发起审批实例兼容了表单明细控件的功能", "action_type": "action", "app": null, "template": null, "action_key": "2169" }, { "id": 3379, "key": null, "published_at": "2022-09-20T11:03:21.000Z", "created_at": "2022-09-20T11:03:21.000Z", "updated_at": "2023-11-06T07:46:35.000Z", "action_id": "2807", "action_name": "查询单据详情", "error": null, "description": "查询单据详情", "action_type": "action", "app": null, "template": null, "action_key": "2807" } ] [] [] 84 34 74 100+ 71