We have a use case where we need to get the contact properties which are email type and phone number type. We couldn’t find any way to differentiate email and phone type contact properties from the fetched contact properties using the api GET /properties/v1/contacts/properties. Can you please help if there is any way to achieve this.
And also in our use case, we need to identify the custom properties from all the fetched contact properties using the above api. We have used ‘hubspotDefined’ parameter which is true if not a custom property and null if it is a custom property. Is there any other way to identify the custom properties from the fetched contact properties.
Also we have a custom app designed, where we have configured webhooks for a contact’s custom property change, but when we have updated that contact’s custom property, we aren’t getting any call to the webhook route defined with the custom property change. Can anyone please help us in this if we are missing anything.
Use the internal name of the property that you want to fetch. By using Internal Name you get the exact property that you want. For Custom property use the Internal name of the property as well. You can use webhook in the workflow. The trigger criteria for the workflow should be the property value change. If you still have any problem please share your code.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!