Zoho Recruit
records.changeStatus
Update the status of a record. Works on Offers, Candidates (candidate status), Job Openings, and similar status-bearing modules. The body's `data` array contains the new status value.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called records.changeStatus?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"comments": {
"type": "string"
},
"Candidate_Status": {
"type": "string"
}
}
},
"description": "body parameter"
},
"record_id": {
"type": "string",
"description": "Numeric Zoho record ID (e.g. 100001000000027144)."
},
"module_api_name": {
"type": "string",
"description": "Zoho Recruit module API name. Standard modules: Candidates, JobOpenings, Clients, Contacts, Interviews, Submissions, Assessments, Reviews, Tasks, Events, Calls, Notes, Attachments, Departments."
}
}
}