Loading...
Loading...
DaySchedule integration. Manage Users, Roles, Organizations, Projects, Activities, Notes and more. Use when the user wants to interact with DaySchedule data.
npx skill4agent add membranedev/application-skills dayschedulemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search dayschedule --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 Users | list-users | No description |
| List Resources | list-resources | No description |
| List Pages | list-pages | No description |
| List Schedules | list-schedules | No description |
| List Contacts | list-contacts | No description |
| List Bookings | list-bookings | No description |
| Get User | get-user | No description |
| Get Resource | get-resource | No description |
| Get Page | get-page | No description |
| Get Schedule | get-schedule | No description |
| Get Contact | get-contact | No description |
| Get Booking | get-booking | No description |
| Create User | create-user | No description |
| Create Page | create-page | No description |
| Create Schedule | create-schedule | No description |
| Create Contact | create-contact | No description |
| Create Booking | create-booking | No description |
| Update User | update-user | No description |
| Update Contact | update-contact | No description |
| Delete User | delete-user | No description |
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