<?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: Issue with Transactional Email API – Missing transactional-email Scope in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Issue-with-Transactional-Email-API-Missing-transactional-email/m-p/1279594#M87806</link>
    <description>&lt;P&gt;Hi &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/1079731"&gt;@VGupta39&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The short answer is: the transactional-email scope alone isn't enough. Your HubSpot account also needs the Transactional Email add-on enabled at the account level.&lt;BR /&gt;&lt;BR /&gt;Even if the scope is checked in your Private App settings, it can't be fully granted without that underlying entitlement, which is why you're hitting the 403 MISSING_SCOPES error despite having done everything right on the app side.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your questions directly:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Yes, the add-on is required. The Transactional Email API is gated behind the transactional email add-on. This is almost certainly the root cause here.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Sandbox accounts don't include paid add-ons by default. Standard sandbox and developer test accounts won't inherit things like the transactional email add-on. If you need to test this properly, look into using a test account; these let you simulate specific subscription tiers and add-ons without needing a live paid account.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Template type matters - Transactional emails need to be created as the Transactional email type in the HubSpot email tool, not as a standard marketing email. Once published, you pass that template's `emailId` to the send endpoint. So if you've been building them under the regular Marketing &amp;gt; Email flow without setting the type to Transactional, that's worth double-checking too.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Nothing wrong with your app setup - it sounds like you've done that part correctly. The missing piece is the account-level add-on.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;BR /&gt;&lt;BR /&gt;Cassie, Community Manager&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2026 18:22:10 GMT</pubDate>
    <dc:creator>chighsmith</dc:creator>
    <dc:date>2026-05-28T18:22:10Z</dc:date>
    <item>
      <title>Issue with Transactional Email API – Missing transactional-email Scope</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issue-with-Transactional-Email-API-Missing-transactional-email/m-p/1279506#M87800</link>
      <description>&lt;P&gt;Hi HubSpot Support Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing an issue while testing the HubSpot Transactional Email API.&lt;/P&gt;&lt;P&gt;Account details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HubSpot Account Name: LAB DE Sandbox neu (03-2026)&lt;BR /&gt;Account Type: Sandbox / Developer Test Account&lt;BR /&gt;Account Login Email: &lt;A href="mailto:vivek.gupta@pon.com" target="_blank"&gt;vivek.gupta@pon.com&lt;/A&gt;&lt;BR /&gt;Private App: LAB DE Sandbox neu private app&lt;/P&gt;&lt;P&gt;Scopes set for the Private App:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;crm.schemas.companies.write&lt;BR /&gt;crm.schemas.contacts.write&lt;BR /&gt;content&lt;BR /&gt;marketing-email&lt;BR /&gt;transactional-email&lt;BR /&gt;crm.objects.contacts.write&lt;BR /&gt;crm.objects.marketing_events.read&lt;BR /&gt;crm.objects.marketing_events.write&lt;BR /&gt;crm.objects.companies.write&lt;BR /&gt;crm.objects.companies.read&lt;BR /&gt;crm.schemas.contacts.read&lt;BR /&gt;crm.objects.contacts.read&lt;BR /&gt;crm.schemas.companies.read&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setup details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Private App is created with the required scopes, including transactional-email.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I am able to create contacts successfully via API.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I am able to retrieve email templates through API.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Email templates are currently created under Marketing &amp;gt; Email.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;When trying to send an email using the Transactional Email API endpoint, I receive a 403 error:&lt;/P&gt;&lt;P&gt;Status: error&lt;BR /&gt;Message: This app hasn't been granted all required scopes to make this call.&lt;BR /&gt;Required scope: transactional-email&lt;BR /&gt;Category: MISSING_SCOPES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;API endpoint used:&lt;/P&gt;&lt;P&gt;/marketing/transactional/2026-03/single-email/send&lt;/P&gt;&lt;P&gt;I have already added the transactional-email scope to the Private App, but the error still occurs.&lt;/P&gt;&lt;P&gt;Could you please help clarify the following?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is an additional Transactional Email add-on or entitlement required for this API?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are Sandbox / Developer Test accounts allowed to use the Transactional Email API?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Am I creating the templates in the correct location, Marketing &amp;gt; Email, or is a different setup required for transactional emails?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is my current approach correct, or is there any account-level setting missing?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please let me know the possible reason why this is failing.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Vivek Gupta&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 13:50:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issue-with-Transactional-Email-API-Missing-transactional-email/m-p/1279506#M87800</guid>
      <dc:creator>VGupta39</dc:creator>
      <dc:date>2026-05-28T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Transactional Email API – Missing transactional-email Scope</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issue-with-Transactional-Email-API-Missing-transactional-email/m-p/1279594#M87806</link>
      <description>&lt;P&gt;Hi &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/1079731"&gt;@VGupta39&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The short answer is: the transactional-email scope alone isn't enough. Your HubSpot account also needs the Transactional Email add-on enabled at the account level.&lt;BR /&gt;&lt;BR /&gt;Even if the scope is checked in your Private App settings, it can't be fully granted without that underlying entitlement, which is why you're hitting the 403 MISSING_SCOPES error despite having done everything right on the app side.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your questions directly:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Yes, the add-on is required. The Transactional Email API is gated behind the transactional email add-on. This is almost certainly the root cause here.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Sandbox accounts don't include paid add-ons by default. Standard sandbox and developer test accounts won't inherit things like the transactional email add-on. If you need to test this properly, look into using a test account; these let you simulate specific subscription tiers and add-ons without needing a live paid account.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Template type matters - Transactional emails need to be created as the Transactional email type in the HubSpot email tool, not as a standard marketing email. Once published, you pass that template's `emailId` to the send endpoint. So if you've been building them under the regular Marketing &amp;gt; Email flow without setting the type to Transactional, that's worth double-checking too.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Nothing wrong with your app setup - it sounds like you've done that part correctly. The missing piece is the account-level add-on.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;BR /&gt;&lt;BR /&gt;Cassie, Community Manager&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 18:22:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issue-with-Transactional-Email-API-Missing-transactional-email/m-p/1279594#M87806</guid>
      <dc:creator>chighsmith</dc:creator>
      <dc:date>2026-05-28T18:22:10Z</dc:date>
    </item>
  </channel>
</rss>

