<?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: Zoom webinar confirmation email with calendar invite and custom object in Marketing Integrations</title>
    <link>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950644#M6107</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your thought.&amp;nbsp;The error also appears if you want to send the mail in a custom object workflow - it is not being sent at all.&amp;nbsp;&lt;BR /&gt;Something seems to be wrong with the calendarcode that prevents the email from being able to be processed in order to get send...&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 09:44:14 GMT</pubDate>
    <dc:creator>antonia_kraft</dc:creator>
    <dc:date>2024-03-27T09:44:14Z</dc:date>
    <item>
      <title>Zoom webinar confirmation email with calendar invite and custom object</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950137#M6093</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am looking for a way to include a calendar invite in my confirmation email. Luckily we have found this post:&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite/m-p/656056" target="_blank"&gt;https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite/m-p/656056&lt;/A&gt;&amp;nbsp;and it works.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Since we are storing all relevant webinar data on a custom object (webinar), the token that stores the log-in link is not on the contact object but on the webinar object.&amp;nbsp;We will send out the confirmation email in a custom object webinar workflow, not a contact workflow.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I tried creating the token the following way:&amp;nbsp;&lt;BR /&gt;{{ webinar.zoom_link }}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This does not work. I remembered from another project that custom objects are a bit different and need their internal IDs in tokens so i took the internal ID from the properties overview page and the token looked like this:&amp;nbsp;&lt;BR /&gt;{{ 298675.zoom_link }}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When i tried to test the email and see if the token is being displayed correctly, i got the following error: "unable to compose email, template may be missing. " (Screenshot).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question: has anyone ever seen this error?&amp;nbsp;&lt;BR /&gt;How can we access the log-in link token when its stored on a custom object?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Grateful for any ideas &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;Tagging&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&amp;nbsp;as he got the solution for the original problem and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/241684"&gt;@ChrisoKlepke&lt;/a&gt;&amp;nbsp;since he is a HubSpot genius.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 15:15:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950137#M6093</guid>
      <dc:creator>antonia_kraft</dc:creator>
      <dc:date>2024-03-26T15:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom webinar confirmation email with calendar invite and custom object</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950178#M6095</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145180"&gt;@antonia_kraft&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for tagging me on this and always great to hear from you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt; Maybe I'm able to help out a little here, but I'll admit that I haven't read all the details in the original post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the right syntax you're looking for the token is the following:&lt;/P&gt;
&lt;PRE&gt;{{ personalization_token('p12345678_customObject.property', 'defaultValue') }}&lt;/PRE&gt;
&lt;P&gt;So in your case, I guess it might look something like this:&lt;/P&gt;
&lt;PRE&gt;{{ personalization_token('p&lt;SPAN&gt;298675&lt;/SPAN&gt;_webinars.zoom_link', '') }}&lt;/PRE&gt;
&lt;P&gt;If I'm not mistaken, it should be the plural name of your Custom Object, so&amp;nbsp;&lt;EM&gt;webinars&amp;nbsp;&lt;/EM&gt;in your case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know how it goes and if it doesn't work, I'm happy to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you found this post helpful, consider helping others in the community to find answers faster by marking this as a solution. I'd really appreciate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chriso&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 15:54:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950178#M6095</guid>
      <dc:creator>ChrisoKlepke</dc:creator>
      <dc:date>2024-03-26T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom webinar confirmation email with calendar invite and custom object</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950629#M6105</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/241684"&gt;@ChrisoKlepke&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;thank you for taking the time to look into it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To give you more background, the original code working to get a calendar invite including a log-in link looks sth like this:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;https://calendar.google.com/calendar/render?action=TEMPLATE&amp;amp;dates=20260326T141500Z%2F202403267144500Z&amp;amp;details=123&amp;amp;location=%7B%7B%contact.zoom_link%20%7D%7D&amp;amp;text=Awesome%20webinar&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So we dont need the brackets nor the personalisation description here. As soon as i change the "contact" to my custom object, the code does not work any longer and the email keeps giving me errors. I find its a strange behaviour not letting me access the custom objects properties value.. also i tested with various versions of singular, plural etc - nothing seems to be working.&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Glad for any ideas how to proceed here! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 09:16:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950629#M6105</guid>
      <dc:creator>antonia_kraft</dc:creator>
      <dc:date>2024-03-27T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom webinar confirmation email with calendar invite and custom object</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950633#M6106</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145180"&gt;@antonia_kraft&lt;/a&gt; personalization tokens for associated objects typically only work when those automated emails are sent from a workflow based on that object, e.g. a deal token only works for automated emails sent from deal workflows. If you're sending an email from a contact-based workflow and expecting custom object tokens to populate but this is not working, then that might be why.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 09:18:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950633#M6106</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-03-27T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom webinar confirmation email with calendar invite and custom object</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950644#M6107</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your thought.&amp;nbsp;The error also appears if you want to send the mail in a custom object workflow - it is not being sent at all.&amp;nbsp;&lt;BR /&gt;Something seems to be wrong with the calendarcode that prevents the email from being able to be processed in order to get send...&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 09:44:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Zoom-webinar-confirmation-email-with-calendar-invite-and-custom/m-p/950644#M6107</guid>
      <dc:creator>antonia_kraft</dc:creator>
      <dc:date>2024-03-27T09:44:14Z</dc:date>
    </item>
  </channel>
</rss>

