Add Clockify time entries to Notion To-Do list
This trigger fires when a time entry is completed.
Developer info
- API endpoint slug
- clockify.new_time_entry
Trigger fields
Workspace project Nested dropdown list
- Label
- Workspace / Project
- Helper text
- Select a workspace or a specific project
- Slug
- workspace_project
- Required
- true
- Can have default value
- false
Task Text input > Other
- Label
- Task
- Helper text
- Enter task name (optional)
- Slug
- task
- Required
- true
- Can have default value
- true
Tags Text input > Other
- Label
- Tags
- Helper text
- Comma-separated list of tag names to filter by
- Slug
- tags
- Required
- true
- Can have default value
- true
Ingredients
Project name The name of the project.
- Slug
- project_name
- Filter code
- Clockify.newTimeEntry.ProjectName
- Type
- String
- Example
- Website Redesign
Description The description of the time entry.
- Slug
- description
- Filter code
- Clockify.newTimeEntry.Description
- Type
- String
- Example
- Working on homepage layout
Start The start date and time of the entry.
- Slug
- start_time
- Filter code
- Clockify.newTimeEntry.Start
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
End The end date and time of the entry.
- Slug
- end_time
- Filter code
- Clockify.newTimeEntry.End
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Project client name The name of the project's client.
- Slug
- project_client_name
- Filter code
- Clockify.newTimeEntry.ProjectClientName
- Type
- String
- Example
- Acme Corp
Task name The name of the task.
- Slug
- task_name
- Filter code
- Clockify.newTimeEntry.TaskName
- Type
- String
- Example
- Design mockups
Duration hours The duration in hours.
- Slug
- duration_hours
- Filter code
- Clockify.newTimeEntry.DurationHours
- Type
- String
- Example
- 2
Duration minutes The duration in minutes.
- Slug
- duration_minutes
- Filter code
- Clockify.newTimeEntry.DurationMinutes
- Type
- String
- Example
- 30