• πŸ†•
    [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.