Creates Doc in Workspace using ClickUp. Requires parent_id and visibility and create_page and parent_type and workspace_id and document_name. Returns confirmation of creation, including the new record’s ID and details.
Creates Folder in Space using ClickUp. Requires space_id and folders_name. Returns confirmation of creation, including the new record’s ID and details.
Creates Page in Doc using ClickUp. Requires doc_id and page_name and sub_title and page_content and workspace_id and content_format and parent_page_id. Returns confirmation of creation, including the new record’s ID and details.
Creates Task in Retrieves using ClickUp. Requires points and list_id and team_id and archived and due_date and links_to and priority and assignees and task_name and task_tags and notify_all and start_date and task_status and due_date_time and time_estimate and parent_task_id and custom_task_ids and start_date_time and task_description and check_required_custom_fields. Returns confirmation of creation, including the new record’s ID and details.
Retrieves Filtered Team Tasks by Tags using ClickUp. Requires team_id and tag_to_searched. Returns the requested data record(s) with all available details.
Retrieves Pages from Doc using ClickUp. Requires doc_id and workspace_id. Returns the requested data record(s) with all available details.
Updates Task in Retrieves using ClickUp. Requires parent and points and list_id and task_id and team_id and archived and due_date and links_to and priority and assignees and task_name and task_tags and notify_all and start_date and task_status and due_date_time and time_estimate and custom_task_ids and start_date_time and task_description and check_required_custom_fields. Returns the updated record with the applied changes.