Beta. Agentic Collections is available in beta to selected organizations. Capabilities ship incrementally and may be enabled or disabled per workspace. To request access, contact your Alguna point of contact or support@alguna.io.
2026-04-01 API — configuration and casework are in the dashboard under Workflows → AI Collections and Control Tower. The invoices and payments it acts on are readable as usual. See How Alguna Works.
Concepts
Cases
A case is one collection effort. Cases are opened per invoice or per account, depending on the playbook’s consolidation mode (per_invoice or per_account), and hold the invoices attached to them.
Within an open case, a substatus says where the conversation is:
Cases can also be suppressed —
snoozed, written_off, or operator_closed — which stops outreach without deleting the history.
Playbooks
A playbook is the policy a case follows. It has a type (ar for collections; billing_support for non-collections billing conversations), versions (draft, published, archived), and:
Promises to pay
When a customer commits to a date, the agent records a promise (active). It becomes honored when payment lands, broken when the date passes without it — which triggers the playbook’s promise-broken behaviour — or superseded when the customer gives a new date.
Inbound classification
Every reply is classified on two axes before the agent acts:- Attribution — who it is really for:
ar,billing_support,sales,internal,noise, orunknown. Onlyarreplies drive the case; the rest are routed or ignored. - Intent — what it says:
paid_claim,promise_to_pay,dispute,deduction,doc_request,po_update,master_data_change,wrong_contact,recommend_contact_update,out_of_office,remittance_sent,unsubscribe,escalation_request,invoice_question,payment_status_question,general_question,unknown.
paid_claim moves the case to payment_claimed and pauses chasing until a payment is found; a dispute pauses it for a person; a wrong_contact or recommend_contact_update raises a contact-update task; unsubscribe stops outreach to that address.
Account segments
Playbooks are applied to account segments, built byfilter (a saved customer filter), manual (a hand-picked list), or hybrid. A high-value enterprise segment can run a suggest playbook with a professional tone while long-tail accounts run act with a firm one.
Control Tower
Control Tower is the queue of things the agent could not resolve alone. Each task has a kind and isopen, resolved, or dismissed:
Case timeline
Everything is recorded as a timeline event with its actor (system, user, or agent): case_opened, invoice_attached, substatus_transition, cadence_scheduled, invoice_email_sent, promise_captured, promise_honored, promise_broken, contact_bounced, classifier_intent_applied, guardrail_violation, payment_received, payment_reversed, paused, resumed, resolved, closed, and so on. The timeline is the audit trail: what the agent did, why, and on which signal.
What triggers the agent
The agent runs on three kinds of trigger: a cadence step coming due, a broken promise, and an inbound message on a case thread. Between those it does nothing; there is no continuous background activity on a case.Supervised autonomy
Autonomy is per playbook. Inmonitor the agent only records; in suggest it drafts the next action and a person approves it; in act it sends within the playbook’s cadence, tone, and escalation settings. Whatever the mode, the agent does not:
- Issue invoices or credit notes, or change invoice status.
- Charge a customer’s payment method — payment retries remain a dunning automation step.
- Change subscription terms or pricing.
- Email outside the mailbox and persona configured on the playbook.
Composition with existing flows
Existing automations keep running. If you enable Agentic Collections on a segment, turn off the Overdue Invoice Reminder automation for those customers so they do not receive both.
Getting started
1
Get the beta enabled
Ask your Alguna contact to enable Agentic Collections for your workspace.
2
Connect a mailbox and set a persona
Under Workflows → AI Collections, connect the mailbox the agent will send from and choose its tone.
3
Create a playbook in monitor mode
Start with
monitor so you can watch the classifications and proposed cadence on real cases without anything being sent.4
Assign a segment and move to suggest
Pick a small account segment, switch the playbook to
suggest, and approve or edit the drafts from Control Tower.5
Graduate to act
Once the drafts match what you would have sent, switch to
act. Keep high-value segments on suggest if you want a person on every send.FAQ
Does Agentic Collections replace my existing automations? No. They keep running. Disable the overdue reminder for segments the agent handles to avoid double outreach. Will the agent send communications without my approval? Only inact mode, and only within the playbook’s cadence, tone, and mailbox. monitor and suggest never send on their own.
Can I see what the agent did and why?
Yes. Every action, classification, and guardrail check is on the case timeline with its actor and trigger.
How does it handle disputes and short-pays?
A dispute or deduction intent pauses chasing and puts the case in front of a person, who resolves it with a credit note, a refund, or by resuming the case.
Is there an API?
Not in the 2026-04-01 public API. Invoices, payments, and A/R ageing remain available through their own endpoints.