Loading...
Loading...
Heartbeat integration. Manage Organizations, Users. Use when the user wants to interact with Heartbeat data.
npx skill4agent add membranedev/application-skills heartbeatmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search heartbeat --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 Users | list-users | Return an array of all users within a Heartbeat community. |
| List Groups | list-groups | Return an array of all groups within a Heartbeat community. |
| List Channels | list-channels | Return an array of all channels within a Heartbeat community. |
| List Events | list-events | Return an array of all events. |
| List Courses | list-courses | Return an array of all courses. |
| List Documents | list-documents | Return an array of all documents. |
| List Videos | list-videos | Return an array of all videos. |
| List Invitations | list-invitations | Return an array of all invitations. |
| List Threads | list-threads | Return an array of all threads in a channel. |
| Get User | get-user | Get a user by ID. |
| Get Group | get-group | Get a group by ID. |
| Get Event | get-event | Get an event by ID. |
| Get Lesson | get-lesson | Get a lesson by ID. |
| Get Document | get-document | Get a document by ID. |
| Get Thread | get-thread | Get a thread by ID. |
| Create User | create-user | Create a new user in a Heartbeat community. |
| Create Group | create-group | Create a new group in a Heartbeat community. |
| Create Event | create-event | Create a new event. |
| Update User | update-user | Update an existing user in a Heartbeat community. |
| Delete User | delete-user | Delete a user from a Heartbeat community. |
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