Clockwork Recruiting connector
Back to the connector overview, authentication methods, and actions.
28 Aug 2026
bug-fix description-fixAdded the documented page_number pagination parameter to all list actions, the ids filter to search_people, and the name, do_not_contact and associated_to_project filters to list_companies. The personCustomFieldsAttributes object on create_person now declares its firmFieldId and value fields, and every action description has been rewritten from placeholder text.Changed · 16 actions updated
Changed · 16 actions updated
clockwork_create_candidacy, clockwork_create_person, clockwork_delete_candidacy, clockwork_delete_person, clockwork_get_candidacy, clockwork_get_company, clockwork_get_person, clockwork_get_project, clockwork_list_candidacies, clockwork_list_companies, clockwork_list_people, clockwork_list_projects, clockwork_search_people, clockwork_search_projects, clockwork_update_candidacy, clockwork_update_person26 Aug 2026
bug-fixFixed create_person, update_person, create_candidacy, and update_candidacy sending body fields as flat dotted keys. Request bodies are now nested under the person or candidacy key.