<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Harmony Email and Collaboration Python SDK in Automation and APIs</title>
    <link>https://community.checkpoint.com/t5/Automation-and-APIs/Harmony-Email-and-Collaboration-Python-SDK/m-p/193168#M13</link>
    <description>&lt;P&gt;Hello All!&lt;/P&gt;
&lt;P&gt;I recently worked on a couple customer projects that involved automation with the Harmony Email and Collaboration API.&amp;nbsp; I noticed there was no Python SDK that I could find so I wrote one!&lt;/P&gt;
&lt;P&gt;What is an SDK?&lt;/P&gt;
&lt;P&gt;An SDK is a Software Development Kit.&amp;nbsp; It basically facilitates the writing code by acting as an interface to something more complex.&amp;nbsp; This particular SDK interfaces with the Harmony Email and Collab API so you do not have to write all of the API calls piece by piece.&lt;/P&gt;
&lt;P&gt;How do I get it?&lt;/P&gt;
&lt;P&gt;All of the information can be found on my GitHub here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/travislockman/cp_hec_api_python_sdk/tree/main" target="_blank" rel="noopener"&gt;https://github.com/travislockman/cp_hec_api_python_sdk/tree/main&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have published this to PyPi, so you may simply 'pip install cphec' in your Python Console and get the package.&lt;/P&gt;
&lt;P&gt;I of course utilized the Harmony Email and Collaboration API guide to build this, which can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/Harmony_Email_and_Collaboration_API_Reference/Topics-HEC-Avanan-API-Reference-Guide/Overview/API-Overview.htm" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/Harmony_Email_and_Collaboration_API_Reference/Topics-HEC-Avanan-API-Reference-Guide/Overview/API-Overview.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As with any code that talks to your back end servers, please use caution when making API calls.&amp;nbsp; Feel free to ask me any questions or report any issues.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;Have a great day.&lt;/P&gt;
&lt;P&gt;-Travis&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2023 20:42:06 GMT</pubDate>
    <dc:creator>o_OTravis</dc:creator>
    <dc:date>2023-09-21T20:42:06Z</dc:date>
    <item>
      <title>Harmony Email and Collaboration Python SDK</title>
      <link>https://community.checkpoint.com/t5/Automation-and-APIs/Harmony-Email-and-Collaboration-Python-SDK/m-p/193168#M13</link>
      <description>&lt;P&gt;Hello All!&lt;/P&gt;
&lt;P&gt;I recently worked on a couple customer projects that involved automation with the Harmony Email and Collaboration API.&amp;nbsp; I noticed there was no Python SDK that I could find so I wrote one!&lt;/P&gt;
&lt;P&gt;What is an SDK?&lt;/P&gt;
&lt;P&gt;An SDK is a Software Development Kit.&amp;nbsp; It basically facilitates the writing code by acting as an interface to something more complex.&amp;nbsp; This particular SDK interfaces with the Harmony Email and Collab API so you do not have to write all of the API calls piece by piece.&lt;/P&gt;
&lt;P&gt;How do I get it?&lt;/P&gt;
&lt;P&gt;All of the information can be found on my GitHub here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/travislockman/cp_hec_api_python_sdk/tree/main" target="_blank" rel="noopener"&gt;https://github.com/travislockman/cp_hec_api_python_sdk/tree/main&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have published this to PyPi, so you may simply 'pip install cphec' in your Python Console and get the package.&lt;/P&gt;
&lt;P&gt;I of course utilized the Harmony Email and Collaboration API guide to build this, which can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/Harmony_Email_and_Collaboration_API_Reference/Topics-HEC-Avanan-API-Reference-Guide/Overview/API-Overview.htm" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/Harmony_Email_and_Collaboration_API_Reference/Topics-HEC-Avanan-API-Reference-Guide/Overview/API-Overview.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As with any code that talks to your back end servers, please use caution when making API calls.&amp;nbsp; Feel free to ask me any questions or report any issues.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;Have a great day.&lt;/P&gt;
&lt;P&gt;-Travis&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 20:42:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Automation-and-APIs/Harmony-Email-and-Collaboration-Python-SDK/m-p/193168#M13</guid>
      <dc:creator>o_OTravis</dc:creator>
      <dc:date>2023-09-21T20:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Harmony Email and Collaboration Python SDK</title>
      <link>https://community.checkpoint.com/t5/Automation-and-APIs/Harmony-Email-and-Collaboration-Python-SDK/m-p/193294#M15</link>
      <description>&lt;P&gt;Congratulations, you're now in the Toolbox &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 20:42:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Automation-and-APIs/Harmony-Email-and-Collaboration-Python-SDK/m-p/193294#M15</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-09-21T20:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Harmony Email and Collaboration Python SDK</title>
      <link>https://community.checkpoint.com/t5/Automation-and-APIs/Harmony-Email-and-Collaboration-Python-SDK/m-p/193496#M16</link>
      <description>&lt;P&gt;Thank you very much good sir!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 17:37:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Automation-and-APIs/Harmony-Email-and-Collaboration-Python-SDK/m-p/193496#M16</guid>
      <dc:creator>o_OTravis</dc:creator>
      <dc:date>2023-09-25T17:37:14Z</dc:date>
    </item>
  </channel>
</rss>

