Loading...
Loading...
Faraday integration. Manage Organizations. Use when the user wants to interact with Faraday data.
npx skill4agent add membranedev/application-skills faradaymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search faraday --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 Datasets | list-datasets | Get a list of all datasets in your Faraday account |
| List Outcomes | list-outcomes | Get a list of all outcomes in your Faraday account. |
| List Scopes | list-scopes | Get a list of all scopes in your Faraday account. |
| List Targets | list-targets | Get a list of all targets in your Faraday account. |
| List Persona Sets | list-persona-sets | Get a list of all persona sets in your Faraday account. |
| List Connections | list-connections | Get a list of all connections in your Faraday account. |
| List Streams | list-streams | Get a list of all streams in your Faraday account. |
| List Webhook Endpoints | list-webhook-endpoints | Get a list of all webhook endpoints configured in your Faraday account |
| List Cohorts | list-cohorts | Get a list of all cohorts in your Faraday account |
| Get Dataset | get-dataset | Retrieve a specific dataset by ID |
| Get Outcome | get-outcome | Retrieve a specific outcome by ID |
| Get Scope | get-scope | Retrieve a specific scope by ID |
| Get Target | get-target | Retrieve a specific target by ID |
| Get Persona Set | get-persona-set | Retrieve a specific persona set by ID |
| Get Connection | get-connection | Retrieve a specific connection by ID |
| Get Stream | get-stream | Retrieve a specific stream by ID or name |
| Create Outcome | create-outcome | Create a new outcome prediction model |
| Create Scope | create-scope | Create a new scope to define the people and data to include in predictions |
| Create Target | create-target | Create a new target to export predictions to a destination |
| Create Connection | create-connection | Create a new connection to an external system for data import/export |
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