- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to assign multiple values to a multiple checkboxes property using contact's create or update api
SOLVEApr 20, 2020 7:18 AM
I am using contact's create or update API to update the information of a contact. Also, I have created a custom property which is a multiple checkboxes property. I want to assign multiple values to this field using API. How I can achieve that?
Example:
custom property name: abc_xyz
values: pqr, efg, uvw, etc.
Lets say I want to assign pqr, uvw to property abc_xyz.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Apr 20, 2020 7:46 AM
Hey @pritamgb
You can send the selected options as strings with each option separated by a semi-colon.
{
"property_name":"internal_value1;internal_value2"
}
This would then update to show multiple values per the multi-checkbox selection.
I hope this helps!
HubSpot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content