<?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: Forward a to a friend button in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/887420#M69432</link>
    <description>&lt;P&gt;when will this be available?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 20:38:21 GMT</pubDate>
    <dc:creator>JGILLIGAN77</dc:creator>
    <dc:date>2023-11-30T20:38:21Z</dc:date>
    <item>
      <title>Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248779#M21572</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;
&lt;P&gt;Is Forward to a friend in email template possible?&lt;BR /&gt;
I know this an issue before: &lt;A href="https://community.hubspot.com/t5/Email-Marketing/Forward-to-a-friend/td-p/2504" rel="nofollow noopener"&gt;https://community.hubspot.com/t5/Email-Marketing/Forward-to-a-friend/td-p/2504&lt;/A&gt;&lt;BR /&gt;
But this will just create a mailto link.&lt;/P&gt;
&lt;P&gt;What we want is something that could use a custom field (like email, message, etc.) and use that fields for email forwarding. Is this possible?&lt;BR /&gt;
(Like this  &lt;A href="https://www.campaignmonitor.com/assets/uploads/2012/12/f2af-575-2.jpg" rel="nofollow noopener"&gt;https://www.campaignmonitor.com/assets/uploads/2012/12/f2af-575-2.jpg&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:33:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248779#M21572</guid>
      <dc:creator>jmgelogo</dc:creator>
      <dc:date>2018-12-17T16:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248780#M21573</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/jmgelogo"&gt;@jmgelogo&lt;/A&gt;, no this isn't possible in HubSpot. From your image, it looks like you're looking to have a form that pops up that you could then fill out and have an email automatically sent off from there. This isn't yet possible and to be transparent, this isn't something that the email team is prioritizing at the moment. Thanks and let me know if you have questions.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 17:29:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248780#M21573</guid>
      <dc:creator>cbarley</dc:creator>
      <dc:date>2018-12-18T17:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248781#M21574</link>
      <description>&lt;P&gt;Thanks for replying to my question.&lt;/P&gt;
&lt;P&gt;I'm thinking a workaround for this, I'm not sure if this is possible:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;CTA from email that links to landing page with Form as shown in the image.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;At the landing page, after the user click the submit button. I'll do a customized redirect via URL using this suggestion (&lt;A href="https://integrate.hubspot.com/t/pass-field-value-to-url-parameter/4839/6" class="inline-onebox"&gt;Pass field value to URL parameter&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;At the redirect page, I will call the API send email to forward (&lt;A href="https://developers.hubspot.com/docs/methods/email/transactional_email/single-send-overview" rel="nofollow noopener"&gt;https://developers.hubspot.com/docs/methods/email/transactional_email/single-send-overview&lt;/A&gt;)&lt;BR /&gt;
However, I see in the red note: &lt;EM&gt;that the API requires the transaction Email Add on&lt;/EM&gt;&lt;BR /&gt;
Should this be purchase first?&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Let me know if this is possible. Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 17:53:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248781#M21574</guid>
      <dc:creator>jmgelogo</dc:creator>
      <dc:date>2018-12-18T17:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248782#M21575</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/jmgelogo"&gt;@jmgelogo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;It's a good thought, but I don't think this would work. How would you decide when to trigger the single send email from the front end? You'd need to make some sort of request to your servers to tell the email to fire off from HubSpot, and you'd need to also make a request with form's information to HubSpot. The transactional email add on can cost upwards of $500/month, so it doesn't seem to be worth it to purchase in order to have a forwarding functionality.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 18:48:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248782#M21575</guid>
      <dc:creator>cbarley</dc:creator>
      <dc:date>2018-12-18T18:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248783#M21576</link>
      <description>&lt;P&gt;Hello &lt;A class="mention" href="https://community.hubspot.com/u/connor_barley"&gt;@Connor_Barley&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thanks again for replying.&lt;/P&gt;
&lt;P&gt;Single send might not be the option, but is there a email sending API in hubspot that could we use?&lt;BR /&gt;
Also, does getting the information from the Form not possible? Like what the suggestion here: &lt;A href="https://integrate.hubspot.com/t/pass-field-value-to-url-parameter/4839/6" class="inline-onebox"&gt;Pass field value to URL parameter&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I'm passing value through url &lt;STRONG&gt;&lt;A href="http://redirect-address.com/the-page?token=%7B%7Bcontact.your_internal_property_name%7D" rel="nofollow noopener"&gt;http://redirect-address.com/the-page?token={{contact.your_internal_property_name}&lt;/A&gt;}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then after the redirect, I'll get the data in url parameter via jquery/or javascript, then I'll use the API (if there's any) for forwarding an email.&lt;/P&gt;
&lt;P&gt;Let me know if this is possible and the cost of using the email sending API.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 14:45:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/248783#M21576</guid>
      <dc:creator>jmgelogo</dc:creator>
      <dc:date>2018-12-20T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/704005#M57696</link>
      <description>&lt;P&gt;It's really suprising that this doesn't exist today. Mailchimp, Marketo, all the platforms have this as a basic feature.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 16:15:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/704005#M57696</guid>
      <dc:creator>CUmeda</dc:creator>
      <dc:date>2022-10-10T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/887420#M69432</link>
      <description>&lt;P&gt;when will this be available?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 20:38:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/887420#M69432</guid>
      <dc:creator>JGILLIGAN77</dc:creator>
      <dc:date>2023-11-30T20:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Forward a to a friend button</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/1027110#M75859</link>
      <description>&lt;P&gt;HubSpot Customer Service: Is a forward to a friend button available yet in HubSpot? We are being asked to add this to our email newsletter and I need to know how to set this up. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 16:20:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forward-a-to-a-friend-button/m-p/1027110#M75859</guid>
      <dc:creator>AJ2021</dc:creator>
      <dc:date>2024-08-14T16:20:19Z</dc:date>
    </item>
  </channel>
</rss>

