Loading...
Loading...
Sendoso integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Sendoso data.
npx skill4agent add membranedev/application-skills sendosomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search sendoso --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 |
|---|---|---|
| Create Send (Physical Gift) | create-send-physical | Create a new physical gift send with optional address collection via email. |
| Create Send (eGift) | create-send-egift | Create a new eGift send that will be delivered directly via email to the recipient. |
| List Sends | list-sends | Retrieve a paginated list of all sends initiated by anyone in the organization, including status updates and recipien... |
| Get Campaign | get-campaign | Retrieve additional details on a specific campaign (touch) by its ID. |
| List Campaigns | list-campaigns | Retrieve a list of all active campaigns (touches) associated with the organization. |
| List Team Group Members | list-team-group-members | Get the list of users for a specific team group. |
| List Team Groups | list-team-groups | Retrieve information of all the organization's active team groups including budget information. |
| Invite User | invite-user | Create a new user invitation for a specific team group. |
| List Users | list-users | Retrieve a paginated list of all active users associated with the organization. |
| Get Current User | get-current-user | Get information about the currently authenticated user including their balance, role, and team balance. |
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