FlowSheets
Trigger workflows, manage worksheets, and collaborate on record discussions.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Trigger Workflow: Trigger a workflow. When calling, in addition to providing the `process_id`, you should also pass the input parameters returned by `get_workflow_details`. Use the parameter's `id` as
- Get Record Relations: Get a list of related records, including source worksheet information, row record information, detailed row record information, and creator information.
- Get Record Discussions: Get row record discussions.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Trigger workflows, manage worksheets, and collaborate on record discussions. Create, update, and delete records in bulk, generate share links, and get instant pivot summaries for insights. Administer roles, departments, and optionsets to control access and standardize data across your apps.
Список инструментов сервера (36)
Технические названия из tools/list. Нужны только разработчикам.
| trigger_workflow | Trigger a workflow. When calling, in addition to providing the `process_id`, you should also pass the input parameters returned by `get_workflow_details`. Use the parameter's `id` as the key and its corresponding value as the value, passed directly as top-level parameters. |
| get_record_relations | Get a list of related records, including source worksheet information, row record information, detailed row record information, and creator information. |
| get_record_discussions | Get row record discussions. |
| delete_worksheet | Delete a worksheet. |
| update_worksheet | Edit a worksheet. |
| get_time | 获取当前时间 |
| batch_delete_records | Batch delete row records. |
| create_role | Create a role. Information includes: role name, description, permission information. |
| get_role_details | Get role details. |
| get_workflow_details | Get workflow details, including request and response parameters. |
| create_record | Create a new row record. |
| batch_create_records | Batch create new row records. |
| update_record | Update a row record. |
| get_workflow_list | Get a list of workflows in the application. Used to trigger specific business processes. Determine the applicable business scenario based on the workflow name and description. |
| get_regions | Get region information. |
| find_department | Find a department by name, returning department ID and name. |
| get_record_logs | Get row record logs. |
| get_app_info | Get application information, including groups, worksheets, and custom pages under the application. The 'type' field of the items object means: 0-Worksheet, 1-Custom Page, 2-Subgroup. |
| batch_update_records | Batch update row records. |
| remove_member_from_role | Remove a member from a role. |
| get_record_share_link | Get a shareable link for a record. |
| delete_role | Delete a role. |
| delete_record | Delete a row record. |
| get_role_list | Get a list of roles in the application. |
| find_member | Find a user by name, returning user ID, name, and redacted phone number and email. |
| leave_all_roles | Remove a specified member from all roles in the application. |
| get_worksheet_structure | Get worksheet configuration and its control information. |
| delete_optionset | Delete an optionset. |
| get_record_list | Get a list of worksheet records. |
| get_record_pivot_data | Get pivot table summary data for worksheet records. Prioritize using this tool for querying statistics, summaries, and aggregations. |
| create_optionset | Create an optionset. Data includes: optionset name, optionset information (option value, sort order, color, score). |
| get_record_details | Get record details, including creator, owner, control information, and generate example values based on control data types. |
| get_optionset_list | Get a list of optionsets in the application. |
| create_worksheet | Create a worksheet. Currently supported field types are Text|Number|SingleSelect|MultipleSelect|Date|DateTime|Collaborator|Relation. |
| add_member_to_role | Add member information to a role. Data includes: add users, jobs, departments. |
| update_optionset | Edit an optionset. |