Update Followup
Followups API
Update Followup
Update an existing followup activity
PUT
Update Followup
Overview
This endpoint allows you to update information for an existing followup. You can modify status, add results, update notes, and record completion details. Note that thedebt_id cannot be changed.
Authentication
Requires a valid OAuth 2.0 access token with thefollowups:write scope.
Request
Bearer token for authentication
Must be
application/jsonThe encrypted ID of the followup to update
Request Body
All fields are optional. Only include the fields you want to update.Update the followup status. Use simple string values:
on_hold, scheduled, in_progress, sent, delivered, deal_found, no_answer, deal_not_found, bad_behavior, failed, cancelledType of followup:
call, email, sms, whatsapp, voicemail, manual_call, physical, postmailWhen the followup was executed (ISO 8601 format)
When to execute the followup (ISO 8601 format)
Brief summary of the followup results
Detailed notes about what happened during the followup
External call ID from the provider
URL to call recording
Duration in milliseconds (for calls)
Phone number used for the followup
Call direction:
inbound or outboundReason for call disconnection
Whether this is a retry attempt
Example Request
Response
Returns the updated followup object with the same structure as the Get Followup endpoint.Success Response
Common Update Scenarios
Mark as Deal Found
Mark as Delivered (for messages)
Record Failed Attempt
Add Call Results
Cancel Followup
Validation Rules
Status Validation
Status Validation
status: Must be one of:on_hold,scheduled,in_progress,sent,delivered,deal_found,no_answer,deal_not_found,bad_behavior,failed,cancelled
Type Validation
Type Validation
type: Must be one of:call,sms,email,whatsapp,voicemail,manual_call,physical,postmail
Date Validation
Date Validation
call_date: Must be in ISO 8601 formatscheduled_at: Must be in ISO 8601 format
Error Responses
Related Endpoints
- Get Followup - Get specific followup details
- List Followups - Get all followups
- Create Followup - Create a new followup