PipedreamHQ / PipedreamHQ/pipedream
[Components] paylocity
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# paylocity
## URLs
- https://developer.paylocity.com/integrations/reference/authentication
## Polling Sources
### new-employee-created
#### Prompt
Emit new event when a new employee record is created in Paylocity. Users can optionally filter by department or job title if available.
#### URLs
- https://developer.paylocity.com/integrations/reference/get-all-employees
## Actions
### create-employee
#### Prompt
Create a new employee record in Paylocity. Users must provide required details such as first name, last name, email, and hire date.
#### URLs
- https://developer.paylocity.com/integrations/reference/add-employee
### update-employee
#### Prompt
Update an existing employee's information in Paylocity. Users can specify fields to update such as job title, department, or email address.
#### URLs
- https://developer.paylocity.com/integrations/reference/update-employee
### get-employee-shifts
#### Prompt
Get detailed information about the shifts assigned to an individual employee.
#### URLs
- https://developer.paylocity.com/integrations/reference/get_apihub_scheduling_v1_companies_companyid_employees_employeeid_shifts
### get-shifts-by-company
#### Prompt
Get detailed shift information for employees.
#### URLs
- https://developer.paylocity.com/integrations/reference/get_apihub_scheduling_v1_companies_companyid_shifts
Contributor guide
Assessment
This issue has not been assessed yet.