-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
everhour
URLs
- https://everhour.docs.apiary.io/#introduction/getting-started
- https://everhour.docs.apiary.io/#introduction/authentication
Polling Sources
new-client-instant
Prompt
Emit new event when a client is added. Required props: project id. the event type is api:client:created. project id has async opts.
URLs
- https://everhour.docs.apiary.io/#reference/0/projects/get-all-projects
- https://everhour.docs.apiary.io/#reference/0/webhooks/create-webhook
- https://everhour.docs.apiary.io/#reference/0/webhooks/delete-webhook
new-task-instant
Prompt
Emit new event when a task created. Required props: project id. the event type is api:task:created. project id has async opts.
URLs
- https://everhour.docs.apiary.io/#reference/0/projects/get-all-projects
- https://everhour.docs.apiary.io/#reference/0/webhooks/create-webhook
- https://everhour.docs.apiary.io/#reference/0/webhooks/delete-webhook
task-time-updated-instant
Prompt
Emit new event when a task's time spent is modified. Required props: project id. the event type is api:time:updated. project id has async opts.
URLs
- https://everhour.docs.apiary.io/#reference/0/projects/get-all-projects
- https://everhour.docs.apiary.io/#reference/0/webhooks/create-webhook
- https://everhour.docs.apiary.io/#reference/0/webhooks/delete-webhook
Actions
create-task
Prompt
Creates a new task. Required props include 'project_id'. Optional props 'name', 'section', 'labels', 'position', 'description', 'dueOn' and 'status'. project id has async opts.
URLs
- https://everhour.docs.apiary.io/#reference/0/projects/get-all-projects
- https://everhour.docs.apiary.io/#reference/0/tasks/create-task
start-timer
Prompt
Begins a new timer for a task. Requires the 'task-id' prop to identify which task the timer belongs to. optional props are 'userDate' and 'comment'. task Id has async opts.
URLs
- https://everhour.docs.apiary.io/#reference/0/tasks/get-task
- https://everhour.docs.apiary.io/#reference/0/timers/start-timer
stop-timer
Prompt
Halts the current timer. no props are necessary
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status