Loading...
Loading...
Droxy integration. Manage Organizations. Use when the user wants to interact with Droxy data.
npx skill4agent add membranedev/application-skills droxymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search droxy --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 Chatbot Leads | get-chatbot-leads | Get leads generated from a chatbot within a date range. |
| Save Conversation | save-conversation | Save or update a chatbot conversation. |
| Get Chatbot Conversations | get-chatbot-conversations | Get conversations for a chatbot within a date range. |
| Delete Resource | delete-resource | Delete a resource by its id. |
| Create YouTube Resource | create-youtube-resource | Create a resource from a YouTube video. |
| Create Website Resource | create-website-resource | Create a resource from a website URL. |
| Create Text Resource | create-text-resource | Create a resource with raw text content. |
| Get Resource | get-resource | Get a resource by its id. |
| List Resources | list-resources | Get all your resources (knowledge sources). |
| Chat with Chatbot | chat-with-chatbot | Send a message to a chatbot and get a response. |
| Delete Chatbot | delete-chatbot | Delete a chatbot by its id. |
| Update Chatbot | update-chatbot | Update a chatbot by its id. |
| Create Chatbot | create-chatbot | Create a new chatbot. |
| Get Chatbot | get-chatbot | Get a chatbot by its id. |
| List Chatbots | list-chatbots | Get all your chatbots. |
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