I’m working with the App extension for HubSpot.
My goal is to create a table with all the data I need to create a property and run it through the app extension to create the property. (en masse)
I’ve managed to get it to create the property on testing, but it doesn’t use the info I put into the test fields. I know it’s because the body i have put in isn’t done correctly… Here is the body:
{
"groupName": "contact_activity",
"name":"system_a_unique",
"label": "Unique ID for System A",
"hasUniqueValue": true,
"type": "string",
"fieldType": "text"
}
The values on the right are the ones that end up being inputted and the ones on the left are the keys. What do I need to do to make the values on the right equal the input values in my test
Question
How do I map input values to property creation parameters in the HubSpot App Extension?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.







