<?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 Auto-Translate SDR Notes &amp;amp; Conquer the Language Barrier! in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-Translate-SDR-Notes-amp-Conquer-the-Language-Barrier/m-p/965066#M8678</link>
    <description>&lt;H2&gt;HubSpot Users Rejoice! &lt;STRONG&gt;Auto-Translate SDR Notes &amp;amp; Conquer the Language Barrier!&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Ever wished your HubSpot could speak Esperanto? Struggling with handoffs because your SDRs are rockstars in a different language? &lt;STRONG&gt;You're not alone!&lt;/STRONG&gt; This highly-requested feature might just be your new best friend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Stop the frustration:&lt;/STRONG&gt; No more deciphering cryptic messages or pretending to understand "synergistic market penetration."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Boost your sales velocity:&lt;/STRONG&gt; Seamless communication = faster handoffs and more closed deals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Ready to finally conquer the language barrier and dominate your sales goals? Let's dive in!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;P.S.&lt;/STRONG&gt; Don't forget to share your success stories and kudos in the comments below! We love to hear from happy Hubspotters.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;What you need to know before going through this guide!&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;&lt;STRONG&gt;Why did I made this: &lt;/STRONG&gt;To enable all managers to check whatever the SDRs/BDRs/AEs are sending to each other without blocking them (if they struggle with english) or risking to lose key info on those notes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What do you need to build it: &lt;/STRONG&gt;Operations Hub Professional; Free DeepL account; 5min to read this step-by-step guide and 2 seconds to give kudos at the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What happens in this workflow: &lt;/STRONG&gt;Copies the most recent note before the Handoff, formats the property, by API (Private App) sends to DeepL that returns the translated property and finally creates the new note translated.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;Step-by-step guide&lt;/STRONG&gt;&lt;/H1&gt;
