Get User Space Configuration
DART_GET_CONFIGRetrieve your workspace configuration to see all available dartboards, folders, task types, and statuses. This helps you understand what options are available for organizing and managing your projects.
Dart
18 actions for Dart workflows.
Operations are the actions a workflow can take in Dart, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Manage workspace settings and preferences for your Dart environment. Access this when you need to retrieve or adjust user-specific configuration options that control how your automation behaves.
Get User Space Configuration
DART_GET_CONFIGRetrieve your workspace configuration to see all available dartboards, folders, task types, and statuses. This helps you understand what options are available for organizing and managing your projects.
Handle document lifecycle operations including creation, retrieval, updating, and deletion within your Dart workspace. Use these operations to manage documents as part of your automated workflows, from initial creation through archival.
Create Doc
DART_CREATE_DOCCreates a new document in Dart where you can write and store information. Use this to quickly set up a new doc for note-taking, planning, or documentation purposes.
Delete Doc
DART_DELETE_DOCMove a document to trash instead of permanently deleting it, allowing recovery if needed later. This is useful when cleaning up your project workspace while maintaining the option to restore important files.
Get Doc
DART_GET_DOCRetrieves a specific document's full details including its title, content, and folder location. Use this when you need to access or reference an existing document's information.
List Docs
DART_LIST_DOCSRetrieve documents from your DART project management system with flexible filtering and search options to find specific files by folder, title, or content. Supports pagination and sorting to help you locate and organize documents efficiently.
Update Doc
DART_UPDATE_DOCModify an existing document in Dart by updating its title, location, or content while preserving any unchanged properties. This helps you keep project documentation current without recreating files.
Search and retrieve support articles from your Help Center knowledge base. Integrate this when you need to surface relevant documentation or reference materials within your automation processes.
List Help Center Articles
DART_LIST_HELP_CENTER_ARTICLESSearch and retrieve the most relevant help center articles based on your query to quickly find solutions and information your team needs.
Look up and reference available skills by their names within your Dart environment. Use this operation when you need to identify or validate specific skill definitions for workflow automation.
Retrieve Skill By Title
DART_RETRIEVE_SKILL_BY_TITLEFetch detailed information about a specific skill in your workspace by its exact title, including its ID and instructions. This helps you quickly locate and reference skill details when managing your project team's capabilities.
Manage the complete task lifecycle including creation, assignment, tracking, and resolution across your workflows. These operations enable you to create tasks, add attachments and comments, track time spent, organize work through movement, and monitor task progress.
Create Task
DART_CREATE_TASKAdd a new task to your DART workspace with a title and optional details like due dates or descriptions. Use this to organize your work and keep track of what needs to be done.
List Tasks
DART_LIST_TASKSRetrieve all your tasks from DART with flexible filtering by dartboard, status, assignee, tags, priority, and dates to keep your work organized and visible. This helps you stay on top of what needs to be done and track progress across your projects.
Update Task
DART_UPDATE_TASKModify any aspect of an existing task in DART, such as its title, status, or assignee, by specifying only the fields you want to change.
Add Task Attachment From URL
DART_ADD_TASK_ATTACHMENT_FROM_URLAttach files to tasks by providing a direct URL, allowing you to link documents, images, or resources without manually uploading them. This is useful when you need to associate external files with your project work.
Add Task Comment
DART_ADD_TASK_COMMENTAttach comments and feedback to specific tasks in Dart, enabling your team to collaborate and discuss task details without leaving the project management interface. Supports formatted text and threaded conversations for organized discussions.
Add Task Time Tracking
DART_ADD_TASK_TIME_TRACKINGRecords time spent on a specific task in your project, allowing you to track how long work actually takes and maintain accurate project timelines. Use this when you complete work on a task and need to log the hours for billing, payroll, or productivity analysis.
Delete Task
DART_DELETE_TASKRemove a task from your Dart project by moving it to trash, allowing you to clean up your task list while keeping the option to recover it later if needed.
Get Task
DART_GET_TASKRetrieve complete details about a specific task including its title, status, description, and dartboard assignment. Use this when you need to access full task information for review, updates, or decision-making.
List Comments
DART_LIST_COMMENTSRetrieve all comments on a specific task with filtering options to find discussions by author, date range, or content. Helps you quickly access task feedback, decisions, and updates in one place.
Move Task
DART_MOVE_TASKReorder tasks within your dartboard by moving a task to a specific position, either before or after another task.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.