- π
[New]
Added a POST /v1/lists/batch-add-to-list-jobs endpoint to asynchronously add multiple companies or contacts to a list in a single batch job. - π
[New]
Added a POST /v1/lists/batch-remove-from-list-jobs endpoint to asynchronously remove multiple companies or contacts to a list in a single batch job. - π
[New]
Added a GET /v1/lists/batch-add-to-list-jobs/{job_id} endpoint to retrieve the status and result of a batch add-to-list job. - π
[New]
Added a GET /v1/lists/batch-remove-from-list-jobs/{job_id}} endpoint to retrieve the status and result of a batch remove-to-list job. - π
[New]
Added a PATCH /v1/companies/{id} endpoint to update the custom fields of a company record. - π
[New]
Added a PATCH /v1/contacts/{id} endpoint to update the custom fields of a contact record. - π
[New]
Added a GET /v1/lists/{id}/items endpoint to retrieve the list items of a company or contact list. - π
[New][MCP]
create_batch_add_to_list_job
tool lets you add multiple companies or contacts to a list in a single batch operation. - π
[New][MCP]
create_batch_remove_from_list_job
tool lets you remove multiple companies or contacts from a list in a single batch operation. - π
[New][MCP]
get_batch_add_to_list_job
tool lets you check the status and results of a previously submitted batch add-to-list job. - π
[New][MCP]
get_batch_remove_from_list_job
tool lets you check the status and results of a previously submitted batch remove-from-list job. - π
[New][MCP]
update_company
tool lets you update the custom fields of a company record. - π
[New][MCP]
update_contact
tool lets you update the custom fields of a contact record. - π
[New][MCP]
get_list_items
tool lets you retrieve the items belonging to a specific list.