Skip to content
Recued
Menu
← Back to recipes

Maxio subscription revenue brief

by recued-core v1

Read-only Maxio subscription revenue brief. It reads one subscription, MRR, invoices, subscription components, usages, allocations for an optional component, and subscription events through recued-core.maxio, then asks the AI summarizer for billing state, usage posture, renewal risk, and next checks. It does not mutate subscriptions, record usage, allocate components, create invoices, alter coupons, handle payment profiles, refund, void, delete, or call arbitrary Maxio endpoints.

How it works 21 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (21 steps)
subscription ?
mrr ?
components_raw ?
invoices_raw ?
events_raw ?
has_component compare
Check if setting component id is greater than 0
usages_raw ?
skip: step.has_component not_equal true
allocations_raw ?
skip: step.has_component not_equal true
components default
Apply default
invoices default
Apply default
events default
Apply default
usages default
Apply default
allocations default
Apply default
summarize ?
component_rows slice
Take a subset of
invoice_rows slice
Take a subset of
usage_rows slice
Take a subset of
component_table to_table
Format results as a data table
invoice_table to_table
Format results as a data table
usage_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize this Maxio subscription for current state, revenue, invoices, components, usage/allocation posture, renewal risk, and concrete next checks. Do not invent facts outside the Maxio data.
maxio setting =
row limit setting = 12
max length setting = 900
component id setting = 0
subscription id setting = 0

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Maxio connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

maxio maxiosubscriptioncomponentsusageinvoicesai-summarypack:maxio

Details

21 steps 6 configurable settings recipe_id: maxio-subscription-revenue-brief