Loading...
Loading...
Crisp integration. Manage Persons, Organizations, Conversations, Users. Use when the user wants to interact with Crisp data.
npx skill4agent add membranedev/application-skills crispmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search crisp --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 |
|---|---|---|
| Update Conversation Meta | update-conversation-meta | Update metadata (nickname, email, phone, etc.) for a conversation |
| List Operators | list-operators | List all operators (agents) for a website |
| Delete People Profile | delete-people-profile | Delete a person's profile from a website |
| Update People Profile | update-people-profile | Update an existing person's profile |
| Create People Profile | create-people-profile | Create a new person profile (contact) for a website |
| Get People Profile | get-people-profile | Get a specific person's profile by their ID |
| List People Profiles | list-people-profiles | List people profiles (contacts) for a website with optional search and filtering |
| Mark Messages as Read | mark-messages-read | Mark messages in a conversation as read |
| Send Message | send-message | Send a message in a conversation |
| List Messages | list-messages | List messages in a conversation |
| Delete Conversation | delete-conversation | Delete a conversation from a website |
| Update Conversation State | update-conversation-state | Update the state of a conversation (pending, unresolved, or resolved) |
| Create Conversation | create-conversation | Create a new conversation in a website |
| Get Conversation | get-conversation | Get detailed information about a specific conversation |
| List Conversations | list-conversations | List all conversations for a website with optional filtering by state |
| Get Website | get-website | Get information about a specific website |
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