<?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: Can't unblock Custom Workflow Action in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860005#M67971</link>
    <description>&lt;P&gt;Sad to hear &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know if you find a solution. Maybe then my last two days worths of work wont go to waste...&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 09:46:36 GMT</pubDate>
    <dc:creator>PhilipW</dc:creator>
    <dc:date>2023-10-05T09:46:36Z</dc:date>
    <item>
      <title>Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/855978#M67764</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P data-unlink="true"&gt;I'm trying to use custom workflow action block feature and have an issue. According to &lt;A href="https://developers.hubspot.com/docs/api/automation/custom-workflow-actions#blocking-action-execution" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt;, there is&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "outputFields": {
        "hs_execution_state": "BLOCK"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;in my response in action.&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;Execution is succesfully blocked and&amp;nbsp; then I'm trying to unblock it with API endpoint&lt;/SPAN&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;A href="https://api.hubspot.com/automation/v4/actions/callbacks/complete" target="_blank" rel="noopener"&gt;https://api.hubspot.com/automation/v4/actions/callbacks/complete&lt;/A&gt;&lt;/STRONG&gt;&lt;DIV&gt;&lt;SPAN&gt;payload:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "inputs": [
        {
            "outputFields": {
                "hs_execution_state": "SUCCESS"
            },
            "callbackId": "ap-8642616-737382573577-1-0"
        }
    ]
}&lt;/LI-CODE&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It returns 204 code, but object is still in status "waiting" in Action. Callback ID is absolutely correct, checked it several times. What I'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 10:44:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/855978#M67764</guid>
      <dc:creator>YGubkin</dc:creator>
      <dc:date>2023-09-27T10:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859939#M67963</link>
      <description>&lt;P&gt;I do not have any answer for you. Just want to point out that I have the same issue. It is not a simple delay either since I have waited ~20 hours since the requests with no result.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 07:59:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859939#M67963</guid>
      <dc:creator>PhilipW</dc:creator>
      <dc:date>2023-10-05T07:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859953#M67965</link>
      <description>&lt;P&gt;The blocking seems to be completely broken. It does not seem to use the time specified in the `hs_expiration_duration` field. Not even their own example with the value "P1WT1H" is working. It always use the default expiration time of 1 week (P1W).&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 08:35:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859953#M67965</guid>
      <dc:creator>PhilipW</dc:creator>
      <dc:date>2023-10-05T08:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859989#M67967</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/553512"&gt;@PhilipW&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;The blocking seems to be completely broken.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, exactly. Do you know how to escalate it to the product dev team? Support answered me that such issues are out of their scope&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I will try to create an issue in the Hubspot github rep.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:29:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859989#M67967</guid>
      <dc:creator>YGubkin</dc:creator>
      <dc:date>2023-10-05T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859996#M67968</link>
      <description>&lt;P&gt;Ask them to contact the dev team.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 08:56:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/859996#M67968</guid>
      <dc:creator>PhilipW</dc:creator>
      <dc:date>2023-10-10T08:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860000#M67969</link>
      <description>&lt;P&gt;There is a slack channel. But as you can see from my latest post there, you can't expect to get any answers: &lt;A href="https://hubspotdev.slack.com/archives/C019VT42R8X/p1695978625443689" target="_blank"&gt;https://hubspotdev.slack.com/archives/C019VT42R8X/p1695978625443689&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:39:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860000#M67969</guid>
      <dc:creator>PhilipW</dc:creator>
      <dc:date>2023-10-05T09:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860003#M67970</link>
      <description>&lt;P&gt;I have already asked Support to contact devs, but my request was declined (&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:42:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860003#M67970</guid>
      <dc:creator>YGubkin</dc:creator>
      <dc:date>2023-10-05T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860005#M67971</link>
      <description>&lt;P&gt;Sad to hear &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know if you find a solution. Maybe then my last two days worths of work wont go to waste...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:46:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860005#M67971</guid>
      <dc:creator>PhilipW</dc:creator>
      <dc:date>2023-10-05T09:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860032#M67972</link>
      <description>&lt;P&gt;Yeah, I found another post about this issue:&lt;BR /&gt;&lt;A href="https://hubspotdev.slack.com/archives/C019VT42R8X/p1663433308098999" target="_blank" rel="noopener"&gt;https://hubspotdev.slack.com/archives/C019VT42R8X/p1663433308098999&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And there is mine:&lt;/P&gt;&lt;P&gt;&lt;A href="https://hubspotdev.slack.com/archives/C2YHAHB6K/p1695814404035469" target="_blank" rel="noopener"&gt;https://hubspotdev.slack.com/archives/C2YHAHB6K/p1695814404035469&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 11:13:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/860032#M67972</guid>
      <dc:creator>YGubkin</dc:creator>
      <dc:date>2023-10-05T11:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/876592#M68917</link>
      <description>&lt;P&gt;For anyone looking for an answer, I have been able to solve this with help from HubSpot support:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. If you are in Europe, use the api with base url &lt;SPAN&gt;&lt;A href="https://api-eu1.hubspot.com" target="_blank"&gt;https://api-eu1.hubspot.com&lt;/A&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Add search queries for appId and portalId: (?appId=&amp;lt;Your appId&amp;gt;&amp;amp;portalId=&amp;lt;Your portalId&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Make sure you use correct authentication (I was using my private app for authentication, which apparently was not ok since the private app creates a separate portalId from the portal where the workflow is created). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/356016"&gt;@YGubkin&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 13:00:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/876592#M68917</guid>
      <dc:creator>PhilipW</dc:creator>
      <dc:date>2023-11-08T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't unblock Custom Workflow Action</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/912019#M70605</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I have tried it - and found another possible reason why you can't unblock action.&lt;/P&gt;&lt;P&gt;Required scope for this request - &lt;STRONG&gt;automation&amp;nbsp;&lt;/STRONG&gt;and this scope is available only with &lt;STRONG&gt;Marketing Hub Pro&lt;/STRONG&gt; and higher plan.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 10:20:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Can-t-unblock-Custom-Workflow-Action/m-p/912019#M70605</guid>
      <dc:creator>YGubkin</dc:creator>
      <dc:date>2024-01-26T10:20:30Z</dc:date>
    </item>
  </channel>
</rss>

