Loading...
Loading...
ETermin integration. Manage Persons, Organizations, Leads, Deals, Activities, Notes and more. Use when the user wants to interact with ETermin data.
npx skill4agent add membranedev/application-skills eterminmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search etermin --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 Ratings | list-ratings | Retrieve customer ratings and reviews. |
| List Vouchers | list-vouchers | Retrieve vouchers/gift cards from ETermin. |
| Get Working Times | get-working-times | Retrieve working hours/availability for a calendar. |
| List Service Groups | list-service-groups | Retrieve service groups (categories) from ETermin. |
| Get Available Timeslots | get-available-timeslots | Retrieve available time slots for booking appointments. |
| List Calendars | list-calendars | Retrieve calendars/resources from ETermin. |
| List Services | list-services | Retrieve available services/appointment types from ETermin. |
| Delete Contact | delete-contact | Delete a contact from ETermin by email, ID, or CID. |
| Update Contact | update-contact | Update an existing contact in ETermin. |
| Create Contact | create-contact | Create a new contact in ETermin. |
| List Contacts | list-contacts | Retrieve contacts from ETermin. |
| Delete Appointment | delete-appointment | Delete/cancel an appointment in ETermin. |
| Update Appointment | update-appointment | Update an existing appointment in ETermin. |
| Create Appointment | create-appointment | Create a new appointment in ETermin with customer details and booking information. |
| List Appointments | list-appointments | Retrieve appointments from ETermin. |
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