-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
hr_cloud
URLs
Webhook Sources
new-employee-instant
Description
Emit new event when a new employee is added to the system. Users can optionally filter by department or job title.
new-leave-request-instant
Description
Emit new event when an employee submits a leave request. Users can optionally filter by leave type (e.g., vacation, sick leave).
new-timesheet-entry-instant
Description
Emit new event when an employee logs a new timesheet entry. Users can optionally filter by project or employee.
Actions
create-employee
Description
Create a new employee record in the system. Required fields: name, email, job title. Optional fields: department, start date.
approve-leave-request
Description
Approve a pending employee leave request. Required field: request ID. Optional field: approval note.
log-timesheet-entry
Description
Log a new timesheet entry for an employee. Required fields: employee ID, hours worked, date. Optional fields: project ID, notes.
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done