Skip to content

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

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers

New Task

Triggers when new task is created.

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
ApplicationSTRINGSELECTApplication to be used for the trigger.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Actions

Create Project

Creates new project.

Properties

NameTypeControl TypeDescription
Project{STRING(name), STRING(description), STRING(template_id)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Create Task

Creates new task

Properties

NameTypeControl TypeDescription
ProjectSTRINGSELECTProject 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

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

Additional instructions


CONNECTION