Nifty
Reference
Nifty Project Management is a software tool that streamlines team collaboration and project tracking with features like task management, timelines, and communication tools to enhance productivity.
Categories: [project-management, productivity-and-collaboration]
Version: 1
Connections
Version: 1
OAuth2 Authorization Code
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Client Id | STRING | TEXT | |
Client Secret | STRING | TEXT |
Triggers
New Task
Triggers when new task is created.
Type: DYNAMIC_WEBHOOK
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Application | STRING | SELECT | Application to be used for the trigger. |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
Actions
Create Project
Creates new project.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Project | {STRING(name), STRING(description), STRING(template_id)} | OBJECT_BUILDER |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(id), STRING(name), STRING(description), STRING(template_id)} | OBJECT_BUILDER |
Create Task
Creates new task
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Project | STRING | SELECT | Project within which the task will be created. |
Task | {STRING(task_group_id), STRING(name), STRING(description), DATE_TIME(due_date)} | OBJECT_BUILDER |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(id), STRING(name), STRING(project), STRING(description), DATE_TIME(due_date)} | OBJECT_BUILDER |