Close menu
Explore Plans
Mobile menu Close menu
Toggl Track

A new task is added

This trigger fires when a new task is added to your workspace.

Developer info

API endpoint slug
toggl_track.new_task

Trigger fields

No fields for this trigger

Ingredients

Task name Name of the task

Slug
name
Filter code
TogglTrack.newTask.TaskName
Type
String
Example
Biff's Task

Created at Date and time event was created.

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

Task ID of the Toggl Track task.

Slug
task_id
Filter code
TogglTrack.newTask.TaskId
Type
String
Example
123456

Workspace ID of the Toggle Track workspace

Slug
workspace_id
Filter code
TogglTrack.newTask.WorkspaceId
Type
String
Example
123456

Project ID of the Toggl Track project

Slug
project_id
Filter code
TogglTrack.newTask.ProjectId
Type
String
Example
123456

User ID of the user assigned to this task.

Slug
user_id
Filter code
TogglTrack.newTask.UserId
Type
String
Example
123456

Recurring Is this task recurring?

Slug
recurring
Filter code
TogglTrack.newTask.Recurring
Type
String
Example
false

Active Is this task active?

Slug
active
Filter code
TogglTrack.newTask.Active
Type
String
Example
true

Estimated time Estimated time in seconds

Slug
estimated_time
Filter code
TogglTrack.newTask.EstimatedTime
Type
String
Example
18000