&lt;H2&gt;Step 01 - Get Your Assets Ready&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;1.1 - Build Your Private App&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;First we should build a Private App in order to communicate with our account through workflows. On you Hubspot Account go to Settings &amp;gt; Integrations &amp;gt; Private Apps &amp;gt; Click on "Create a private app" and call it "Hubspot Workflows".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_15.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115913i563EE0D589F334AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_15.jpg" alt="Screenshot_15.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Than you should set the scopes you want, for this case you only need to give access to &lt;CODE class="m-right-2 m-y-1 private-code"&gt;crm.objects.contacts.write&lt;/CODE&gt; and&amp;nbsp;&lt;CODE class="m-right-2 m-y-1 private-code"&gt;crm.objects.contacts.read&lt;/CODE&gt; Later if you want to use the same API for other workflows you could increase the scope of it.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.2 - Create a multi-text property&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On the contact object you should create the property that will be later used as holder of your notes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to settings &amp;gt; Properties &amp;gt; Contact Properties and make it clear that it's a property only used for backend actions (i.e: [SYSTEM] Translated Note).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.3 - Start your &lt;/STRONG&gt;&lt;A href="https://www.deepl.com/en/translator" target="_blank"&gt;&lt;STRONG&gt;DeepL&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; free trial&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Later we'll need the API Token of your account in order to translate your property.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Those guys ask for credit card before signing up but since their trial plan is focused on usage and not time you don't need to worry about.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now that you signed up just go to Account &amp;gt; API Keys &amp;gt; Create your key and leave the tab open.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115914iD9DFE6E5BD0DAB70/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.jpg" alt="Screenshot_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Tips &amp;amp; Tricks: &lt;/STRONG&gt;You can use any other translation solution that has an integration through API solution. This seems to be the best free version&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.4 - Create a contact to test this out&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Step 02 - Translate your property (1/2)&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.1 - Let's go with the Basics&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Simply go to Automations &amp;gt; Workflow &amp;gt; Build Workflow &amp;gt; Select a contact based one (blank).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do not set your triggers for now.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.2 - Send the most recent note to the property system&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We need to do this in order to translate what's on the note body.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a new action &amp;gt; CRM &amp;gt; Set property value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select your property on property to set (in this example we called "[SYSTEM] Translated Note") and a text box will open &amp;gt; Click on "Edit available data" and select Notes: Most Recently Updated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115915i33B6DBBFD05439C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2.jpg" alt="Screenshot_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Back to the text box you should change the action output to Notes and get the Note body 'property' - &lt;STRONG&gt;Feel free to add any tag before the text so your team can easily understand that is simply the translation of another note.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_3.jpg" style="width: 576px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115916i634DC998C83935A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_3.jpg" alt="Screenshot_3.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.3 - Clean your property format&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Since format tags will came along with the note we should Add a new action &amp;gt; Data ops &amp;gt; Format Data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select your property to format &amp;gt; Ask to remove HTML tags and set the Output type as String.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Than you need to add another action &amp;gt; CRM &amp;gt; Copy property value &amp;gt; By clicking on "value to copy from" a new column will open and you should search for "Action outputs" on the first selection box "action outputs from".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Target that output back to your property "[SYSTEM] Translated Note".&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.3 - Build a custom code action to translate your property&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We'll now send the property value to DeepL via API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a new action &amp;gt; Data ops &amp;gt; Custom Code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can keep the Language as Node.js 20.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go get your DeepL API Token &amp;gt; Go back to your workflow &amp;gt; Click on Secrets &amp;gt; Add secret &amp;gt; The name of your secret should be DEEPL_KEY and the value your DeepL API Token&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On "Property to include in code" select the property we built and then copy the code below to the open box on your workflow &lt;STRONG&gt;(Credit:&lt;/STRONG&gt; Amine Ben Cheikh Brahim&lt;A href="https://gist.github.com/AmineBENCHEIKHBRAHIM" target="_blank"&gt; https://gist.github.com/AmineBENCHEIKHBRAHIM&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const PROPERTY_TO_TRANSLATE = 'PROPERTY INTERNAL NAME HERE';

// Import Axios library for easier HTTP request making
const axios = require('axios')

exports.main = async (event, callback) =&amp;gt; {
  // Retrieving the property to translate value from the contact enrolled in the current workflow.
  // This property should be specified in the "Property to include in code" section above the code editor.
  const teste_notes = event.inputFields[PROPERTY_TO_TRANSLATE];
  console.log(`Translating text: ${teste_notes}`);

  // API Call to DeepL API to translate the property value to British English.
  // We didn't specify a source language because the service is capable of detecting the original language automatically.
  axios
    .post('https://api-free.deepl.com/v2/translate', null, {
      params: {
        'auth_key': '' + process.env.DEEPL_KEY,
        'text': '' + teste_notes,
        'target_lang': 'EN-GB'
      }
    })
    .then(response =&amp;gt; {
      // Retrieve the translated text from the response
      let translatedToEnglishText = response.data.translations[0].text;
      console.log(translatedToEnglishText);

      // Store the text in an output String called "englishText". It can then be
      // copied in a property using "copy property value" workflow action.
      callback({
        outputFields: {
          englishText: translatedToEnglishText
        }
      })
    });
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now that you've updated your code with the internal name of your property (you should take "PROPERTY INTERNAL NAME HERE" and add your property internal name) you should scroll down and click on Add output set the Data type as String and call it englishText.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Create a note in any language rather than english on previously created contact and test it out. &lt;STRONG&gt;It should look like these:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_4.jpg" style="width: 527px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115917i9CD7E3D0321045CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_4.jpg" alt="Screenshot_4.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Than you need to add another action &amp;gt; CRM &amp;gt; Copy property value &amp;gt; By clicking on "value to copy from" a new column will open and you should search for "Action outputs" on the first selection box "action outputs from", under Custom code the "englishText" property should appear.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Step 02 - Build a translated note automatically (2/2)&lt;/H2&gt;
&lt;P&gt;Let's pick this translation and build a note out of it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a new action &amp;gt; Data ops &amp;gt; Custom Code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can keep the Language as Node.js 20.x&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this case you don't need to use secrets since I'm adding our API Token directly to the code.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;The secret it's an object that hides your API Token so that way you could easily share your code with others since they would not be able to mess with your API.&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[IMPORTANT]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt; Keep in mind that this way you should NEVER share your code on community's, ChatGPT or any public forum since everyone can mess with your Hubspot Account as soon they get your API Token.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On "Property to include in code" select the property we built and then copy the code below to the open box (Edited code base on&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/126632"&gt;@mfoldager&lt;/a&gt; post)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const axios = require('axios');

const apiKey = 'YOUR API KEY HERE';

exports.main = async (event, callback) =&amp;gt; {
  const testenotes = event.inputFields['PROPERTY_INTENALNAME_HERE'];
  try {
    const options = {
      method: 'POST',
      url: 'https://api.hubspot.com/engagements/v1/engagements',
      headers: {
        'Content-Type': 'application/json',
        Authorization: `Bearer ${apiKey}`,
      },
      data: {
        engagement: {
          active: true,
          type: 'NOTE',
        },
        associations: {
          contactIds: [event.object.objectId],
          companyIds: [],
          dealIds: [],
          ownerIds: [],
        },
        attachments: [],
        metadata: { body: testenotes
      },
      },
    };

    const response = await axios(options);

    if (response.status !== 200) {
      throw new Error(`Error creating note: ${response.statusText}`);
    }

    console.log("HubSpot note created successfully!");
    callback({
      outputFields: {
        body: response.data,
      },
    });

  } catch (error) {
    console.error("Error creating note:", error);
    // Implement error handling logic here (e.g., retry, notify admins)
  }
};&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Go get your API Token &amp;gt; Settings &amp;gt; Integrations &amp;gt; Private Apps &amp;gt; Click on the previously create Private App &amp;gt; Take "YOUR API KEY HERE" from the code and paste your API Token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find "PROPERTY_INTENALNAME_HERE" on the code (Ctrl + F) and change it with the internal name of your property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now that you've updated your code you should scroll down and click on Add output set the Data type as String and call it body.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Let's test it out! Your contact notes tab should look like these:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_5.jpg" style="width: 930px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115918i9CA8655B6CCC397F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_5.jpg" alt="Screenshot_5.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 03 - Let's set your triggers&lt;/H2&gt;
&lt;P&gt;Now that we're sure everything makes sense we should set the triggers in order to make it automatic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep in mind that the DeepL free version has a limit of 500.000 characters per month so play with that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example I only enrolled contacts from non-english speaking markets that were recently handoff from the Sales Dev Team to the Sales Team since those notes are key to do process. Do the way that best suit you!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Don't forget to share your success stories, your doubts and to leave kudos if this helped you in any way!&lt;/STRONG&gt;&lt;/H2&gt;</description>
    <pubDate>Tue, 23 Apr 2024 09:24:12 GMT</pubDate>
    <dc:creator>jforte</dc:creator>
    <dc:date>2024-04-23T09:24:12Z</dc:date>
    <item>
      <title>Auto-Translate SDR Notes &amp; Conquer the Language Barrier!</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-Translate-SDR-Notes-amp-Conquer-the-Language-Barrier/m-p/965066#M8678</link>
      <description>&lt;H2&gt;HubSpot Users Rejoice! &lt;STRONG&gt;Auto-Translate SDR Notes &amp;amp; Conquer the Language Barrier!&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Ever wished your HubSpot could speak Esperanto? Struggling with handoffs because your SDRs are rockstars in a different language? &lt;STRONG&gt;You're not alone!&lt;/STRONG&gt; This highly-requested feature might just be your new best friend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Stop the frustration:&lt;/STRONG&gt; No more deciphering cryptic messages or pretending to understand "synergistic market penetration."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Boost your sales velocity:&lt;/STRONG&gt; Seamless communication = faster handoffs and more closed deals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Ready to finally conquer the language barrier and dominate your sales goals? Let's dive in!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;P.S.&lt;/STRONG&gt; Don't forget to share your success stories and kudos in the comments below! We love to hear from happy Hubspotters.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;What you need to know before going through this guide!&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;&lt;STRONG&gt;Why did I made this: &lt;/STRONG&gt;To enable all managers to check whatever the SDRs/BDRs/AEs are sending to each other without blocking them (if they struggle with english) or risking to lose key info on those notes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What do you need to build it: &lt;/STRONG&gt;Operations Hub Professional; Free DeepL account; 5min to read this step-by-step guide and 2 seconds to give kudos at the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What happens in this workflow: &lt;/STRONG&gt;Copies the most recent note before the Handoff, formats the property, by API (Private App) sends to DeepL that returns the translated property and finally creates the new note translated.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;Step-by-step guide&lt;/STRONG&gt;&lt;/H1&gt;
&lt;H2&gt;Step 01 - Get Your Assets Ready&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;1.1 - Build Your Private App&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;First we should build a Private App in order to communicate with our account through workflows. On you Hubspot Account go to Settings &amp;gt; Integrations &amp;gt; Private Apps &amp;gt; Click on "Create a private app" and call it "Hubspot Workflows".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_15.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115913i563EE0D589F334AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_15.jpg" alt="Screenshot_15.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Than you should set the scopes you want, for this case you only need to give access to &lt;CODE class="m-right-2 m-y-1 private-code"&gt;crm.objects.contacts.write&lt;/CODE&gt; and&amp;nbsp;&lt;CODE class="m-right-2 m-y-1 private-code"&gt;crm.objects.contacts.read&lt;/CODE&gt; Later if you want to use the same API for other workflows you could increase the scope of it.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.2 - Create a multi-text property&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On the contact object you should create the property that will be later used as holder of your notes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to settings &amp;gt; Properties &amp;gt; Contact Properties and make it clear that it's a property only used for backend actions (i.e: [SYSTEM] Translated Note).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.3 - Start your &lt;/STRONG&gt;&lt;A href="https://www.deepl.com/en/translator" target="_blank"&gt;&lt;STRONG&gt;DeepL&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; free trial&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Later we'll need the API Token of your account in order to translate your property.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Those guys ask for credit card before signing up but since their trial plan is focused on usage and not time you don't need to worry about.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now that you signed up just go to Account &amp;gt; API Keys &amp;gt; Create your key and leave the tab open.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115914iD9DFE6E5BD0DAB70/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.jpg" alt="Screenshot_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Tips &amp;amp; Tricks: &lt;/STRONG&gt;You can use any other translation solution that has an integration through API solution. This seems to be the best free version&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.4 - Create a contact to test this out&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Step 02 - Translate your property (1/2)&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.1 - Let's go with the Basics&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Simply go to Automations &amp;gt; Workflow &amp;gt; Build Workflow &amp;gt; Select a contact based one (blank).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do not set your triggers for now.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.2 - Send the most recent note to the property system&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We need to do this in order to translate what's on the note body.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a new action &amp;gt; CRM &amp;gt; Set property value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select your property on property to set (in this example we called "[SYSTEM] Translated Note") and a text box will open &amp;gt; Click on "Edit available data" and select Notes: Most Recently Updated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115915i33B6DBBFD05439C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2.jpg" alt="Screenshot_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Back to the text box you should change the action output to Notes and get the Note body 'property' - &lt;STRONG&gt;Feel free to add any tag before the text so your team can easily understand that is simply the translation of another note.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_3.jpg" style="width: 576px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115916i634DC998C83935A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_3.jpg" alt="Screenshot_3.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.3 - Clean your property format&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Since format tags will came along with the note we should Add a new action &amp;gt; Data ops &amp;gt; Format Data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select your property to format &amp;gt; Ask to remove HTML tags and set the Output type as String.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Than you need to add another action &amp;gt; CRM &amp;gt; Copy property value &amp;gt; By clicking on "value to copy from" a new column will open and you should search for "Action outputs" on the first selection box "action outputs from".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Target that output back to your property "[SYSTEM] Translated Note".&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.1.3 - Build a custom code action to translate your property&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We'll now send the property value to DeepL via API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a new action &amp;gt; Data ops &amp;gt; Custom Code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can keep the Language as Node.js 20.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go get your DeepL API Token &amp;gt; Go back to your workflow &amp;gt; Click on Secrets &amp;gt; Add secret &amp;gt; The name of your secret should be DEEPL_KEY and the value your DeepL API Token&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On "Property to include in code" select the property we built and then copy the code below to the open box on your workflow &lt;STRONG&gt;(Credit:&lt;/STRONG&gt; Amine Ben Cheikh Brahim&lt;A href="https://gist.github.com/AmineBENCHEIKHBRAHIM" target="_blank"&gt; https://gist.github.com/AmineBENCHEIKHBRAHIM&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const PROPERTY_TO_TRANSLATE = 'PROPERTY INTERNAL NAME HERE';

// Import Axios library for easier HTTP request making
const axios = require('axios')

exports.main = async (event, callback) =&amp;gt; {
  // Retrieving the property to translate value from the contact enrolled in the current workflow.
  // This property should be specified in the "Property to include in code" section above the code editor.
  const teste_notes = event.inputFields[PROPERTY_TO_TRANSLATE];
  console.log(`Translating text: ${teste_notes}`);

  // API Call to DeepL API to translate the property value to British English.
  // We didn't specify a source language because the service is capable of detecting the original language automatically.
  axios
    .post('https://api-free.deepl.com/v2/translate', null, {
      params: {
        'auth_key': '' + process.env.DEEPL_KEY,
        'text': '' + teste_notes,
        'target_lang': 'EN-GB'
      }
    })
    .then(response =&amp;gt; {
      // Retrieve the translated text from the response
      let translatedToEnglishText = response.data.translations[0].text;
      console.log(translatedToEnglishText);

      // Store the text in an output String called "englishText". It can then be
      // copied in a property using "copy property value" workflow action.
      callback({
        outputFields: {
          englishText: translatedToEnglishText
        }
      })
    });
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now that you've updated your code with the internal name of your property (you should take "PROPERTY INTERNAL NAME HERE" and add your property internal name) you should scroll down and click on Add output set the Data type as String and call it englishText.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Create a note in any language rather than english on previously created contact and test it out. &lt;STRONG&gt;It should look like these:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_4.jpg" style="width: 527px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115917i9CD7E3D0321045CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_4.jpg" alt="Screenshot_4.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Than you need to add another action &amp;gt; CRM &amp;gt; Copy property value &amp;gt; By clicking on "value to copy from" a new column will open and you should search for "Action outputs" on the first selection box "action outputs from", under Custom code the "englishText" property should appear.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Step 02 - Build a translated note automatically (2/2)&lt;/H2&gt;
&lt;P&gt;Let's pick this translation and build a note out of it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a new action &amp;gt; Data ops &amp;gt; Custom Code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can keep the Language as Node.js 20.x&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this case you don't need to use secrets since I'm adding our API Token directly to the code.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;The secret it's an object that hides your API Token so that way you could easily share your code with others since they would not be able to mess with your API.&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[IMPORTANT]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt; Keep in mind that this way you should NEVER share your code on community's, ChatGPT or any public forum since everyone can mess with your Hubspot Account as soon they get your API Token.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On "Property to include in code" select the property we built and then copy the code below to the open box (Edited code base on&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/126632"&gt;@mfoldager&lt;/a&gt; post)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const axios = require('axios');

const apiKey = 'YOUR API KEY HERE';

exports.main = async (event, callback) =&amp;gt; {
  const testenotes = event.inputFields['PROPERTY_INTENALNAME_HERE'];
  try {
    const options = {
      method: 'POST',
      url: 'https://api.hubspot.com/engagements/v1/engagements',
      headers: {
        'Content-Type': 'application/json',
        Authorization: `Bearer ${apiKey}`,
      },
      data: {
        engagement: {
          active: true,
          type: 'NOTE',
        },
        associations: {
          contactIds: [event.object.objectId],
          companyIds: [],
          dealIds: [],
          ownerIds: [],
        },
        attachments: [],
        metadata: { body: testenotes
      },
      },
    };

    const response = await axios(options);

    if (response.status !== 200) {
      throw new Error(`Error creating note: ${response.statusText}`);
    }

    console.log("HubSpot note created successfully!");
    callback({
      outputFields: {
        body: response.data,
      },
    });

  } catch (error) {
    console.error("Error creating note:", error);
    // Implement error handling logic here (e.g., retry, notify admins)
  }
};&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Go get your API Token &amp;gt; Settings &amp;gt; Integrations &amp;gt; Private Apps &amp;gt; Click on the previously create Private App &amp;gt; Take "YOUR API KEY HERE" from the code and paste your API Token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find "PROPERTY_INTENALNAME_HERE" on the code (Ctrl + F) and change it with the internal name of your property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now that you've updated your code you should scroll down and click on Add output set the Data type as String and call it body.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Let's test it out! Your contact notes tab should look like these:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_5.jpg" style="width: 930px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/115918i9CA8655B6CCC397F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_5.jpg" alt="Screenshot_5.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Step 03 - Let's set your triggers&lt;/H2&gt;
&lt;P&gt;Now that we're sure everything makes sense we should set the triggers in order to make it automatic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep in mind that the DeepL free version has a limit of 500.000 characters per month so play with that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example I only enrolled contacts from non-english speaking markets that were recently handoff from the Sales Dev Team to the Sales Team since those notes are key to do process. Do the way that best suit you!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Don't forget to share your success stories, your doubts and to leave kudos if this helped you in any way!&lt;/STRONG&gt;&lt;/H2&gt;</description>
      <pubDate>Tue, 23 Apr 2024 09:24:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-Translate-SDR-Notes-amp-Conquer-the-Language-Barrier/m-p/965066#M8678</guid>
      <dc:creator>jforte</dc:creator>
      <dc:date>2024-04-23T09:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-Translate SDR Notes &amp; Conquer the Language Barrier!</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-Translate-SDR-Notes-amp-Conquer-the-Language-Barrier/m-p/965563#M8688</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/53340"&gt;@jforte&lt;/a&gt;&lt;/SPAN&gt;, Happy Tuesday.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thank you for sharing your expertise and contributing to smoother workflows for sales teams using HubSpot. Your efforts undoubtedly empower global teams to collaborate seamlessly toward achieving their sales goals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly,&lt;/P&gt;
&lt;P&gt;Pam&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 21:23:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-Translate-SDR-Notes-amp-Conquer-the-Language-Barrier/m-p/965563#M8688</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2024-04-23T21:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-Translate SDR Notes &amp; Conquer the Language Barrier!</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-Translate-SDR-Notes-amp-Conquer-the-Language-Barrier/m-p/965796#M8696</link>
      <description>&lt;P&gt;I asked for Kudos and you showed how to do it&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/60427"&gt;@PamCotton&lt;/a&gt;&amp;nbsp;ahaha thanks for the kind words &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 09:34:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-Translate-SDR-Notes-amp-Conquer-the-Language-Barrier/m-p/965796#M8696</guid>
      <dc:creator>jforte</dc:creator>
      <dc:date>2024-04-24T09:34:33Z</dc:date>
    </item>
  </channel>
</rss>

