Loading...
Loading...
Blink integration. Manage data, records, and automate workflows. Use when the user wants to interact with Blink data.
npx skill4agent add membranedev/application-skills blinkmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search blink --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 |
|---|---|---|
| Delete User Linked Account | delete-user-linked-account | Delete a linked account for a user. |
| Update User Linked Account | update-user-linked-account | Update an existing linked account for a user. |
| Add User Linked Account | add-user-linked-account | Create a linked account for a user. |
| Get User Linked Accounts | get-user-linked-accounts | Get all linked accounts for a specific user. |
| Get Linked Account | get-linked-account | Get a specific linked account by ID. |
| Get Linked Accounts | get-linked-accounts | Returns all linked accounts that have been added for the integration. |
| Get Form Submissions | get-form-submissions | Get all submissions for a specific form. |
| Get Forms | get-forms | Get all forms in your organisation. |
| Get Users | get-users | Fetch users in your organisation. |
| Get Feed Event Categories | get-feed-event-categories | Get all feed event categories configured for the integration. |
| Get Feed Event ID By External ID | get-feed-event-id-by-external-id | Get the event_id for a feed event by the external_id it was sent with. |
| Archive Feed Event For User | archive-feed-event-for-user | Dismiss a feed event for a single user who received the event. |
| Archive Feed Event | archive-feed-event | Dismiss a feed event for all recipients. |
| Update Feed Event | update-feed-event | Edit a feed event that has been sent. |
| Send Feed Event | send-feed-event | Send a feed event to users in your organisation. |
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