<?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: Forms Api v3 - Captcha Handling in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331282#M32067</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/126947"&gt;@Tunch&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to assist here, I'd need more information on the page, where you're seeing the error and what the error is specifically pointing to. Could you provide this so we can take a look?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2020 09:05:30 GMT</pubDate>
    <dc:creator>Willson</dc:creator>
    <dc:date>2020-04-14T09:05:30Z</dc:date>
    <item>
      <title>Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323034#M31131</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I followed the post: &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-Captcha-Handling/m-p/248803/highlight/false#M21596" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-Captcha-Handling/m-p/248803/highlight/false#M21596&lt;/A&gt; and I tried to upgrade to v3 but I still receive the reCAPTCHA error message by API&lt;/P&gt;&lt;PRE&gt;errors": [
    {
      "message": "Form '********' can't receive API submissions as Captcha (SPAM prevention) is enabled.",
      "errorType": "FORM_HAS_RECAPTCHA_ENABLED"
    }
  ],&lt;/PRE&gt;&lt;P&gt;By the previous comments, I understood the v3 works with reCAPTCHA enabled but I don't know what I wrong. Could you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL &lt;A href="https://api.hsforms.com/submissions/v3/integration/submit/:***/:***?__hstc=20629287.71fe34c9a52224ae02a4104380a6aed4.1582810910301.1582819785529.1583136559263.4&amp;amp;__hssc=20629287.1.1583136559263&amp;amp;__hsfp=3055710955" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.hsforms.com/submissions/v3/integration/submit/:***/:***&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BODY:&lt;/P&gt;&lt;PRE&gt;{
  "submittedAt": "1582798776000",
  "skipValidation": true,
  "fields": [
    {
      "name": "firstname",
      "value": "test"
    },
    {
      "name": "lastname",
      "value": "test"
    },
    {
      "name": "company",
      "value": "Test"
    },
    {
      "name": "email",
      "value": "****"
    }
  ],
  "context": {
	"hutk": "***********",
        "pageUri": "test.com",
        "pageName": "test page",
        "ipAddress": "**.**.**.**"
  }
}&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 08:58:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323034#M31131</guid>
      <dc:creator>mdare_usablenet</dc:creator>
      <dc:date>2020-03-02T08:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323042#M31133</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/122049"&gt;@mdare_usablenet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To confirm, this issue is being encountered due to the fact that &lt;CODE&gt;Captcha&lt;/CODE&gt; is enabled for the form you're attempting to pass submissions to via the API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not support the use of &lt;CODE&gt;Captcha&lt;/CODE&gt; when using the v2 or v3 endpoints. However, if you wish to use &lt;CODE&gt;Captcha&lt;/CODE&gt; services, you can have these embedded on the page itself, not using the HubSpot functionality and this will work fine as we do not process any validation for incoming data. It is only once the data has been received that we process validation and in this case return &lt;CODE&gt;400 errors&lt;/CODE&gt; with the following:&lt;/P&gt;
