Loading...
Loading...
RingCentral integration. Manage Users, Persons, Organizations, Leads, Deals, Projects and more. Use when the user wants to interact with RingCentral data.
npx skill4agent add membranedev/application-skills ringcentralmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search ringcentral --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 Extensions | list-extensions | Returns the list of extensions in the account (users, departments, etc.) |
| List Chats | list-chats | Returns the list of Glip chats for the current user |
| List Messages | list-messages | Returns messages from the extension's mailbox including SMS, voicemail, and fax |
| List Contacts | list-contacts | Returns personal contacts from the user's address book |
| Get Extension Info | get-extension-info | Returns information about the current extension or a specific extension by ID |
| Get Message | get-message | Returns a specific message from the message store |
| Get Contact | get-contact | Returns a specific contact by ID |
| Get Call Log Records | get-call-log | Returns call log records filtered by parameters. |
| Get Meeting | get-meeting | Returns information about a specific meeting |
| Get Account Info | get-account-info | Returns basic information about the RingCentral account |
| Create Contact | create-contact | Creates a new personal contact in the user's address book |
| Create Chat Post | create-chat-post | Creates a post (message) in a Glip chat |
| Create Meeting | create-meeting | Creates a new video meeting |
| Create Team | create-team | Creates a new Glip team and adds members |
| Update Contact | update-contact | Updates an existing contact in the address book |
| Delete Message | delete-message | Deletes a message from the message store |
| Delete Contact | delete-contact | Deletes a contact from the address book |
| Delete Meeting | delete-meeting | Deletes a scheduled meeting |
| Send SMS | send-sms | Creates and sends a new SMS message to one or more recipients |
| Get Active Calls | get-active-calls | Returns all active calls for the current extension |
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