Close menu
Explore Plans
Mobile menu Close menu
Motion

New project created

This trigger fires every time a new project is created in your Motion account.

Developer info

API endpoint slug
motion.new_project_created

Trigger fields

No fields for this trigger

Ingredients

Project The unique ID of the project.

Slug
project_id
Filter code
Motion.newProjectCreated.ProjectId
Type
String
Example
pRoJ5678

Project name The name of the project.

Slug
project_name
Filter code
Motion.newProjectCreated.ProjectName
Type
String
Example
Product Planning

Description The project description.

Slug
description
Filter code
Motion.newProjectCreated.Description
Type
String
Example
All planning work for the product team.

Status The current status of the project.

Slug
status
Filter code
Motion.newProjectCreated.Status
Type
String
Example
Active

Workspace name The name of the project's workspace.

Slug
workspace_name
Filter code
Motion.newProjectCreated.WorkspaceName
Type
String
Example
Product Team

Created at When the project was created.

Slug
created_at
Filter code
Motion.newProjectCreated.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00