&lt;PRE&gt;{"status":"error","message":"The request is not valid","correlationId":"xxxx","errors":[{"message":"Form 'FORM_GUID' can't receive API submissions as Captcha (SPAM prevention) is enabled.","errorType":"FORM_HAS_RECAPTCHA_ENABLED"}],"requestId":"xxxx"}&lt;/PRE&gt;
&lt;P&gt;Also, to touch on the Forum post you linked, the Solution that is marked there does not confirm that this should work, rather it states that the v3 endpoint is more flexible in it's functionality but it would still require investigation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 09:38:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323042#M31133</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-03-02T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323314#M31188</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for the feedback, unfortunately, we cannot use the form embedded because we had to create a custom field validation to support the accessibility.&lt;/P&gt;&lt;P&gt;We disabled the Captcha and we will migrate the embedded form to API.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marco Da Re&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 08:55:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323314#M31188</guid>
      <dc:creator>mdare_usablenet</dc:creator>
      <dc:date>2020-03-03T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323318#M31189</link>
      <description>&lt;P&gt;Thanks for the update&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/122049"&gt;@mdare_usablenet&lt;/a&gt;&amp;nbsp;- I'll go ahead and flag this thread as resolved for now but feel free to get back to me should you have any issues in relation to migrating to the API.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 09:24:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/323318#M31189</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-03-03T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/329014#M31818</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I'm having an issue that's related to this.&lt;BR /&gt;&lt;BR /&gt;My issue is that I need my form to use the form API instead of the embeded one, and be able to use the follow-up email functionality. The problem is that to use the&amp;nbsp;follow-up email functionality, it's required that we have reCaptcha enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can use the follow-up email functionality and (not embeded) API forms?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 15:41:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/329014#M31818</guid>
      <dc:creator>joaobelo</dc:creator>
      <dc:date>2020-04-01T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/330709#M32005</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&amp;nbsp;We're having this same issue where we want to be able to use the follow up email function but we have it setup through the Forms API, which doesn't work when reCaptcha is enabled. We don't need to have reCaptcha enabled on the Hubspot Forms side because we have it already going on our website so it's redundant to do it twice. Why is Hubspot forcing us to use reCaptcha when we don't even need it and not allowing us to use the forms api?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 19:26:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/330709#M32005</guid>
      <dc:creator>Tunch</dc:creator>
      <dc:date>2020-04-09T19:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331282#M32067</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/126947"&gt;@Tunch&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to assist here, I'd need more information on the page, where you're seeing the error and what the error is specifically pointing to. Could you provide this so we can take a look?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 09:05:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331282#M32067</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-14T09:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331360#M32090</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the steps to replicate are:&lt;/P&gt;&lt;P&gt;- create a form on hubspot.&lt;/P&gt;&lt;P&gt;- use something like Postman to test the API (so you don't have to make an actual form to submit).&lt;/P&gt;&lt;P&gt;- if you insert the information correctly, the POST will work and a new entry will show up on the form submissions.&lt;/P&gt;&lt;P&gt;- when you have everything working, edit the form, and add a follow up email.&lt;/P&gt;&lt;P&gt;This will trigger the form to require the captcha (that can not be disabled while you have any follow up email).&lt;/P&gt;&lt;P&gt;- back to Postman, try submiting again. This will fail with an error message saying:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"status":"error","message":"The request is not valid","correlationId":"xxxxxxx-xxxxx-xxxxxxx","errors":[{"message":"Form 'xxxxxxx-xxxxxx-xxxx-xxxxxxx' can't receive API submissions as Captcha (SPAM prevention) is enabled.","errorType":"FORM_HAS_RECAPTCHA_ENABLED"}],"requestId":"xxxxxx-xxxxx-xxxxx-xxxxxx"}&lt;/PRE&gt;&lt;P&gt;This is clearly a blocker on hubspot's end. Would it be possible to make the captcha optional for API forms?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:33:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331360#M32090</guid>
      <dc:creator>joaobelo</dc:creator>
      <dc:date>2020-04-14T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331384#M32095</link>
      <description>&lt;P&gt;^Exactly what&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/125883"&gt;@joaobelo&lt;/a&gt;&amp;nbsp; said above. I would be more than happy to jump on a Zoom call and show you what is going on if you need more clarification as well&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 15:29:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331384#M32095</guid>
      <dc:creator>Tunch</dc:creator>
      <dc:date>2020-04-14T15:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331572#M32119</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/126947"&gt;@Tunch&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/125883"&gt;@joaobelo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the clarification with that, I am on the same page now.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, this issue goes back to my original point. The Forms API does not support Captcha and this is a required step in order to use our Follow-up tool for Forms within HubSpot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, it means we cannot use our Follow-up tool with the Forms API and an alternative/external option is required.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 08:54:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331572#M32119</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-15T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331642#M32131</link>
      <description>&lt;P&gt;That doesn't help unfortunately and I was hoping that you guys would be open to fixing that poor design. We should not be forced to be using Captcha when doing a follow up email, especially if we're already doing it on the front end of our website.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 14:30:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/331642#M32131</guid>
      <dc:creator>Tunch</dc:creator>
      <dc:date>2020-04-15T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/336235#M32707</link>
      <description>&lt;P&gt;We would also like to have this feature enabled. We want to use the HubSpot Form Submission API including Captcha + Follow Up Mails without having to embed the HubSpot form. +1&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 15:33:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/336235#M32707</guid>
      <dc:creator>davidsfreunde</dc:creator>
      <dc:date>2020-05-03T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/337858#M32942</link>
      <description>&lt;P&gt;+1, I was using the api to handle custom form submissions, and also want to be able to use the follow-up email functionality and this is obviously blocking that currently&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 22:40:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/337858#M32942</guid>
      <dc:creator>cellomanpierce</dc:creator>
      <dc:date>2020-05-09T22:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/339365#M33142</link>
      <description>&lt;P&gt;+1. This is weird not able to use the follow up email feature with API option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 12:48:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/339365#M33142</guid>
      <dc:creator>babajee911</dc:creator>
      <dc:date>2020-05-15T12:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/340476#M33261</link>
      <description>&lt;P&gt;+1 Please make this optional, it should be our choice to introduce more friction to forms in order to limit spam anyway, not forced by Hubspot. If not at least allow the Forms API to bypass it.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 09:42:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/340476#M33261</guid>
      <dc:creator>digivizer</dc:creator>
      <dc:date>2020-05-20T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/342477#M33494</link>
      <description>&lt;P&gt;+1 we would like to do follow-up emails via API submissions too&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 12:55:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/342477#M33494</guid>
      <dc:creator>Mubanga</dc:creator>
      <dc:date>2020-05-28T12:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/383770#M37797</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to add more security in those forms? I mean, to avoid bots submissions what is the best practice around?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 22:44:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/383770#M37797</guid>
      <dc:creator>kennethbrenes</dc:creator>
      <dc:date>2020-11-03T22:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/411413#M40751</link>
      <description>&lt;P&gt;+1 — Really there is no way to use the follow-up email from API submission? &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 17:36:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/411413#M40751</guid>
      <dc:creator>BMarini</dc:creator>
      <dc:date>2021-02-22T17:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/413361#M40944</link>
      <description>&lt;P&gt;+1 to this.&lt;BR /&gt;&lt;BR /&gt;This is also a problem we are seeing. Spent a great deal of time integrating the Form API into our site setup and when I enable a "follow up" email everything breaks because of the forced captcha.&lt;BR /&gt;&lt;BR /&gt;The form on our site is not an embedded HubSpot form, it's a custom form that pings a backend that uses the hubspot form API to submit the form submission (for conversions) in hubspot.&lt;BR /&gt;&lt;BR /&gt;Is there any way to use follow up email functionality while using the form API?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 19:18:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/413361#M40944</guid>
      <dc:creator>DavidVendia</dc:creator>
      <dc:date>2021-02-26T19:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forms Api v3 - Captcha Handling</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/413520#M40952</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/167681"&gt;@DavidVendia&lt;/a&gt;&amp;nbsp;No unfortunately there isn't.. I believe that Hubspot is forcing us to not be able to do this because they'd rather have you do a follow up email through their Automation Workflows, which however you can only do if you have their Marketing Professional package ($800/month).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's the only logical thing I can point to because this design is so bad that it makes no sense&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2021 15:09:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-Api-v3-Captcha-Handling/m-p/413520#M40952</guid>
      <dc:creator>Tunch</dc:creator>
      <dc:date>2021-02-28T15:09:57Z</dc:date>
    </item>
  </channel>
</rss>

