v2
latestOpenAPI 3.1.02026-07-273779120.8 KBCampaigns Calls
Campaign Calls
Update Call
Patch a call by its ID in a campaign.
- campaign_id: The ID of the campaign configuration.
- call_id: The ID of the call to patch.
- body: The request body containing fields to update.
patch/campaigns/v1/campaigns/{campaign_id}/calls/{call_id}
Path parameters
campaign_idstring required
Example:5eb7cf5a86d9755df3a6c593
Campaign configuration ID
call_idstring required
Example:5eb7cf5a86d9755df3a6c593
Call record ID
Request body
Response
Updated call record object
Example response
{
"message": "Call fetched successfully.",
"data": {
"review": {
"by": "5eb7cf5a86d9755df3a6c593"
}
}
}