LinkyFlow connection for LinkyFlow
LinkyFlow brings LinkyFlow data into Excel with 5 workflows for market analysis, wallet monitoring, and reporting without switching tools.
Resources
5
Read requests
5
Write actions
0
Documented fields
141
Workflows you can move into Excel
Each resource below maps to a practical spreadsheet workflow. Read actions bring useful columns into Excel; create and edit actions show what can be reviewed in rows before sending changes.
Agents
Current reconciliations
Where every Shopify sale paid through Stripe stands today: the payment, the fee, the net, and whether it reconciled. Changes after every hourly run — refresh to see the latest state.
Current reconciliations
Where every Shopify sale paid through Stripe stands today: the payment, the fee, the net, and whether it reconciled. Changes after every hourly run — refresh to see the latest state.
Route: GET /currentReconciliations
Excel formula: =LF.linkyflow.currentReconciliations("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
actualAmountdefault | string | — | - |
currencydefault | string | — | - |
expectedAmountdefault | string | — | - |
feeAmountdefault | string | — | - |
netAmountdefault | string | — | - |
reconciliationStatusdefault | string | — | - |
shopifyOrderNamedefault | string | — | - |
Current stock sync
Where every SKU of a stock sync stands today, per target store: the master quantity, what the target held, what it should hold, and whether it was set. Changes after every hourly run — refresh to see the latest state.
Current stock sync
Where every SKU of a stock sync stands today, per target store: the master quantity, what the target held, what it should hold, and whether it was set. Changes after every hourly run — refresh to see the latest state.
Route: GET /currentInventorySync
Excel formula: =LF.linkyflow.currentInventorySync("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
desiredQuantitydefault | number | — | - |
explanationdefault | string | — | - |
masterQuantitydefault | number | — | - |
reasondefault | string | — | - |
skudefault | string | — | - |
syncStatusdefault | string | — | - |
targetConnectionNamedefault | string | — | - |
targetQuantityAfterdefault | number | — | - |
targetQuantityBeforedefault | number | — | - |
Historical run detail
What LinkyFlow concluded during ONE run, row by row. Immutable: refreshing it a month later shows the same rows. Detailed run data is kept for 30 days; an older run answers no rows and says why.
Historical run detail
What LinkyFlow concluded during ONE run, row by row. Immutable: refreshing it a month later shows the same rows. Detailed run data is kept for 30 days; an older run answers no rows and says why.
Route: GET /runDetails
Excel formula: =LF.linkyflow.runDetails("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
actualAmountdefault | string | — | - |
currencydefault | string | — | - |
desiredQuantitydefault | number | — | - |
expectedAmountdefault | string | — | - |
explanationdefault | string | — | - |
feeAmountdefault | string | — | - |
masterQuantitydefault | number | — | - |
netAmountdefault | string | — | - |
reasondefault | string | — | - |
reconciliationStatusdefault | string | — | - |
runIddefault | string | — | - |
runTypedefault | string | — | - |
shopifyOrderNamedefault | string | — | - |
skudefault | string | — | - |
syncStatusdefault | string | — | - |
targetConnectionNamedefault | string | — | - |
targetQuantityAfterdefault | number | — | - |
targetQuantityBeforedefault | number | — | - |
Open exceptions
The cases that need attention, of either agent: a sale that did not reconcile, or a SKU a stock sync could not settle. A case resolved by the next run disappears from this view when you refresh.
Open exceptions
The cases that need attention, of either agent: a sale that did not reconcile, or a SKU a stock sync could not settle. A case resolved by the next run disappears from this view when you refresh.
Route: GET /openExceptions
Excel formula: =LF.linkyflow.openExceptions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
actualAmountdefault | string | — | - |
currencydefault | string | — | - |
desiredQuantitydefault | number | — | - |
expectedAmountdefault | string | — | - |
explanationdefault | string | — | - |
masterQuantitydefault | number | — | - |
reasondefault | string | — | - |
shopifyOrderNamedefault | string | — | - |
skudefault | string | — | - |
statedefault | string | — | - |
statusdefault | string | — | - |
targetConnectionNamedefault | string | — | - |
targetQuantityAfterdefault | number | — | - |
targetQuantityBeforedefault | number | — | - |
Runs
One row per run, newest first: what it read, what it concluded, and what it cost in Stripe fees.
Runs
One row per run, newest first: what it read, what it concluded, and what it cost in Stripe fees.
Route: GET /runs
Excel formula: =LF.linkyflow.runs("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
currencydefault | string | — | - |
exceptionsdefault | number | — | - |
feesdefault | string | — | - |
inSyncdefault | number | — | - |
outOfSyncdefault | number | — | - |
processeddefault | number | — | - |
reconcileddefault | number | — | - |
runIddefault | string | — | - |
runTypedefault | string | — | - |
startedAtdefault | date | — | - |
statusdefault | string | — | - |
updateddefault | number | — | - |