<?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: Cannot set a contact's marketing status via API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/401139#M39680</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148828"&gt;@quentin_lamamy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nope. this one is read only.&lt;/P&gt;
&lt;P&gt;Workflows is the best solution now.&amp;nbsp; I brought this up recently.&amp;nbsp; &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148914"&gt;@TimMunro&lt;/a&gt; also asked &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Updating-Marketing-Contact-via-API/m-p/398320" target="_blank" rel="noopener"&gt;this&lt;/A&gt; and I suggested creating an idea for it because I agree that the API request should be able to accomplish this.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131810"&gt;@dsecareanu&lt;/a&gt; , if Tim hasn't created the idea, please do and we can get the upvotes started.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 19:27:10 GMT</pubDate>
    <dc:creator>dennisedson</dc:creator>
    <dc:date>2021-01-19T19:27:10Z</dc:date>
    <item>
      <title>Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400428#M39577</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're trying to update the contact marketing status for existing contacts in HubSpot via APi (that integrations is configured in settings to create marketing contacts) and the command we use is (integrated in a bigger sync):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "property": "hs_marketable_status",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "value": "true"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response error we get is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "validationResults": [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isValid": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "&amp;amp;quot;hs_marketable_status&amp;amp;quot; is a read only property; its value cannot be set.",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "error": "READ_ONLY_VALUE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "hs_marketable_status"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;&lt;P&gt;&amp;nbsp; "status": "error",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "message": "Property values were not valid",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "correlationId": "f11f0def-0e2a-4261-91c2-17d6cec509bb"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how we can update the marketing status on contacts via API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2021 07:09:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400428#M39577</guid>
      <dc:creator>dsecareanu</dc:creator>
      <dc:date>2021-01-16T07:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400563#M39601</link>
      <description>&lt;P&gt;&amp;nbsp;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131810"&gt;@dsecareanu&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are trying to edit an internal field, you can't edit it, you can only read it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 17:27:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400563#M39601</guid>
      <dc:creator>quentin_lamamy</dc:creator>
      <dc:date>2021-01-21T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400718#M39614</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148828"&gt;@quentin_lamamy&lt;/a&gt;&amp;nbsp;- question though: how can the marketable status pe updated for contacts except the standard configured settings (API &amp;amp; forms)?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 17:44:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400718#M39614</guid>
      <dc:creator>dsecareanu</dc:creator>
      <dc:date>2021-01-18T17:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400838#M39625</link>
      <description>&lt;P&gt;I'm not sure to understand your question&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 17:27:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400838#M39625</guid>
      <dc:creator>quentin_lamamy</dc:creator>
      <dc:date>2021-01-21T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400840#M39626</link>
      <description>&lt;P&gt;If we want to change a contact's marketable status (i.e. if it's a marketable or non-marketable contact) how do we go about it via API (if the property is read only)?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:55:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400840#M39626</guid>
      <dc:creator>dsecareanu</dc:creator>
      <dc:date>2021-01-19T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400841#M39627</link>
      <description>&lt;P&gt;You just can't edit this field&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;message": "hs_marketable_status is a read only property its value cannot be set."&lt;/LI-CODE&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt; is there something under the hood to by pass restriction (even if it seems a bad idea to edit internal field)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 08:12:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400841#M39627</guid>
      <dc:creator>quentin_lamamy</dc:creator>
      <dc:date>2021-01-19T08:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400859#M39631</link>
      <description>&lt;P&gt;I understand that the field is not editable, but contacts can be toggled into marketing or non-marketing contacts through API integrations and form submissions (there are settings that allow you to toggle which API integration or type of form submissions creates a marketable or non-marketable contact) but something is not making sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the end I figured it out going through the field description:&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;This unique identifier will be used when syncing with integration partners. Once created it can't be edited.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It seems it can be created, but it cannot be edited once created... which is a strange limitation because we have use cases in which a contact is created through an API integration as a marketing contact (or non marketing contact) and then we want to update the status of this contact through another API integration based on additional information we collect on that respective contact.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;To give a concrete example:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We use Call Tracking Metrics to create contacts from phone calls and since we do not have an email address at the time of the call, the contact is created with a &lt;A href="mailto:12345678@hubspot.com" target="_blank" rel="noopener"&gt;12345678@hubspot.com&lt;/A&gt;&amp;nbsp;temporary email address (which is, of course, non marketable to).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Once the call (handled by the sales) is done, that contact is updated in another CRM platform with a name, proper email address and other information and that data is passed to HubSpot via API by matching the phone number and updating the email and other relevant contact properties.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now we have 2 cases: the contact was junk and it doesn't get an update, so it's fine that the&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63720"&gt;@hubspot&lt;/a&gt;.com email is non marketable, but also the contact was valid and data is updated, but now it's marketing status cannot be updated because the contact has already been created by another API integration...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How can we go about this to automate this unless we use Pro and workflows (as only the upgrade from Starter seems to be the answer)? Thanks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:50:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/400859#M39631</guid>
      <dc:creator>dsecareanu</dc:creator>
      <dc:date>2021-01-21T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/401139#M39680</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148828"&gt;@quentin_lamamy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nope. this one is read only.&lt;/P&gt;
