# Proabono AI integration on Definable

> ProAbono is the smart subscription management software that automates your daily routine.

## What this connects

ProAbono is the smart subscription management software that automates your daily routine.

Vendor: https://www.proabono.com/en/

## Tools available

**64** tools available. First 12:

- `PROABONO_ANONYMIZE_CUSTOMER` — Anonymize Customer — Tool to anonymize a customer for GDPR compliance. Use when you need to permanently remove personal data from a customer record while maintaining the account structure. The customer must have no active subscriptions, all invoices must be settled, and the balance must be empty before anonymization.
- `PROABONO_BILL_CUSTOMER` — Bill Customer — Tool to trigger billing for a customer. Use when you need to create invoices for pending charges for a specific customer.
- `PROABONO_CREATE_CUSTOMER` — Create Customer — Tool to create or declare a customer in ProAbono via the Backoffice API. Use when you need to register a new customer with billing and subscription management capabilities.
- `PROABONO_CREATE_FEATURE` — Create Feature — Tool to create a new feature in ProAbono via the Backoffice API. Features define capabilities or usage limits that can be attached to offers. Use when you need to define a new feature (OnOff, Limitation, or Consumption type) for your subscription plans.
- `PROABONO_DELETE_CUSTOMER` — Delete Customer — Tool to delete a customer from ProAbono by ID. Use when you need to remove a customer record from the system.
- `PROABONO_DELETE_OFFER` — Delete Offer — Tool to delete an offer from ProAbono by ID. Use when you need to permanently remove an offer from the system.
- `PROABONO_DELETE_PRICING_TABLE` — Delete Pricing Table — Tool to delete a pricing table from ProAbono by its ID. Use when you need to remove a pricing table from the system.
- `PROABONO_DELETE_PRICING_TABLE_OFFER` — Delete Pricing Table Offer — Tool to delete a pricing table offer via the ProAbono Backoffice API. Use when you need to remove an existing pricing table offer by its ID.
- `PROABONO_DELETE_SUBSCRIPTION_DISCOUNT` — Delete Subscription Discount — Tool to delete a subscription discount via the Backoffice API. Use when you need to remove a discount from a subscription after confirming its ID.
- `PROABONO_ENABLE_WEBHOOK` — Enable Webhook — Tool to enable a webhook in ProAbono via the Notification API. Use when you need to activate a previously disabled webhook for receiving event notifications.
- `PROABONO_GET_CUSTOMER` — Get Customer by ID — Tool to retrieve a single customer by ID from ProAbono Backoffice API. Use when you need to fetch detailed information about a specific customer including their billing details, status, and related resource links.
- `PROABONO_GET_CUSTOMER_BILLING` — Get Customer Billing Address — Tool to retrieve a customer's billing address via the Backoffice API. Use when you need to fetch billing information including company name, contact details, address lines, and tax information for a specific customer.

## Auth

Auth schemes: `BASIC`.

## How agents use Proabono

Inside a Definable workflow, Proabono is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Proabono** — the Researcher (GPT-5.5) pulls context from Proabono (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Proabono** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Proabono (create record, post message, draft email).
- **Designer / Engineer → Distributor → Proabono** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Proabono (attach file, open PR comment, post status).

The Verifier checks every Proabono call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- payment processing — https://definable.ai/apps/category/payment-processing/

## Related

- HTML page: https://definable.ai/apps/proabono/
- Same category (payment processing): https://definable.ai/apps/category/payment-processing/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
