Skip to content

Nifty

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

Type: nifty/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Create Project

Name: createProject

Creates new project.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemProject{STRING(name), STRING(description), STRING(template_id)}OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(name), STRING(description), STRING(template_id)}OBJECT_BUILDER

Create Task

Name: createTask

Creates new task

Properties

NameLabelTypeControl TypeDescriptionRequired
projectProject IDSTRINGSELECTID of the project within which the task will be created.true
__itemTask{STRING(task_group_id), STRING(name), STRING(description), DATE_TIME(due_date)}OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(name), STRING(project), STRING(description), DATE_TIME(due_date)}OBJECT_BUILDER

Get Task

Name: getTask

Gets task details.

Properties

NameLabelTypeControl TypeDescriptionRequired
taskIdTask IDSTRINGSELECTID of the task to get details for.true

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(name), STRING(project), STRING(description)}OBJECT_BUILDER

Create Status

Name: createStatus

Creates new status

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemStatus{STRING(name), STRING(project_id)}OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(message), {STRING(id), STRING(name), STRING(color), STRING(created_by), STRING(project), INTEGER(order)}(task_group)}OBJECT_BUILDER

Get Tracked Time Report

Name: getTrackedTimeReport

Gets tracked time report information.

Properties

NameLabelTypeControl TypeDescriptionRequired
project_idProject IDSTRINGSELECTId of the project to get the report for.true
start_dateStart DateDATE_TIMEDATE_TIMEStart date for the report.false
end_dateEnd DateDATE_TIMEDATE_TIMEStart date for the report.false

Output

Type: OBJECT

Properties

NameTypeControl Type
body{[{STRING(id), STRING(project), STRING(start), BOOLEAN(manual), STRING(user), STRING(task), STRING(end), BOOLEAN(active), STRING(duration)}](items)}OBJECT_BUILDER

Triggers

New Task

Triggers when new task is created.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
app_idApplicationSTRINGSELECTApplication to be used for the trigger.true

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
projectSTRINGTEXT
orderSTRINGTEXT
milestoneSTRINGTEXT


Additional instructions


CONNECTION