Loading...
Loading...
Hookdeck integration. Manage Connections, Issues, Workflows. Use when the user wants to interact with Hookdeck data.
npx skill4agent add membranedev/application-skills hookdeckmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search hookdeck --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 Connections | list-connections | Retrieve a list of connections (source-to-destination links) with optional filtering and pagination |
| List Destinations | list-destinations | Retrieve a list of destinations with optional filtering and pagination |
| List Sources | list-sources | Retrieve a list of webhook sources with optional filtering and pagination |
| List Events | list-events | Retrieve a list of events (delivery attempts to destinations) with filtering and pagination |
| List Requests | list-requests | List all requests with optional filtering |
| List Attempts | list-attempts | List all delivery attempts with optional filtering |
| List Transformations | list-transformations | List all transformations with optional filtering |
| List Issues | list-issues | List all issues with optional filtering |
| Get Connection | get-connection | Retrieve a single connection by ID |
| Get Destination | get-destination | Retrieve a single destination by ID |
| Get Source | get-source | Retrieve a single source by ID |
| Get Event | get-event | Retrieve a single event by ID |
| Get Request | get-request | Retrieve a single request by ID |
| Get Attempt | get-attempt | Retrieve a single delivery attempt by ID |
| Get Transformation | get-transformation | Retrieve a single transformation by ID |
| Get Issue | get-issue | Retrieve a single issue by ID |
| Create Connection | create-connection | Create a new connection linking a source to a destination. |
| Create Destination | create-destination | Create a new destination endpoint |
| Create Source | create-source | Create a new webhook source |
| Update Connection | update-connection | Update an existing connection |
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