/
/CollectWise API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 1mo ago · Updated 1mo agoView markdown
  • getGet Billing Usage Summary
  • postCreate multiple debtors
  • postCreate a new debtor
  • postPer-debtor workflow status and recent SMS
  • getGet a debtor
  • deleteDelete a debtor
  • patchUpdate a debtor
  • postDrop a voicemail
  • getGet Call Recording
  • getGet clean numbers
  • getGet debtor status
  • getGet all debtor statuses
  • getGet TCN Call Outcome
  • getList Payments
  • patchPause a debtor's workflow
  • postMake an RPC Call
  • patchResume a debtor's workflow
  • getGet an SMS template
  • getList SMS templates
  • postCalculate SMS segments
  • postSend a one-time text
  • getGet text delivery status
  • patchUpdate debtor status to Paid Creditor Directly
  • getWorkflow status overview

Resume a debtor's workflow

Resumes the active workflow for the specified debtor, re-enabling outbound steps.

patch/workflow/{debtorId}/resume

Path parameters

debtorIdstring required

Unique identifier of the debtor

Response

Workflow resumed successfully

messagestring
pausedboolean

Example response

{
  "message": "Debtor's workflow resumed"
}