A beginner's guide
Explore Plans
Mobile menu Close menu
HarvestHarvest

Timer started

This Trigger fires every time you start a new timer in Harvest.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Trigger fires every time you start a new timer in Harvest.
API endpoint slug
harvest.timer_started

Trigger fields

No fields for this trigger

Ingredients

NotesTimer notes.

Slug
notes
Filter code
Harvest.timerStarted.Notes
Type
String
Example
Revamp form styles

Task nameName of the Task for which time is being tracked.

Slug
task_name
Filter code
Harvest.timerStarted.TaskName
Type
String
Example
Project Management

Project nameName of the Project for which time is being tracked.

Slug
project_name
Filter code
Harvest.timerStarted.ProjectName
Type
String
Example
Website Redesign

User nameName of the user that started the timer.

Slug
user_name
Filter code
Harvest.timerStarted.UserName
Type
String
Example
John Doe

Created atDate and time when the timer was started.

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