Skip to content

Releases: zoho/zohocrm-python-sdk-7.0

3.0.0

22 Aug 17:53
8715ff9
Compare
Choose a tag to compare

3.0.0

  • Updated Fields meta error handling in Utility class.

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk7-0==3.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python

2.0.0

02 Aug 13:51
125edf9
Compare
Choose a tag to compare

2.0.0

  • Handled Error Structure in MassDeleteTags API.

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk7-0==2.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python

1.0.0

01 Aug 06:39
1e2d40d
Compare
Choose a tag to compare

1.0.0

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk7-0==1.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python