Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node integrates with the awork API to create a new 'Type of Work' entity within a project task context. It is useful for automating project management workflows where categorizing or defining types of work is necessary. For example, a project manager can use this node to programmatically add new work types such as 'Design', 'Development', or 'Testing' to streamline task organization and reporting.
Use Case Examples
- Creating a new type of work named 'Design' with a description and an icon to categorize tasks related to design activities.
- Adding a 'Testing' type of work to automate task classification in a project management system.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the 'Type of Work' entity to be created. This is a required string input that identifies the work type. |
| Description | An optional string providing additional details about the 'Type of Work' entity. |
| Icon | A required string representing the icon associated with the 'Type of Work' entity, used for visual identification. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
id- The unique identifier of the created 'Type of Work' entity.name- The name of the created 'Type of Work' entity.description- The description of the created 'Type of Work' entity.icon- The icon associated with the created 'Type of Work' entity.createdAt- Timestamp indicating when the 'Type of Work' entity was created.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the 'Name' and 'Icon' fields are provided as they are required; missing these will cause errors.
- If SSL certificate validation fails and the request is blocked, enable 'Ignore SSL Issues' to bypass this, but be aware of security risks.
- Check proxy settings if requests fail to reach the API endpoint when behind a proxy.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- awork API Documentation - Official API documentation for awork, useful for understanding available endpoints and request formats.