Send a Webhooks request when Motion creates a task
This trigger fires every time a new task is created in your Motion account.
Developer info
- API endpoint slug
- motion.new_task_created
Trigger fields
Project Dropdown list
- Label
- Which project?
- Helper text
- Only fire for tasks in this project. Leave blank for all projects.
- Slug
- project
- Required
- true
- Can have default value
- false
Assignee Dropdown list
- Label
- Assignee
- Helper text
- Only fire for tasks assigned to this person. Leave blank for anyone.
- Slug
- assignee
- Required
- true
- Can have default value
- false
Ingredients
Task The unique ID of the task.
- Slug
- task_id
- Filter code
- Motion.newTaskCreated.TaskId
- Type
- String
- Example
- aBcD1234
Task name The name of the task.
- Slug
- task_name
- Filter code
- Motion.newTaskCreated.TaskName
- Type
- String
- Example
- Draft Q3 roadmap
Description The task description.
- Slug
- description
- Filter code
- Motion.newTaskCreated.Description
- Type
- String
- Example
- Outline the key initiatives for Q3.
Status The current status of the task.
- Slug
- status
- Filter code
- Motion.newTaskCreated.Status
- Type
- String
- Example
- Todo
Duration The task duration in minutes, or NONE/REMINDER.
- Slug
- duration
- Filter code
- Motion.newTaskCreated.Duration
- Type
- String
- Example
- 60
Due date When the task is due.
- Slug
- due_date
- Filter code
- Motion.newTaskCreated.DueDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Deadline type The deadline type (HARD, SOFT, or NONE).
- Slug
- deadline_type
- Filter code
- Motion.newTaskCreated.DeadlineType
- Type
- String
- Example
- SOFT
Completed Whether the task is completed.
- Slug
- completed
- Filter code
- Motion.newTaskCreated.Completed
- Type
- String
- Example
- false
Completed at When the task was completed.
- Slug
- completed_at
- Filter code
- Motion.newTaskCreated.CompletedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Start date The task start date.
- Slug
- start_date
- Filter code
- Motion.newTaskCreated.StartDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Creator The name of the person who created the task.
- Slug
- creator
- Filter code
- Motion.newTaskCreated.Creator
- Type
- String
- Example
- Jane Doe
Assignees Comma-separated names of the task assignees.
- Slug
- assignees
- Filter code
- Motion.newTaskCreated.Assignees
- Type
- String
- Example
- Jane Doe, John Smith
Labels Comma-separated labels on the task.
- Slug
- labels
- Filter code
- Motion.newTaskCreated.Labels
- Type
- String
- Example
- urgent, roadmap
Project name The name of the task's project.
- Slug
- project_name
- Filter code
- Motion.newTaskCreated.ProjectName
- Type
- String
- Example
- Product Planning
Workspace name The name of the task's workspace.
- Slug
- workspace_name
- Filter code
- Motion.newTaskCreated.WorkspaceName
- Type
- String
- Example
- Product Team
Scheduled start When Motion scheduled the task to start.
- Slug
- scheduled_start
- Filter code
- Motion.newTaskCreated.ScheduledStart
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Scheduled end When Motion scheduled the task to end.
- Slug
- scheduled_end
- Filter code
- Motion.newTaskCreated.ScheduledEnd
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Priority The task priority (ASAP, HIGH, MEDIUM, LOW).
- Slug
- priority
- Filter code
- Motion.newTaskCreated.Priority
- Type
- String
- Example
- HIGH
Created at When the task was created.
- Slug
- created_at
- Filter code
- Motion.newTaskCreated.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
