Loading...
Loading...
Zoho People integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zoho People data.
npx skill4agent add membranedev/application-skills zoho-peoplemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search zoho-people --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 |
|---|---|---|
| Get Leave Balance | get-leave-balance | Retrieve leave balance information for employees |
| Get Timesheet | get-timesheet | Retrieve timesheet entries for an employee within a date range |
| Add Time Log | add-time-log | Record a time entry for a specific job and employee |
| Get Holidays | get-holidays | Retrieve the list of holidays for a specific location, shift, or employee |
| Apply Leave | apply-leave | Submit a new leave request for an employee |
| List Leave Records | list-leave-records | Retrieve leave records for employees with optional filters |
| Get Department by ID | get-department-by-id | Retrieve a single department record by its record ID |
| List Departments | list-departments | Retrieve a list of all departments in the organization |
| Get Attendance Entries | get-attendance-entries | Retrieve attendance entries (check-in/check-out times) for an employee on a specific date |
| Update Employee | update-employee | Update an existing employee record in Zoho People |
| Create Employee | create-employee | Add a new employee to Zoho People. |
| Get Employee by ID | get-employee-by-id | Retrieve a single employee record by their record ID |
| List Employees | list-employees | Retrieve a paginated list of employee records from Zoho People |
| List Forms | list-forms | Retrieve the list of forms and their details available in your Zoho People account |
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