This tool creates a new work order in MaintainX. It uses the POST /api/v1/workorders endpoint. The tool requires a 'title' for the work order and offers several optional parameters including description, priority, dueDate, startDate, userIds, teamIds, procedureTemplateId, locati…
titleRequiredstringThe title of the work order
asset_idintegerID of the asset associated with the work order
due_datestringDue date for the work order in ISO 8601 format (e.g., 2024-03-15T14:30:00Z)
prioritystringPriority level of the work order (NONE, LOW, MEDIUM, HIGH)
team_idsarrayList of team IDs to assign to the work order
user_idsarrayList of user IDs to assign to the work order
categoriesarrayList of categories for the work order
start_datestringStart date for the work order in ISO 8601 format (e.g., 2024-03-15T14:30:00Z)
descriptionstringDetailed description of the work order
location_idintegerID of the location where the work is to be performed
procedure_template_idintegerID of an existing procedure template to attach to the work order. The template must exist and be accessible in the MaintainX account.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.