Developer docs

Proabono integration

ProAbono is the smart subscription management software that automates your…

Catalog updated September 2026 64 catalog actions

Provider
proabono
Category
Ecommerce
Setup
User-supplied API key
Actions
64 listed in catalog

Start with one action

  1. Define the result. Choose one task, the data it needs, and who may run it. Start with a read when possible.
  2. Check access. Review the setup state below and the connection available to your workspace or app user. A catalog listing does not confirm that an account is connected.
  3. Inspect the current inputs. Ask the editor to discover the actions for Proabono and inspect the selected action's required inputs and returned data before implementing it.
  4. Verify with test data. Compare the result with what you expected. Check unauthorized access and error handling before relying on the feature.
Developer details: the supplied app client

Generated apps that include src/lib/composio.ts expose the following import in their React app code:

import { executeAction } from "@/lib/composio";

Its call signature is executeAction(actionName, params, options?). Supply the exact current action name and inputs from its specification. This import identifies the helper; it is not a complete or tested integration example.

The editor's os-list-integrations tool discovers an integration using integration_slug. Include both integration_slug and action_slug to retrieve the selected action's input and output schemas. Do not invent parameters from a catalog description.

executeAction requires a signed-in app user and any connection the action needs. The separate publicAction helper is only for a confirmed no-auth toolkit on an enabled public proxy. It does not make OAuth or API-key integrations anonymous.

Existing apps may contain an older client. Inspect the app's files and connection selection before changing a call. Keep provider credentials out of browser code and test failure handling; this guide does not promise automatic retries or synchronization.

Setup

This setup uses a supplied Proabono API key. Follow the available connection form, then verify one action after setup.

Catalog actions

This saved catalog snapshot lists 64 actions. Names and inputs can change. Inspect the current action specification and connection requirements before adding a call; this list is not an execution test.

Show all 64 actions
  • PROABONO_GET_CUSTOMER_BILLING_ADDRESS
  • PROABONO_GET_CUSTOMER_BY_REFERENCE
  • PROABONO_GET_CUSTOMER_PAYMENT_SETTINGS
  • PROABONO_GET_DISCOUNT
  • PROABONO_GET_FEATURE
  • PROABONO_GET_INVOICE
  • PROABONO_GET_OFFER
  • PROABONO_GET_SUBSCRIPTION_BY_CUSTOMER
  • PROABONO_GET_SUBSCRIPTION_CREATION_QUOTE
  • PROABONO_GET_USAGE
  • PROABONO_GET_USAGES_FOR_CUSTOMER
  • PROABONO_INVALIDATE_CUSTOMER
  • PROABONO_INVALIDATE_CUSTOMER_BY_ID
  • PROABONO_LIST_BALANCE_LINES
  • PROABONO_LIST_BUSINESSES
  • PROABONO_LIST_BUSINESS_LOCALIZATION
  • PROABONO_LIST_CUSTOMER_MOVES
  • PROABONO_LIST_CUSTOMERS
  • PROABONO_LIST_CUSTOMERS_BY_FEATURE
  • PROABONO_LIST_DISCOUNTS
  • PROABONO_LIST_FEATURES
  • PROABONO_LIST_GATEWAY_ACCOUNTS
  • PROABONO_LIST_GATEWAY_PERMISSIONS
  • PROABONO_LIST_GATEWAY_REQUESTS
  • PROABONO_LIST_GATEWAY_TRANSACTIONS
  • PROABONO_LIST_INVOICE_LINES
  • PROABONO_LIST_INVOICES
  • PROABONO_LIST_INVOICES_BY_CUSTOMER
  • PROABONO_LIST_OFFERS
  • PROABONO_LIST_PAYMENTS
  • PROABONO_LIST_PRICING_TABLE_OFFERS
  • PROABONO_LIST_PRICING_TABLES
  • PROABONO_LIST_SEGMENT_LOCALIZATIONS
  • PROABONO_LIST_SEGMENTS
  • PROABONO_LIST_SUBSCRIPTION_DISCOUNTS
  • PROABONO_LIST_SUBSCRIPTION_FEATURES
  • PROABONO_LIST_SUBSCRIPTION_PERIODS
  • PROABONO_LIST_SUBSCRIPTIONS
  • PROABONO_LIST_TAX_PROFILE_EXCEPTIONS
  • PROABONO_LIST_TAX_PROFILES
  • PROABONO_LIST_UPGRADE_OFFERS
  • PROABONO_LIST_WEBHOOK_NOTIFICATIONS
  • PROABONO_LIST_WEBHOOKS
  • PROABONO_QUOTE_BALANCE_LINE
  • PROABONO_REVOKE_CUSTOMER_LINKS
  • PROABONO_UPDATE_BUSINESSES_BILLING_ADDRESS
  • PROABONO_UPDATE_CUSTOMER
  • PROABONO_UPDATE_CUSTOMER_BILLING_ADDRESS
  • PROABONO_UPDATE_CUSTOMER_PAYMENT_SETTINGS
  • PROABONO_UPDATE_CUSTOMER_SHIPPING
  • PROABONO_UPDATE_FEATURE
  • PROABONO_UPDATE_TAX_PROFILES

Build with Proabono

Describe one task you want your app to perform with Proabono. Check the connection requirements, then verify the result in your app. Building and running the feature may use credits; review current pricing.