Loading...
Loading...
DailyBot integration. Manage Users, Roles, Goals, Organizations. Use when the user wants to interact with DailyBot data.
npx skill4agent add membranedev/application-skills dailybotmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search dailybot --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 | Returns all users in your organization |
| List Check-ins | list-check-ins | Returns all check-ins visible to the API key owner |
| List Teams | list-teams | Returns all teams within your organization |
| List Forms | list-forms | Returns all forms visible to the API key owner |
| Get Current User | get-current-user | Returns information about the user associated with the API key |
| Get Check-in Responses | get-check-in-responses | Returns all responses for a given check-in |
| Get Template | get-template | Returns template information by ID |
| Get Organization Info | get-organization-info | Returns information about the organization associated with the API key |
| Create Check-in | create-check-in | Create a check-in based on a template |
| Create Webhook | create-webhook | Create a webhook subscription for receiving event notifications |
| Update Check-in | update-check-in | Update check-in fields |
| Update User | update-user | Update a specific user's information |
| Delete Check-in | delete-check-in | Delete a check-in |
| Send Message | send-message | Send messages to users, teams, or channels in your chat platform |
| Send Email | send-email | Send email to a list of users |
| Send Check-in Reminder | send-check-in-reminder | Send reminders for incomplete check-ins |
| Invite Users | invite-users | Invite users by email or external ID to your chat platform |
| Add User to Team | add-user-to-team | Add an existing user to a team |
| Remove User from Team | remove-user-from-team | Remove a user from a team |
| Give Kudos | give-kudos | Give kudos to a user on behalf of the API key owner |
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