PipedreamHQ / PipedreamHQ/pipedream
[Components] timelink
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# timelink
## URLs
- https://api.timelink.io/documentation#
## Webhook Sources
### new-time-entry-instant
#### Description
Emit new event when a new time entry is created in Timelink. Users can filter by project or user.
### new-project-instant
#### Description
Emit new event when a new project is created in Timelink. Users can optionally filter by project owner.
### time-entry-updated-instant
#### Description
Emit new event when an existing time entry is updated in Timelink. Users can filter by project or user.
## Actions
### create-time-entry
#### Description
Create a new time entry in Timelink. Requires the project, user, start time, and duration.
### update-time-entry
#### Description
Update an existing time entry in Timelink. Requires the time entry ID. Users can modify the project, start time, duration, or notes.
### create-project
#### Description
Create a new project in Timelink. Requires the project name and owner. Users can optionally add a description.
Contributor guide
Assessment
This issue has not been assessed yet.