Loading...
Loading...
Envoy integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Envoy data.
npx skill4agent add membranedev/application-skills envoymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search envoy --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 Reservations | list-reservations | Retrieve a list of space reservations (limited to 30 days of data) |
| List Employees | list-employees | Retrieve a list of employees based on provided criteria |
| List Locations | list-locations | Retrieve a list of locations for the company |
| List Spaces | list-spaces | Retrieve a list of spaces (desks, rooms, etc.) |
| List Desks | list-desks | Retrieve a list of desks |
| List Work Schedules | list-work-schedules | Retrieve a list of employee work schedules |
| List Flows | list-flows | Retrieve a list of sign-in flows configured for the company |
| List Entries | list-entries | Retrieve a list of visitor entries (sign-ins) based on provided criteria |
| List Invites | list-invites | Retrieve a list of invites based on provided criteria |
| Get Reservation | get-reservation | Retrieve a specific space reservation by ID |
| Get Employee | get-employee | Look up an employee by ID |
| Get Location | get-location | Retrieve a specific location by ID |
| Get Space | get-space | Retrieve a specific space by ID |
| Get Desk | get-desk | Retrieve a specific desk by ID |
| Get Work Schedule | get-work-schedule | Retrieve a specific work schedule by ID |
| Get Flow | get-flow | Retrieve a specific sign-in flow by ID |
| Get Entry | get-entry | Retrieve a specific entry (sign-in record) by ID |
| Get Invite | get-invite | Retrieve a specific invite by ID |
| Create Reservation | create-reservation | Reserve a space (desk, room, etc.) on behalf of a user |
| Create Invite | create-invite | Create a new visitor invite. |
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