<?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 Re: variable to get first name, last name and email of the account that connects to HS in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1033103#M40456</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/737434"&gt;@CRios3&lt;/a&gt;&amp;nbsp;I'm not sure I understand what you mean by uploading your email, it would be based on your user email for HubSpot since you're the owner and your account profile is where your first and last name would come from.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2024 23:26:55 GMT</pubDate>
    <dc:creator>Jnix284</dc:creator>
    <dc:date>2024-08-27T23:26:55Z</dc:date>
    <item>
      <title>variable to get first name, last name and email of the account that connects to HS</title>
      <link>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1028686#M40323</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;I'm creating an email template with hubl where I need to get the email, first and last name of the person who connects to that account and then compare it with some values ​​that I have in hubdb, but I can't find those variables:&lt;/P&gt;&lt;P&gt;also try: user.mail&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;p&amp;gt;Email: {{ contact.email | default("Email no disponible") }}&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;p&amp;gt;Nombre: {{ contact.firstname | default("Nombre no disponible") }}&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;p&amp;gt;Apellido: {{ contact.lastname | default("Apellido no disponible") }}&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;p&amp;gt;Teléfono: {{ contact.phone | default("Teléfono no disponible") }}&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;p&amp;gt;Fuente: {{ contact.hs_analytics_source | default("Fuente no disponible") }}&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But they don't appear to me, what would be the variable or the way to correctly call that data????&lt;/P&gt;&lt;P&gt;The idea is to make a template and when the email is sent the signature appears with the name and surname of the corresponding account.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 14:38:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1028686#M40323</guid>
      <dc:creator>CRios3</dc:creator>
      <dc:date>2024-08-18T14:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: variable to get first name, last name and email of the account that connects to HS</title>
      <link>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1028761#M40329</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/737434"&gt;@CRios3&lt;/a&gt;&amp;nbsp;I believe what you're looking for is the &lt;STRONG&gt;Contact owner&lt;/STRONG&gt; property&amp;nbsp;to make it appear as though the email is coming directly from the contact owner​ with their details in the signature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Contact owner pulls data from the owner assigned to the contact. You can include details like the owner's name or email address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;To access as personalization tokens:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;From Name: Use the Contact owner's full name (e.g., {{owner.first.name}} {{owner.last.name}})
