- Added new **page_token** param in GetAttachmentsParam class.
- DealContactRolesOperations class method name chnaged(delete_contact_role_realation to delete_contact_role_relation).
- Added **category**, **sort_by**, **sort_order**, and **filters** param in GetEmailTemplatesParam class.
- Added new fields (**reference_value**, **deal_category**, and **show_value**) in fields PickListValue class.
- Added new **filters** param in GetInventoryTemplatesParam class.
- Modules **display_field** field datatype changed(String to Object).
- Added new **status** param in GetModulesParam class.
- Added new **param_instance** param in ModulesOperations class **get_modules** method.
- Added new **type** param in SearchRecordsParam class.
- Added new **cvid** param in RecordCountParam class.
- Added new **page_token**, **page**, and **per_page** param in GetRecordLockingInformationsParam class.
- Added new **color_code** param in CreateTagsParam class.
- Added new **ids** param in GetTerritoriesParam class.
- Added new **page** and **per_page** param in GetChildTerritoryParam class.
- Added new **filters**, **page**, and **per_page** param in GetAssociatedUsersCountParam class.
- Added new **param_instance** param in UserGroupsOperations class **get_associated_users_count** method.
- Removed module param in **ScoringRulesOperations** class **get_scoring_rule** method.
- Update record_id, module_api_name to module_api_name, record_id param location in **TagsOperations** class add_tags method.
- Update record_id, module_api_name to module_api_name, record_id param location in **TagsOperations** class remove_tags method.
- **CadencesExecutionOperations** class method name changed(enrol_cadences to enroll_cadences).
- **CadencesExecutionOperations** class method name changed(unenrol_cadences to unenroll_cadences).
- Deprecated and removed API methods:
- UsersTerritories
- validate_before_transfer_for_all_territories
- validate_before_transfer
- delink_and_transfer_from_all_territories
- delink_and_transfer_from_specific_territory
- Support for the following new APIs
- AuditLogExport
- [Download Export Audit Log Result](https://www.zoho.com/crm/developer/docs/api/v7/download-export-audit-log-result.html)
- Cadences
- [Cadence API](https://www.zoho.com/crm/developer/docs/api/v7/cadences/get-cadences.html)
- DealContactRoles
- [Remove Contact Role from a Specific Deal](https://www.zoho.com/crm/developer/docs/api/v7/remove-contact-role-from-a-specific-deal.html)
- InventoryConvert
- [Convert Inventory Records](https://www.zoho.com/crm/developer/docs/api/v7/inventory-convert.html)
- InventoryMassConvert
- [Mass Convert Inventory Records](https://www.zoho.com/crm/developer/docs/api/v7/mass-inventory-convert.html)
- [Get Mass Inventory Conversion Status](https://www.zoho.com/crm/developer/docs/api/v7/mass-inventory-conversion-status-api.html)
- Layouts
- [Update Custom Layout](https://www.zoho.com/crm/developer/docs/api/v7/update-custom-layout.html)
- [Delete Custom Layout](https://www.zoho.com/crm/developer/docs/api/v7/delete-custom-layout.html)
- [Activate Custom Layout](https://www.zoho.com/crm/developer/docs/api/v7/activate-custom-layout.html)
- [Deactivate Custom Layout](https://www.zoho.com/crm/developer/docs/api/v7/deactivate-custom-layout.html)
- Modules
- [Create Custom Module](https://www.zoho.com/crm/developer/docs/api/v7/create-custom-module-api.html)
- Record
- [Get Rich Text Fields](https://www.zoho.com/crm/developer/docs/api/v7/get-rich-text-fields.html)
- RecordLockingConfiguration
- [Record Locking Configuration APIs](https://www.zoho.com/crm/developer/docs/api/v7/get-record-locking-config.html)
- [Add Record Locking Configuration](https://www.zoho.com/crm/developer/docs/api/v7/add-record-locking-config.html)
- [Update Record Locking Configuration](https://www.zoho.com/crm/developer/docs/api/v7/update-record-locking-config.html)
- [Delete Record Locking Configuration](https://www.zoho.com/crm/developer/docs/api/v7/delete-record-locking-config.html)
- RecycleBin
- [Get Recycle Bin Records](https://www.zoho.com/crm/developer/docs/api/v7/get-recycle-bin.html)
- [Delete Recycle Bin Records](https://www.zoho.com/crm/developer/docs/api/v7/del-recycle-bin-records.html)
- UserGroups
- [Associated Groups of a User](https://www.zoho.com/crm/developer/docs/api/v7/associated-groups-of-a-user.html)
- UsersTerritories
- [Remove Territories from User](https://www.zoho.com/crm/developer/docs/api/v7/remove-territories-from-user.html)
- ZiaEnrichment
- [Enrichment Configuration](https://www.zoho.com/crm/developer/docs/api/v7/zia-enrichment/get-config.html)
For more details, kindly refer to [here](/versions/5.0.0/README.md).
- Install **Python SDK**
- Navigate to the workspace of your client app.
- Run the command below:
sh
pip install zohocrmsdk7-0==5.0.0
Dependencies
- Dependencies that should be included in your project
- install **urllib3**
sh
pip install urllib3
- install **requests**
sh
pip install requests
- install **python-dateutil**
sh
pip install python-dateutil
- install **setuptools**
sh
pip install setuptools
- install **mysql-connector-python**
sh
pip install mysql-connector-python