Loading...
Loading...
Coupontools integration. Manage data, records, and automate workflows. Use when the user wants to interact with Coupontools data.
npx skill4agent add membranedev/application-skills coupontoolsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search coupontools --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 Subaccounts | list-subaccounts | Retrieve a list of all subaccounts in your account |
| Add Stamps to Loyalty Card | add-stamps-to-loyalty-card | Add stamps to a user's loyalty card |
| Create Loyalty Card User | create-loyalty-card-user | Create a new user for a loyalty card |
| List Loyalty Card Users | list-loyalty-card-users | Retrieve a list of all users connected to a loyalty card |
| List Loyalty Cards | list-loyalty-cards | Retrieve a list of all loyalty cards in your account |
| Create Directory User | create-directory-user | Create a new user for a directory |
| List Directory Users | list-directory-users | Retrieve a list of all registered users for a directory |
| Get Directory | get-directory | Retrieve detailed information about a specific directory by its ID |
| List Directories | list-directories | Retrieve a list of all directories in your account |
| Send Coupon by SMS | send-coupon-by-sms | Send a coupon to a recipient via text message |
| Send Coupon by Email | send-coupon-by-email | Send a coupon to a recipient via email |
| Create Single-Use URL | create-single-use-url | Generate a unique single-use coupon URL for a specific consumer |
| Search Coupon Session | search-coupon-session | Search for coupon sessions by code, phone, or email |
| Update Coupon Session | update-coupon-session | Update the status or custom fields of a coupon session (void, claim, validate, etc.) |
| Get Coupon Session | get-coupon-session | Retrieve detailed information about a specific coupon session |
| List Coupon Sessions | list-coupon-sessions | Retrieve a list of all sessions (opens/claims/validations) for a specific coupon |
| Get Coupon | get-coupon | Retrieve detailed information about a specific coupon by its ID |
| List Coupons | list-coupons | Retrieve a list of all coupons in your account |
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