From Email: Use the Contact owner's email address (e.g., {{owner.email}})&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;To access these values with HubL:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{{ contact.hubspot_owner_id }}
{{ contact.hubspot_owner_firstname }}
{{ contact.hubspot_owner_lastname }}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 23:18:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1028761#M40329</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-08-18T23:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: variable to get first name, last name and email of the account that connects to HS</title>
      <link>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1028944#M40335</link>
      <description>&lt;P&gt;Hello and thanks for responding! I still have problems &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I did the test and this shows me (I understand you own the CRM?)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRios3_2-1724069350298.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/125057iB44E5BD14A5CED41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CRios3_2-1724069350298.png" alt="CRios3_2-1724069350298.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The idea is to show me the person who connected to the CRM, that is, indicate my account email, name and surname:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRios3_3-1724069426771.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/125058iA59891945F80B705/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CRios3_3-1724069426771.png" alt="CRios3_3-1724069426771.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I can't find a way to upload my email cristian.r@cebra.com, nor my first and last name (Cristian Rios) 🥹&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Este es el codigo:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--&lt;BR /&gt;templateType: "email"&lt;BR /&gt;isAvailableForNewContent: true&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;&amp;lt;!doctype html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;{% if content.html_title and content.html_title != '' %}{{ content.html_title }}{% else %}{{ content.body.subject }}{% endif %}&amp;lt;/title&amp;gt;&lt;BR /&gt;{% if content.meta_description %}&amp;lt;meta name="description" content="{{ content.meta_description }}"/&amp;gt;{% endif %}&lt;BR /&gt;&amp;lt;style type="text/css"&amp;gt;&lt;BR /&gt;body {&lt;BR /&gt;font-family: Arial, sans-serif;&lt;BR /&gt;background-color: #f4f4f4;&lt;BR /&gt;margin: 0;&lt;BR /&gt;padding: 0;&lt;BR /&gt;text-align: center;&lt;BR /&gt;color: #333;&lt;BR /&gt;}&lt;BR /&gt;.container {&lt;BR /&gt;max-width: 600px;&lt;BR /&gt;margin: 20px auto;&lt;BR /&gt;background-color: #ffffff;&lt;BR /&gt;padding: 20px;&lt;BR /&gt;border-radius: 8px;&lt;BR /&gt;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);&lt;BR /&gt;}&lt;BR /&gt;.footer {&lt;BR /&gt;font-size: 12px;&lt;BR /&gt;color: #888;&lt;BR /&gt;margin-top: 20px;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div class="container"&amp;gt;&lt;BR /&gt;&amp;lt;h3&amp;gt;TEST&amp;lt;/h3&amp;gt;&lt;/P&gt;&lt;P&gt;From Name: Use the Contact owner's full name (e.g., {{owner.firstname}} {{owner.lastname}})&lt;BR /&gt;From Email: Use the Contact owner's email address (e.g., {{owner.email}})&lt;BR /&gt;&amp;lt;br /&amp;gt;&lt;BR /&gt;&amp;lt;br /&amp;gt;&lt;BR /&gt;&amp;lt;hr /&amp;gt;&lt;BR /&gt;&amp;lt;br /&amp;gt;&lt;BR /&gt;&amp;lt;br /&amp;gt;&lt;BR /&gt;{{ contact.hubspot_owner_id }}&lt;BR /&gt;{{ contact.hubspot_owner_firstname }}&lt;BR /&gt;{{ contact.hubspot_owner_lastname }}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Office location information and unsubscribe links --&amp;gt;&lt;BR /&gt;&amp;lt;div class="footer"&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;{{ site_settings.company_name }}&amp;amp;nbsp;&lt;BR /&gt;{{ site_settings.company_street_address_1 }}&amp;amp;nbsp;&lt;BR /&gt;{{ site_settings.company_street_address_2 }}&amp;amp;nbsp;&lt;BR /&gt;{{ site_settings.company_city }}&amp;amp;nbsp;&lt;BR /&gt;{{ site_settings.company_state }}&amp;amp;nbsp;&lt;BR /&gt;{{ site_settings.company_zip }}&amp;amp;nbsp;&lt;BR /&gt;{{ site_settings.company_country }}&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p class="unsubscribe-links"&amp;gt;&lt;BR /&gt;You received this email because you are subscribed to {{ subscription_name }} from {{ site_settings.company_name }}.&lt;BR /&gt;&amp;lt;br/&amp;gt;&lt;BR /&gt;&amp;lt;a class="hubspot-mergetag" data-unsubscribe="true" href="{{ unsubscribe_link }}"&amp;gt;Update your email preferences&amp;lt;/a&amp;gt; to choose the types of emails you receive.&lt;BR /&gt;&amp;lt;br/&amp;gt;&lt;BR /&gt;&amp;lt;a class="hubspot-mergetag" data-unsubscribe="true" href="{{ unsubscribe_link_all }}"&amp;gt;Unsubscribe from all future emails.&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 12:15:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1028944#M40335</guid>
      <dc:creator>CRios3</dc:creator>
      <dc:date>2024-08-19T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: variable to get first name, last name and email of the account that connects to HS</title>
      <link>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1033103#M40456</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/737434"&gt;@CRios3&lt;/a&gt;&amp;nbsp;I'm not sure I understand what you mean by uploading your email, it would be based on your user email for HubSpot since you're the owner and your account profile is where your first and last name would come from.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 23:26:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/variable-to-get-first-name-last-name-and-email-of-the-account/m-p/1033103#M40456</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-08-27T23:26:55Z</dc:date>
    </item>
  </channel>
</rss>

