Loading...
Loading...
1msg integration. Manage data, records, and automate workflows. Use when the user wants to interact with 1msg data.
npx skill4agent add membranedev/application-skills 1msgmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search 1msg --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 |
|---|---|---|
| Upload Media | upload-media | |
| Update Profile Info | update-profile-info | |
| Get Settings | get-settings | |
| Mark Message as Read | mark-message-as-read | |
| Get Templates | get-templates | |
| Set Webhook | set-webhook | |
| Get Channel Status | get-channel-status | |
| Get Profile Info | get-profile-info | |
| Get Messages | get-messages | |
| Get Channel Statistics | get-channel-statistics | |
| Send Reaction | send-reaction | |
| Send Template Message | send-template-message | |
| Send Contact | send-contact | |
| Send Message | send-message | |
| Send Location | send-location | |
| Send File | send-file |
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