<?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: API error on creating Ticket in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/535319#M49136</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/288720"&gt;@SDijkstra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I tried it with Postman I've an error that the&amp;nbsp;&lt;SPAN&gt;hs_pipeline_stage&lt;/SPAN&gt; is not valid.&lt;/P&gt;&lt;P&gt;I changed the payload a bit, and now it's working for me:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$properties = [
    "hs_pipeline" =&amp;gt; "0",
    "hs_pipeline_stage" =&amp;gt; "1",
    "hs_ticket_priority" =&amp;gt; "HIGH",
    "hubspot_owner_id" =&amp;gt; "",
    "subject" =&amp;gt; "Example Ticket",
    "content" =&amp;gt; "I am creating a new ticket" 
];&lt;/LI-CODE&gt;&lt;P&gt;I tink Hubspot is expecting a pipeline ID and and Pipeline Stage ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Ronald&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 08:54:16 GMT</pubDate>
    <dc:creator>RMones</dc:creator>
    <dc:date>2021-12-02T08:54:16Z</dc:date>
    <item>
      <title>API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/534120#M49100</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the PHP API and I am trying to create a new ticket with the API, but I am getting the following error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception when calling basic_api-&amp;gt;create: [400] Client error: `POST &lt;A href="https://api.hubapi.com/crm/v3/objects/tickets?hapikey=XXX" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/tickets?hapikey=XXX&lt;/A&gt;` resulted in a `400 Bad Request` response: {"status":"error","message":"Error creating TICKET. Some required properties were not set.","correlationId":"a0136598-f (truncated...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/tickets#anchor-post-/crm/v3/objects/tickets" target="_blank"&gt;https://developers.hubspot.com/docs/api/crm/tickets#anchor-post-/crm/v3/objects/tickets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I remove the API-key, but the API connection is valid, but I am getting the error above when I am trying to add a ticket.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use this properties:&amp;nbsp;&lt;/P&gt;&lt;P&gt;$properties = [&lt;BR /&gt;"hs_pipeline" =&amp;gt; "support_pipeline",&lt;BR /&gt;"hs_pipeline_stage" =&amp;gt; "open",&lt;BR /&gt;"hs_ticket_priority" =&amp;gt; "HIGH",&lt;BR /&gt;"hubspot_owner_id" =&amp;gt; "",&lt;BR /&gt;"subject" =&amp;gt; "Example Ticket",&lt;BR /&gt;"content" =&amp;gt; "I am creating a new ticket"&lt;BR /&gt;];&lt;BR /&gt;$SimplePublicObjectInput = new SimplePublicObjectInput(['properties' =&amp;gt; $properties]);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there somethin I am missing, because I've copy pasted the code from the documentation but still getting an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope somebody van help me, thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 14:49:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/534120#M49100</guid>
      <dc:creator>SDijkstra</dc:creator>
      <dc:date>2021-11-30T14:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/534679#M49101</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/288720"&gt;@SDijkstra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to tag some of our experts on this -&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/20405"&gt;@himanshurauthan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/166093"&gt;@miljkovicmisa&lt;/a&gt;&amp;nbsp;do you know what could be happening here?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Tiphaine&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 11:12:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/534679#M49101</guid>
      <dc:creator>TitiCuisset</dc:creator>
      <dc:date>2021-12-01T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/535296#M49133</link>
      <description>&lt;P&gt;Hi&amp;nbsp;TiphaineCuisset,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for that! I can add some additional information, which I am seeing in the Hubspot account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HEADER:&lt;/P&gt;&lt;P&gt;User-Agent: hubspot-api-client-php; 4.0.0&lt;BR /&gt;CDN-Loop: cloudflare; subreqs=1&lt;BR /&gt;Accept-Encoding: gzip&lt;BR /&gt;CF-Connecting-IP: 2a03:9700:8000:0:eea5:488:e1b0:3e89&lt;BR /&gt;True-Client-IP: 2a03:9700:8000:0:eea5:488:e1b0:3e89&lt;BR /&gt;X-HubSpot-Trace: 32d4e945fa005303f90bab821fe430bc&lt;BR /&gt;X-HubSpot-Correlation-Id: f3c497e6-f545-42ae-b143-0f665a97fa7b&lt;BR /&gt;X-HS-Internal-Request: 1&lt;BR /&gt;Content-Length: 2&lt;BR /&gt;X-Real-IP: 2a03:9700:8000:0:eea5:488:e1b0:3e89&lt;BR /&gt;Content-Type: application/json&lt;BR /&gt;cf-worker: hubapi.com&lt;BR /&gt;CF-IPCountry: NL&lt;BR /&gt;CF-RAY: 6b65160a543e1e9d-EWR&lt;BR /&gt;Accept: application/json&lt;BR /&gt;X-Forwarded-Proto: https&lt;BR /&gt;Connection: close&lt;BR /&gt;X-Request-Start: 1638285902.527&lt;BR /&gt;X-HS-Internal-User-Request: 0&lt;BR /&gt;Host: api.hubapi.com&lt;BR /&gt;CF-Visitor: {&amp;amp;quot;scheme&amp;amp;quot;:&amp;amp;quot;https&amp;amp;quot;}&lt;BR /&gt;X-HS-User-Request: 0&lt;BR /&gt;CF-EW-Via: 15&lt;BR /&gt;X-Forwarded-Port: 443&lt;BR /&gt;X-Amzn-Trace-Id: Root=1-61a6424e-3c36ab055f89bb9d53299ecf&lt;BR /&gt;X-Forwarded-For: 2a03:9700:8000:0:eea5:488:e1b0:3e89, 172.70.114.52, 2a03:9700:8000:0:eea5:488:e1b0:3e89&lt;BR /&gt;X-Scheme: https&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X-HubSpot-RateLimit-Remaining: 96&lt;BR /&gt;X-HubSpot-RateLimit-Max: 100&lt;BR /&gt;X-HubSpot-RateLimit-Daily: 250000&lt;BR /&gt;X-HubSpot-RateLimit-Daily-Remaining: 249903&lt;BR /&gt;X-HubSpot-RateLimit-Interval-Milliseconds: 10000&lt;BR /&gt;X-HubSpot-RateLimit-Secondly: 10&lt;BR /&gt;X-HubSpot-RateLimit-Secondly-Remaining: 9&lt;BR /&gt;Content-Type: {&amp;amp;quot;type&amp;amp;quot;:&amp;amp;quot;application&amp;amp;quot;,&amp;amp;quot;subtype&amp;amp;quot;:&amp;amp;quot;json&amp;amp;quot;,&amp;amp;quot;parameters&amp;amp;quot;:{&amp;amp;quot;charset&amp;amp;quot;:&amp;amp;quot;UTF-8&amp;amp;quot;},&amp;amp;quot;wildcardType&amp;amp;quot;:false,&amp;amp;quot;wildcardSubtype&amp;amp;quot;:false}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TEXT:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "Error creating TICKET. Some required properties were not set.",&lt;BR /&gt;"correlationId": "f3c497e6-f545-42ae-b143-0f665a97fa7b",&lt;BR /&gt;"context": {&lt;BR /&gt;"properties": [&lt;BR /&gt;"hs_pipeline_stage"&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"category": "VALIDATION_ERROR"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RESPONSE:&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 07:50:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/535296#M49133</guid>
      <dc:creator>SDijkstra</dc:creator>
      <dc:date>2021-12-02T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/535319#M49136</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/288720"&gt;@SDijkstra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I tried it with Postman I've an error that the&amp;nbsp;&lt;SPAN&gt;hs_pipeline_stage&lt;/SPAN&gt; is not valid.&lt;/P&gt;&lt;P&gt;I changed the payload a bit, and now it's working for me:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$properties = [
    "hs_pipeline" =&amp;gt; "0",
    "hs_pipeline_stage" =&amp;gt; "1",
    "hs_ticket_priority" =&amp;gt; "HIGH",
    "hubspot_owner_id" =&amp;gt; "",
    "subject" =&amp;gt; "Example Ticket",
    "content" =&amp;gt; "I am creating a new ticket" 
];&lt;/LI-CODE&gt;&lt;P&gt;I tink Hubspot is expecting a pipeline ID and and Pipeline Stage ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Ronald&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 08:54:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/535319#M49136</guid>
      <dc:creator>RMones</dc:creator>
      <dc:date>2021-12-02T08:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537846#M49257</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/288720"&gt;@SDijkstra&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have checked and found that the properties values that you are sending are not correct. Please send the id of the pipeline and pipeline stage instead name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$properties = [

  "hs_pipeline" =&amp;gt; "0",

  "hs_pipeline_stage" =&amp;gt; "1",

  "hs_ticket_priority" =&amp;gt; "HIGH",

  "hubspot_owner_id" =&amp;gt; "",

  "subject" =&amp;gt; "Example Ticket",

  "content" =&amp;gt; "I am creating a new ticket"

];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tested with the above array and got the 201 success code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 07:45:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537846#M49257</guid>
      <dc:creator>himanshurauthan</dc:creator>
      <dc:date>2021-12-07T07:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537852#M49259</link>
      <description>&lt;P&gt;Hi both,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks voor your replies, a colleague of mine is working on it further. I will pass on your tips!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:04:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537852#M49259</guid>
      <dc:creator>SDijkstra</dc:creator>
      <dc:date>2021-12-07T08:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537888#M49262</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/20405"&gt;@himanshurauthan&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/154476"&gt;@RMones&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;I have implemented all parameters to the following result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pastebin.com/Ti2TAt0W" target="_blank" rel="noopener"&gt;https://pastebin.com/Ti2TAt0W&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nevertheless the error doesn't change.&lt;/P&gt;&lt;P&gt;When I look at the received request somehow the body seems empty, I tried using the api docs interface with our API and that does create the body. Can dependencies/phpversions etc. be blocking the actual sending of the content body?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lfCoCd3" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/55179iDDDAB3007FB5321F/image-size/large?v=v2&amp;amp;px=999" role="button" title="lfCoCd3" alt="lfCoCd3" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;VS&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lfCoCd3" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/55181iD95B75D38B1857D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="lfCoCd3" alt="lfCoCd3" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FLXRD6w[1].png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/55182i00A3C13E3F8E81F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="FLXRD6w[1].png" alt="FLXRD6w[1].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hoping to get some insights, will try and send a clean CURL with all the parameters as well to verify this might be the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 09:12:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537888#M49262</guid>
      <dc:creator>DdeGraaf</dc:creator>
      <dc:date>2021-12-07T09:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537895#M49263</link>
      <description>&lt;P&gt;I just tried a plain CURL request with the same full body and it fires correctly and creates the ticket.&lt;/P&gt;&lt;P&gt;Something in the library/dependencies/configuration/versioning seems to be creating the empty body.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Since both me and my collegue have the same exact issue would suggest there is a broader problem than just a single configuration right? We have tried it from atleast 3 machines and a server. All same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 09:31:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/537895#M49263</guid>
      <dc:creator>DdeGraaf</dc:creator>
      <dc:date>2021-12-07T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/544963#M49589</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/288720"&gt;@SDijkstra&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using the API docs interface and ticket created on my portal and I used the following parameter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$properties = [

  "hs_pipeline" =&amp;gt; "0",

  "hs_pipeline_stage" =&amp;gt; "1",

  "hs_ticket_priority" =&amp;gt; "HIGH",

  "hubspot_owner_id" =&amp;gt; "",

  "subject" =&amp;gt; "Example Ticket",

  "content" =&amp;gt; "I am creating a new ticket"

];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I changed the &lt;STRONG&gt;hs_pipeline code&lt;/STRONG&gt; instead of the&amp;nbsp;&lt;STRONG&gt;hs_pipeline&lt;/STRONG&gt; name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please change the hs_pipeline and hs_pipeline_stage with their codes instead of their name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 14:22:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/544963#M49589</guid>
      <dc:creator>himanshurauthan</dc:creator>
      <dc:date>2021-12-20T14:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/634493#M53282</link>
      <description>&lt;P&gt;The answers given above are incorrect.&amp;nbsp; The problem is that the SDK's sanitization routine is bugged so it's stripping the request of all its POST fields before it sends the create request, meaning the SDK cannot be used to create a ticket at this time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've posted an issue to their GitHub; we'll see if they can fix it soon.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 21:13:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/634493#M53282</guid>
      <dc:creator>theferrett</dc:creator>
      <dc:date>2022-05-17T21:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: API error on creating Ticket</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/750229#M61022</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I woudl like to know if you were able to solve this issue..&lt;/P&gt;&lt;P&gt;I'm having the same problem and I haven't the solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me with this?&amp;nbsp; I will appreciate it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 19:07:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-error-on-creating-Ticket/m-p/750229#M61022</guid>
      <dc:creator>FRenteria</dc:creator>
      <dc:date>2023-02-01T19:07:51Z</dc:date>
    </item>
  </channel>
</rss>

