> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Collections Promise to Pay Voice AI Workflow

> Build the Collections promise to pay workflow with DialNexa voice AI. Follow the prerequisites, system handoffs, launch checks, and safety rules.

This **Collections Promise to Pay voice AI workflow** turns a defined business event into a DialNexa conversation, a structured outcome, and a traceable next action.

**Best for:** Lending, Utilities, Education fees, B2B invoicing

Collections workflows need discipline and empathy. The goal is to remind customers, capture a clear commitment, provide secure payment paths, and escalate disputes or hardship cases to the right owner.

This workflow organizes overdue-account follow-up without turning every account into a manual collections task.

<img src="https://mintcdn.com/dialnexa/kGtnZAjz_FEGokLg/images/integrations/workflows/collections-promise-to-pay.svg?fit=max&auto=format&n=kGtnZAjz_FEGokLg&q=85&s=7551e3130b8e146737a03408cce9d8fe" alt="Collections promise to pay workflow diagram" style={{ width: '100%', maxWidth: '980px', margin: '8px 0 24px', border: '1px solid #e5e7eb', borderRadius: '6px' }} width="1900" height="1500" data-path="images/integrations/workflows/collections-promise-to-pay.svg" />

## Who Should Use This Collections Promise to Pay Workflow

* Lending, subscriptions, utilities, education fees, insurance, marketplaces, and B2B invoicing.
* Companies with many overdue accounts and limited collections staff.

Track contact rate, promise-to-pay rate, kept promise rate, recovered amount, dispute rate, and manual escalation rate. The workflow matters because reliable commitments help finance forecast recovery and prioritize human effort.

## Before You Begin

Prepare the following before building the workflow:

* A clear source event that should start the call.
* A [published DialNexa agent](/docs/agents/agent-versions-and-publishing) with an approved prompt and human-handoff rule.
* A test contact who has agreed to receive the call.
* Access to each source and destination system in the example stack.
* A short list of structured outcomes to store with [post-call analysis](/docs/agent-settings/post-call-analysis).
* An owner for failed runs, sensitive requests, and low-confidence matches.

## How The Collections Promise to Pay Voice AI Workflow Works

1. An account becomes overdue or reaches a collections stage.
2. DialNexa checks amount due, days overdue, customer tier, prior promises, dispute flags, and payment options.
3. The AI calls with a respectful reminder and asks whether the customer can pay or commit to a date.
4. Ready customers receive a secure payment link.
5. Customers who need time get a promise-to-pay date and reminder.
6. Disputes, hardship, cancellation, or legal language creates a human-owned task.
7. Billing and CRM receive outcome, promise date, and next step.

## Build The Collections Promise to Pay Workflow Step By Step

1. **Define the trigger.** Choose one source event and document which records are eligible for the workflow.
2. **Prepare the agent.** Add the goal, questions, approved actions, disallowed actions, and transfer conditions to the agent prompt.
3. **Map call context.** Pass only the required customer and business fields through [dynamic variables](/docs/agents/dynamic-variables).
4. **Connect the systems.** Use a workspace connector when it is available. Otherwise use a [custom function](/docs/agent-settings/custom-functions), [agent webhook](/docs/api-access/agent-webhooks), or external automation service.
5. **Store structured outcomes.** Define the exact status, reason, owner, due date, and destination record ID that the workflow must produce.
6. **Add the next action.** Configure the workflow or application node that updates the destination system, sends a message, or creates a human-owned task.
7. **Test every branch.** Test success, rejection, no answer, wrong person, opt-out, missing data, provider failure, and human escalation before launch.

## Data Contract For This Workflow

Store enough data to explain what happened without requiring the next owner to read the entire transcript:

* Source event ID, source record URL, and workflow start time
* DialNexa call ID, agent version, call status, and end reason
* Matched customer or account ID and identity confidence
* Structured outcome, reason, urgency, requested next step, and any promise made
* Destination record ID, assigned owner, due date, and update result
* Transcript or recording link only when your privacy and retention rules allow it

## Example Integration Stack

* [Stripe](/docs/integrations/stripe) for payment links.
* [HubSpot](/docs/integrations/hubspot) or [Salesforce](/docs/integrations/salesforce) for account context.
* [Gmail](/docs/integrations/gmail) for payment summary.
* [WhatsApp](/docs/integrations/whatsapp) for reminders.
* [Google Sheets](/docs/integrations/googlesheets) for recovery tracking.

<Note>
  Provider pages describe possible connection patterns. Confirm the provider and required action in your DialNexa workspace before relying on a native connector.
</Note>

## Human Review And Failure Paths

Never collect card details by voice. Escalate disputes, vulnerable customers, legal threats, and hardship requests to trained staff.

Always send opt-outs, complaints, identity uncertainty, policy exceptions, sensitive data, and actions that change money, access, legal terms, or customer commitments to a trained person.

## Verify The Workflow Before Launch

Run at least one test for every outcome branch and confirm that:

1. Only eligible records enter the workflow.
2. The agent receives the expected variables and does not expose internal field names.
3. The destination system stores the correct status, owner, and DialNexa call ID.
4. Retried events do not create duplicate calls or duplicate downstream records.
5. Opt-outs and human-handoff cases stop automation immediately.
6. The next owner can understand the result and promised next step from the destination record.

## Measure The Collections Promise to Pay Workflow

Compare the baseline with the first 50 to 100 completed runs, then review results by source, segment, owner, and outcome.

* Contact rate
* Promise-to-pay captured
* Promise kept rate
* Amount recovered
* Dispute escalation rate
* Days overdue improvement

Track error rate, duplicate rate, human-review rate, and opt-out rate alongside the business metrics above.

## Troubleshoot Common Workflow Problems

| Problem                              | What to check                                                                                |
| ------------------------------------ | -------------------------------------------------------------------------------------------- |
| The wrong records enter the workflow | Tighten source filters and record the exact enrollment reason                                |
| The call sounds generic              | Pass fewer, higher-quality variables and explain how the agent should use each one           |
| The downstream record is incomplete  | Require structured post-call fields before the destination action runs                       |
| Duplicate calls or writes appear     | Use the source event ID and DialNexa call ID as idempotency keys                             |
| A provider action fails              | Verify workspace availability, authentication, permissions, rate limits, and required fields |
| Too many cases need review           | Group review reasons and improve one high-volume branch at a time                            |

## Frequently Asked Questions

### Can DialNexa collect card details on a call?

No. DialNexa should send a secure payment link or route the person to an approved payment flow. It should never ask the person to read card numbers, CVV codes, or bank credentials aloud.

### What counts as a promise to pay?

A useful promise includes amount, due date, payment method, invoice reference, and whether the customer needs a reminder. Store that structure in finance or CRM so the team can follow up without replaying the call.

### Which collection calls need a human?

Escalate disputes, hardship requests, legal threats, vulnerable customers, high-value accounts, and repeated broken promises. The workflow can still summarize the call and flag the next owner.

### How should finance judge the workflow?

Track contact rate, promise-to-pay captured, promise kept rate, recovered amount, dispute escalation rate, and days overdue improvement. Segment the numbers by invoice age and customer type.

## Related Pages

* [DialNexa voice AI quickstart](/docs/quickstart)
* [Create and publish agents](/docs/agents/agent-versions-and-publishing)
* [Build DialNexa workflows](/docs/workflows/overview)
* [Connect dashboard integrations](/docs/dashboard-integrations/connecting-integrations)
* [Test DialNexa agents](/docs/agents/testing-agents)
* [Monitor call results](/docs/monitoring/call-detail-page)
