Enabling Agentforce agents to interact with Adobe Workfront for project management, task tracking, time logging, and document handling.
Tool Name | Description | Example Inputs |
---|---|---|
adobe_workfront_search_projects | Searches for projects based on name, status, or other criteria. | search_query , status_filter (optional) , fields_to_retrieve (optional) |
adobe_workfront_get_project_details | Retrieves detailed information for a specific project ID. | project_id , fields_to_retrieve (optional) |
adobe_workfront_create_project | Creates a new project in Workfront. | project_name , template_id (optional) , portfolio_id (optional) , project_data_map |
adobe_workfront_update_project | Updates details of an existing project. | project_id , update_data_map |
adobe_workfront_search_tasks | Searches for tasks within a project or across projects. | project_id (optional) , search_query , status_filter (optional) |
adobe_workfront_get_task_details | Retrieves detailed information for a specific task ID. | task_id , fields_to_retrieve (optional) |
adobe_workfront_create_task | Creates a new task, optionally linked to a project. | task_name , project_id (optional) , task_data_map |
adobe_workfront_update_task | Updates details of an existing task. | task_id , update_data_map |
adobe_workfront_log_time_on_task | Logs time spent on a specific task. | task_id , hours_spent , log_date , comment (optional) |
adobe_workfront_get_user_details | Retrieves information about a Workfront user. | user_id or username |
adobe_workfront_upload_document_to_project | Uploads a document to a specified project or task. | project_id or task_id , file_name , file_content_base64 , description (optional) |
adobe_workfront_get_document_details | Retrieves metadata or downloads a document. | document_id |
adobe_workfront_create_issue | Creates a new issue, optionally linked to a project or task. | issue_name , description , project_id (optional) , task_id (optional) |
adobe_workfront_get_issue_details | Retrieves details for a specific issue. | issue_id |
yourcompany.my.workfront.com
), and specifying the authentication method.adobe_workfront_search_projects
with a known project name or adobe_workfront_get_user_details
for the API user to test connectivity and authentication.