Loading...
Loading...
ADP Workforce Now integration. Manage Persons, Organizations, Jobs, Payrolls, Benefitses, Talents. Use when the user wants to interact with ADP Workforce Now data.
npx skill4agent add membranedev/application-skills adp-workforcemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search adp-workforce --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Pay Cycles | list-pay-cycles | Retrieve all pay cycle configurations from validation tables |
| List Employment Statuses | list-employment-statuses | Retrieve all employment status codes from validation tables |
| Get Worker Demographics | get-worker-demographics | Retrieve demographic information for a specific worker including personal details |
| List Organization Departments | list-organization-departments | Retrieve all organization departments (registered departments for a company) |
| Get Worker Pay Distributions | get-worker-pay-distributions | Retrieve pay distribution information for a specific worker |
| List Business Units | list-business-units | Retrieve all business units from ADP Workforce Now validation tables |
| Get Job | get-job | Retrieve a specific job title by its ID from validation tables |
| List Jobs | list-jobs | Retrieve all job titles from ADP Workforce Now validation tables |
| List Locations | list-locations | Retrieve all work locations from ADP Workforce Now validation tables |
| List Cost Centers | list-cost-centers | Retrieve all cost centers from ADP Workforce Now validation tables |
| List Departments | list-departments | Retrieve all departments from ADP Workforce Now validation tables |
| List Time-Off Requests | list-time-off-requests | Retrieve time-off requests for a specific worker |
| Get Job Application | get-job-application | Retrieve a specific job application by its ID |
| List Job Applications | list-job-applications | Retrieve a list of job applications from ADP Workforce Now |
| Get Job Requisition | get-job-requisition | Retrieve a specific job requisition by its ID |
| List Job Requisitions | list-job-requisitions | Retrieve a list of job requisitions from ADP Workforce Now |
| Get Workers Metadata | get-workers-metadata | Retrieve metadata about the workers endpoint including available fields and their definitions |
| Get Worker | get-worker | Retrieve detailed information for a specific worker by their Associate OID (AOID) |
| List Workers | list-workers | Retrieve a list of all workers from ADP Workforce Now with pagination support |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY