Loading...
Loading...
Employment Hero integration. Manage data, records, and automate workflows. Use when the user wants to interact with Employment Hero data.
npx skill4agent add membranedev/application-skills employment-heromembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search employment-hero --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 Custom Fields | list-custom-fields | Returns an array of all custom fields defined for an organisation. |
| Get Certification | get-certification | Retrieves a specific certification by its ID. |
| List Certifications | list-certifications | Returns an array of all certifications within an organisation. |
| List Cost Centres | list-cost-centres | Returns an array of all cost centres within an organisation. |
| Get Employee Job Histories | get-employee-job-histories | Retrieves job history information for a specific employee. |
| Get Employee Emergency Contacts | get-employee-emergency-contacts | Returns an array of all emergency contacts for a specific employee. |
| List Employee Documents | list-employee-documents | Returns an array of all documents for a specific employee. |
| Get Employee Bank Accounts | get-employee-bank-accounts | Retrieves an employee's bank accounts. |
| List Leave Requests | list-leave-requests | Returns an array of all leave requests for an organisation. |
| List Team Employees | list-team-employees | Returns an array of all employees within a specific team. |
| List Teams | list-teams | Returns an array of all teams within an organisation. |
| Update Personal Details | update-personal-details | Updates an employee's personal details. |
| Quick Add Employee | quick-add-employee | Creates a new employee with minimal required information. |
| Get Employee | get-employee | Retrieves detailed information for a single employee by their ID. |
| List Employees | list-employees | Returns an array of all employees within an organisation. |
| List Organisations | list-organisations | Returns an array of all organisations accessible to the authenticated user. |
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