Loading...
Loading...
Namely integration. Manage Persons, Organizations, Jobs, Goals, Payrolls. Use when the user wants to interact with Namely data.
npx skill4agent add membranedev/application-skills namelymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search namely --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 Job Tier | get-job-tier | Retrieve a specific job tier by ID |
| List Job Tiers | list-job-tiers | Retrieve all job tiers from Namely |
| Delete Announcement | delete-announcement | Delete an announcement by ID |
| Create Announcement | create-announcement | Create a new announcement in Namely |
| Get Event | get-event | Retrieve a specific event by ID |
| List Events | list-events | Retrieve events from Namely (announcements, birthdays, anniversaries, etc.) |
| Get Team | get-team | Retrieve a specific team by ID |
| List Teams | list-teams | Retrieve all teams from Namely |
| Get Group | get-group | Retrieve a specific group by ID |
| List Groups | list-groups | Retrieve all groups from Namely |
| Update Job Title | update-job-title | Update an existing job title in Namely |
| Create Job Title | create-job-title | Create a new job title in Namely |
| Get Job Title | get-job-title | Retrieve a specific job title by ID |
| List Job Titles | list-job-titles | Retrieve all job titles from Namely |
| Get Company Info | get-company-info | Retrieve company information from Namely |
| Update Profile | update-profile | Update an existing employee profile in Namely |
| Create Profile | create-profile | Create a new employee profile in Namely |
| Get Current User Profile | get-current-user-profile | Retrieve the profile of the currently authenticated user |
| Get Profile | get-profile | Retrieve a specific employee profile by ID |
| List Profiles | list-profiles | Retrieve a paginated list of employee profiles from Namely |
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