<?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 - Form Submit properties for multiple checkboxes in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/1058978#M77609</link>
    <description>&lt;P&gt;I reviewed the UI for a contact property, selected multiple options for a checkbox property, and performed a GET request to inspect the &lt;A href="https://honistapro.net/" target="_blank" rel="noopener"&gt;format&lt;/A&gt;. Over the next few days, I will be updating the documentation to include examples based on this process.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 06:50:29 GMT</pubDate>
    <dc:creator>KLewis28</dc:creator>
    <dc:date>2024-10-23T06:50:29Z</dc:date>
    <item>
      <title>API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238274#M17170</link>
      <description>&lt;P&gt;I am having a problem figuring out how to format the data for submitting a multiple checkbox property.&lt;/P&gt;
&lt;P&gt;I have tried every combination of any values and keys I could think of.&lt;/P&gt;
&lt;P&gt;What would make sense to me is something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;{
  "property_name":  ["internal_value1", "internal_value2"]
};
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or even&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;{
  "property_name": [
    {"internal_value1": true},
    {"internal_value2": true}
  ]
};
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Anybody know the magical phrase to unlock the special secrets?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 21:58:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238274#M17170</guid>
      <dc:creator>ryanwinchester</dc:creator>
      <dc:date>2016-07-14T21:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238275#M17171</link>
      <description>&lt;P&gt;Hey &lt;A class="mention" href="https://community.hubspot.com/u/ryanwinchester"&gt;@ryanwinchester&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;You can send the selected options as strings with each option separated by a semi-colon.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;{
"property_name":"internal_value1;internal_value2"
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;
Zack&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 22:37:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238275#M17171</guid>
      <dc:creator>zwolfson</dc:creator>
      <dc:date>2016-07-14T22:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238276#M17172</link>
      <description>&lt;P&gt;Thanks, that worked!&lt;/P&gt;
&lt;P&gt;Where did you find this info?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 22:38:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238276#M17172</guid>
      <dc:creator>ryanwinchester</dc:creator>
      <dc:date>2016-07-14T22:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238277#M17173</link>
      <description>&lt;P&gt;I went into the UI for a contact property, checked multiple options for a checkbox property, then did a GET for that contact and looked at the format.  I’m going to be updating the documentation over the next few days to provide some examples of this.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 23:02:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238277#M17173</guid>
      <dc:creator>zwolfson</dc:creator>
      <dc:date>2016-07-14T23:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238278#M17174</link>
      <description>&lt;P&gt;I’m starting the process of compiling “gotchas” &lt;A href="https://github.com/ryanwinchester/hubspot-php/wiki/Forms" rel="nofollow noopener"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 23:46:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238278#M17174</guid>
      <dc:creator>ryanwinchester</dc:creator>
      <dc:date>2016-07-14T23:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238279#M17175</link>
      <description>&lt;P&gt;Unfortunately, this doesn't work any longer. I also couldn't find any documentation of this apart from this thread. Any ideas how to make it work?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 17:55:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238279#M17175</guid>
      <dc:creator>joewalsh</dc:creator>
      <dc:date>2018-03-03T17:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238280#M17176</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/joe_walsh"&gt;@joe_walsh&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Semicolon-separated values are still working for me.  They are documented in our FAQs section here: &lt;A href="https://developers.hubspot.com/docs/faq/how-do-i-set-multiple-values-for-checkbox-properties"&gt;https://developers.hubspot.com/docs/faq/how-do-i-set-multiple-values-for-checkbox-properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If that doesn't get you going, feel free to post the POST body you are sending into HubSpot so I can help in more detail.&lt;/P&gt;
&lt;P&gt;-Zack&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 14:56:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238280#M17176</guid>
      <dc:creator>zwolfson</dc:creator>
      <dc:date>2018-03-05T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238281#M17177</link>
      <description>&lt;P&gt;Hi Zack,&lt;/P&gt;
&lt;P&gt;Thanks for your response. While this does work when you update a contact directly (I can confirm as well), it doesn't work for what this discussion thread is about: Sending multi-checkbox values through the Forms API.&lt;/P&gt;
&lt;P&gt;Can you give it a try and let me know if sending multiple values through the Forms API works for you?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 16:13:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238281#M17177</guid>
      <dc:creator>joewalsh</dc:creator>
      <dc:date>2018-03-05T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238282#M17178</link>
      <description>&lt;P&gt;Hey &lt;A class="mention" href="https://community.hubspot.com/u/joe_walsh"&gt;@joe_walsh&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Sorry about that, I should have clarified that I did use the Forms API. Here is a screesnhot of what I sent in via Postman&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;A class="lightbox" href="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/4/4e902864f390c9d620aa693058837371f7b9b362.png" data-download-href="/legacyfs/online/uploads/default/4e902864f390c9d620aa693058837371f7b9b362" title="image.png"&gt;&lt;IMG src="https://community.hubspot.com/legacyfs/online/uploads/default/optimized/2X/4/4e902864f390c9d620aa693058837371f7b9b362_1_690x213.png" alt="image" width="690" height="213" /&gt;&lt;DIV class="meta"&gt;
&lt;SPAN class="filename"&gt;image.png&lt;/SPAN&gt;&lt;SPAN class="informations"&gt;934x289 25.2 KB&lt;/SPAN&gt;&lt;SPAN class="expand"&gt;&lt;/SPAN&gt;
&lt;/DIV&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Let me know if that doesn't work for you for some reason.&lt;/P&gt;
&lt;P&gt;-Zack&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 18:11:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/238282#M17178</guid>
      <dc:creator>zwolfson</dc:creator>
      <dc:date>2018-03-05T18:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/713189#M58373</link>
      <description>&lt;P&gt;After trying different combinations, I eventually got it right by adding a space after the semi-colon.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 10:45:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/713189#M58373</guid>
      <dc:creator>Qiniso</dc:creator>
      <dc:date>2022-11-02T10:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: API - Form Submit properties for multiple checkboxes</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/1058978#M77609</link>
      <description>&lt;P&gt;I reviewed the UI for a contact property, selected multiple options for a checkbox property, and performed a GET request to inspect the &lt;A href="https://honistapro.net/" target="_blank" rel="noopener"&gt;format&lt;/A&gt;. Over the next few days, I will be updating the documentation to include examples based on this process.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 06:50:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Form-Submit-properties-for-multiple-checkboxes/m-p/1058978#M77609</guid>
      <dc:creator>KLewis28</dc:creator>
      <dc:date>2024-10-23T06:50:29Z</dc:date>
    </item>
  </channel>
</rss>

