Creates a new allocation. Use when you need to schedule or assign a specific amount of a user's time per week to a task or project within a defined period.
notesstringAny additional notes related to the allocation.
end_onRequiredstringThe end date of the allocation. The format is YYYY-MM-DD.
start_onRequiredstringThe start date of the allocation. The format is YYYY-MM-DD.
effort_typeRequiredstringThe unit type for tracking effort on the allocation. Must be either 'hours' or 'percent'.
project_gidstringThe project GID for which this allocation is being made. If provided, the allocation will be linked to this project.
assignee_gidRequiredstringThe ID of the user to whom the allocation is assigned. This can be the user's GID or the string 'me' to refer to the authenticated user.
effort_valueRequirednumberThe numeric effort value for the allocation. Represents hours per week if effort_type is 'hours', or percentage if effort_type is 'percent'.
workspace_gidRequiredstringThe ID of the workspace where the allocation will be created.
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
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.