<?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: App leveraging Single Send API for Lower-Tier HubSpot Accounts in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1133543#M81472</link>
    <description>&lt;P&gt;Hi&amp;nbsp;TeddyLaunches,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use the Marketing Email API (For Professional Users)&lt;BR /&gt;While the Single Send API is Enterprise-only, you can leverage the Marketing Email API to send one-off emails, although with some limitations:&lt;BR /&gt;&lt;BR /&gt;- API Endpoint:&lt;BR /&gt;Use the Marketing Email API to trigger email sends. This requires creating an email template in HubSpot first and then sending it programmatically.&lt;BR /&gt;&lt;BR /&gt;- Limitations:&lt;BR /&gt;&amp;gt; Requires the email to be pre-designed in HubSpot.&lt;BR /&gt;&amp;gt; Lacks some dynamic personalization capabilities compared to Single Send API.&lt;BR /&gt;&lt;BR /&gt;Example Code:&lt;BR /&gt;&lt;BR /&gt;POST &lt;A href="https://api.hubapi.com/marketing/v3/marketing-emails/{emailId}/send" target="_blank" rel="noopener"&gt;https://api.hubapi.com/marketing/v3/marketing-emails/{emailId}/send&lt;/A&gt;&lt;BR /&gt;Authorization: Bearer YOUR_ACCESS_TOKEN&lt;BR /&gt;Content-Type: application/json&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"emailId": "123456",&lt;BR /&gt;"message": {&lt;BR /&gt;"to": "recipient@example.com",&lt;BR /&gt;"from": "sender@example.com",&lt;BR /&gt;"subject": "Hello from HubSpot",&lt;BR /&gt;"customProperties": {&lt;BR /&gt;"first_name": "John"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;2. Custom Integration via External Email Service Providers&lt;BR /&gt;You can also consider integrating with an external ESP (Email Service Provider) like SendGrid, Mailgun, or Amazon SES:&lt;BR /&gt;&lt;BR /&gt;Pros: Full control over email sending, templates, and tracking.&lt;BR /&gt;&lt;BR /&gt;Cons: Additional cost and complexity in managing two platforms.&lt;BR /&gt;&lt;BR /&gt;You can trigger emails via HubSpot workflows or APIs, and then use your ESP for actual email delivery. &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2025 14:19:34 GMT</pubDate>
    <dc:creator>Balaji_Mavlers1</dc:creator>
    <dc:date>2025-04-08T14:19:34Z</dc:date>
    <item>
      <title>App leveraging Single Send API for Lower-Tier HubSpot Accounts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1102672#M80044</link>
      <description>&lt;P class=""&gt;I’m a developer at LaunchNotes, and we’ve built an integration with HubSpot that is currently an unverified, unlisted app.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Our integration relies on the &lt;SPAN class=""&gt;&lt;STRONG&gt;Single Send API&lt;/STRONG&gt;&lt;/SPAN&gt;, but from our testing, it looks like this functionality is only available for &lt;SPAN class=""&gt;&lt;STRONG&gt;Marketing Hub Enterprise&lt;/STRONG&gt;&lt;/SPAN&gt; accounts. We’d love to support a broader range of users, including those on lower-tier HubSpot plans like &lt;STRONG&gt;Marketing Hub Professional&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Does anyone know if there’s a way to enable access to the Single Send API on our app when installed in a lower-tier account? Are there alternative approaches or workarounds that have worked for other developers?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Any insights or experiences would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 01:17:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1102672#M80044</guid>
      <dc:creator>TeddyLaunches</dc:creator>
      <dc:date>2025-02-01T01:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: App leveraging Single Send API for Lower-Tier HubSpot Accounts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1103000#M80052</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/770378"&gt;@TeddyLaunches&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Welcome to the community. You are not missing an option, the Marketing Single Send API is only available to Marketing Hub Enterprise customers. There is not a way to unlock or make it available for other HubSpot subscriptions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We'll leave this open in case other community app builders have any addition feedback for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 03:43:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1103000#M80052</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-02-03T03:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: App leveraging Single Send API for Lower-Tier HubSpot Accounts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1103312#M80068</link>
      <description>&lt;P class=""&gt;Thank you, Jaycee! I really appreciate your response.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Just to clarify—are you saying that even if we go through the process of getting our app verified and listed on the HubSpot App Marketplace, this functionality would still be restricted to HubSpot Marketing Hub Enterprise customers?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;We’ve developed what seems to be an uncommon integration. LaunchNotes allows users to create emails and send them to a targeted list of subscribers. Our integration is designed to route these emails through HubSpot, ensuring that all email activities and analytics are consolidated within the HubSpot platform.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Here’s how it works:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We sync the subscriber list in LaunchNotes with HubSpot contacts who have explicitly opted into a designated email subscription type. This ensures that every subscriber targeted in LaunchNotes is an active, subscribed contact in HubSpot. Based on our testing, this part of the integration functions well across all HubSpot plans.&lt;/LI&gt;&lt;LI&gt;For email sending, the only viable approach we found was using HubSpot’s &lt;SPAN class=""&gt;Single Send API&lt;/SPAN&gt;&lt;SPAN&gt;. To make this work, we guide users to create a custom email template in HubSpot containing three variables that map to the email content from LaunchNotes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Our ultimate goal is to provide a seamless experience where users publish in LaunchNotes, and emails are automatically sent via HubSpot.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Would you recommend exploring another API or alternative method for sending these emails through HubSpot?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 17:58:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1103312#M80068</guid>
      <dc:creator>TeddyLaunches</dc:creator>
      <dc:date>2025-02-03T17:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: App leveraging Single Send API for Lower-Tier HubSpot Accounts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1133543#M81472</link>
      <description>&lt;P&gt;Hi&amp;nbsp;TeddyLaunches,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use the Marketing Email API (For Professional Users)&lt;BR /&gt;While the Single Send API is Enterprise-only, you can leverage the Marketing Email API to send one-off emails, although with some limitations:&lt;BR /&gt;&lt;BR /&gt;- API Endpoint:&lt;BR /&gt;Use the Marketing Email API to trigger email sends. This requires creating an email template in HubSpot first and then sending it programmatically.&lt;BR /&gt;&lt;BR /&gt;- Limitations:&lt;BR /&gt;&amp;gt; Requires the email to be pre-designed in HubSpot.&lt;BR /&gt;&amp;gt; Lacks some dynamic personalization capabilities compared to Single Send API.&lt;BR /&gt;&lt;BR /&gt;Example Code:&lt;BR /&gt;&lt;BR /&gt;POST &lt;A href="https://api.hubapi.com/marketing/v3/marketing-emails/{emailId}/send" target="_blank" rel="noopener"&gt;https://api.hubapi.com/marketing/v3/marketing-emails/{emailId}/send&lt;/A&gt;&lt;BR /&gt;Authorization: Bearer YOUR_ACCESS_TOKEN&lt;BR /&gt;Content-Type: application/json&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"emailId": "123456",&lt;BR /&gt;"message": {&lt;BR /&gt;"to": "recipient@example.com",&lt;BR /&gt;"from": "sender@example.com",&lt;BR /&gt;"subject": "Hello from HubSpot",&lt;BR /&gt;"customProperties": {&lt;BR /&gt;"first_name": "John"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;2. Custom Integration via External Email Service Providers&lt;BR /&gt;You can also consider integrating with an external ESP (Email Service Provider) like SendGrid, Mailgun, or Amazon SES:&lt;BR /&gt;&lt;BR /&gt;Pros: Full control over email sending, templates, and tracking.&lt;BR /&gt;&lt;BR /&gt;Cons: Additional cost and complexity in managing two platforms.&lt;BR /&gt;&lt;BR /&gt;You can trigger emails via HubSpot workflows or APIs, and then use your ESP for actual email delivery. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 14:19:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/App-leveraging-Single-Send-API-for-Lower-Tier-HubSpot-Accounts/m-p/1133543#M81472</guid>
      <dc:creator>Balaji_Mavlers1</dc:creator>
      <dc:date>2025-04-08T14:19:34Z</dc:date>
    </item>
  </channel>
</rss>