&lt;P&gt;Workflows is the best solution now.&amp;nbsp; I brought this up recently.&amp;nbsp; &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148914"&gt;@TimMunro&lt;/a&gt; also asked &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Updating-Marketing-Contact-via-API/m-p/398320" target="_blank" rel="noopener"&gt;this&lt;/A&gt; and I suggested creating an idea for it because I agree that the API request should be able to accomplish this.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131810"&gt;@dsecareanu&lt;/a&gt; , if Tim hasn't created the idea, please do and we can get the upvotes started.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 19:27:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/401139#M39680</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-01-19T19:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/401915#M39765</link>
      <description>&lt;P&gt;I've created the idea here, so please upvote it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Please-allow-marketing-contact-status-to-be-updated-via-API/idi-p/401913#M72587" target="_blank"&gt;https://community.hubspot.com/t5/HubSpot-Ideas/Please-allow-marketing-contact-status-to-be-updated-via-API/idi-p/401913#M72587&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:44:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/401915#M39765</guid>
      <dc:creator>dsecareanu</dc:creator>
      <dc:date>2021-01-21T14:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/588927#M51399</link>
      <description>&lt;P&gt;I haven't tested it but &lt;A href="https://knowledge.hubspot.com/contacts/set-contacts-as-marketing#automatically-set-contacts-as-marketing-using-workflows" target="_blank"&gt;this article&lt;/A&gt; actually said we can change that via workflow. So while indirect we can have 2 simple workflows ready. One for making marketing contact and one for making non-marketing contact. When needed, enrol the contact to that workflow and let hubspot system change it for us. Can anyone check if that's possible?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 12:31:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/588927#M51399</guid>
      <dc:creator>phena109</dc:creator>
      <dc:date>2022-03-05T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/724222#M59125</link>
      <description>&lt;P&gt;Yes, why can't we simply edit this field in a list upload?&amp;nbsp; (FYI we use a 3rd party dedupe/data hygiene tool Insycle to import lists into HubSpot so same issue there as well -- even though it lets you select Marketing Contact Status as a field and set the value, HubSpot throws the same error on upload).&amp;nbsp; HubSpot, please fix!!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 16:53:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/724222#M59125</guid>
      <dc:creator>kenshvetz</dc:creator>
      <dc:date>2022-11-29T16:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/800944#M64478</link>
      <description>&lt;P&gt;- Create a form in the HubSpot backend. Make sure it is set to create marketing contacts.&lt;BR /&gt;- Use this endpoint to submit the form&lt;BR /&gt;&lt;BR /&gt;You can use the API to trigger a form submission. Use this endpoint:&lt;BR /&gt;&lt;A href="https://api.hsforms.com/submissions/v3/integration/submit" target="_blank"&gt;https://api.hsforms.com/submissions/v3/integration/submit&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/forms_overview" target="_blank" rel="noopener"&gt;Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:46:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/800944#M64478</guid>
      <dc:creator>DavidVoigt</dc:creator>
      <dc:date>2023-05-31T07:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/985730#M74079</link>
      <description>&lt;P&gt;What works for my case is to go to Settings -&amp;gt; Account Setup -&amp;gt; Integrations -&amp;gt; Marketing Contacts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and enable my connected app to create marketing contacts. When you use the normal API, they will automatically have this checked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 15:53:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/985730#M74079</guid>
      <dc:creator>MGotfryd</dc:creator>
      <dc:date>2024-06-02T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/1257186#M87083</link>
      <description>&lt;P&gt;I have an idea but I haven't tried it yet.&amp;nbsp;&lt;BR /&gt;If we create our own Property, let's call it "My Marketing Contact", with two values TRUE and FALSE, you could have one or two workflows watching this property on contacts, and when set TRUE, the workflow can set the HS marketing contact on and when FALSE, set as a non-marketing contact.&amp;nbsp;&lt;BR /&gt;If NULL then it is left however HS sets it (via a form for instance, it might be on, via Import API, it might be off)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But if your import (via file or API, and set your new property to True or False, the workflow will kick in and do what you ask.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 14:09:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/1257186#M87083</guid>
      <dc:creator>BBiales</dc:creator>
      <dc:date>2026-03-09T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/1258011#M87115</link>
      <description>&lt;P&gt;is there any update on this?&amp;nbsp; THe only want to do this is to indirectly submit a form through API??&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 22:09:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/1258011#M87115</guid>
      <dc:creator>IFly0</dc:creator>
      <dc:date>2026-03-11T22:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set a contact's marketing status via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/1258051#M87117</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/688462"&gt;@IFly0&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for following up here!&lt;BR /&gt;&lt;BR /&gt;While it looks like this has not been a feature to be rolled out by the team, it does appear that there is a lot of support for it in this post in our Ideas Forum:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Please-allow-marketing-contact-status-to-be-updated-via-API/idi-p/401913#M72587" target="_blank"&gt;https://community.hubspot.com/t5/HubSpot-Ideas/Please-allow-marketing-contact-status-to-be-updated-via-API/idi-p/401913#M72587&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I highly recomend upvoting it and expanding on it with any other you details you'd like to add!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shane, Senior Community Moderator&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 02:15:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Cannot-set-a-contact-s-marketing-status-via-API/m-p/1258051#M87117</guid>
      <dc:creator>STierney</dc:creator>
      <dc:date>2026-03-12T02:15:45Z</dc:date>
    </item>
  </channel>
</rss>

