Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about properties endpoint support #72

Open
asilverstein opened this issue May 2, 2021 · 4 comments
Open

Question about properties endpoint support #72

asilverstein opened this issue May 2, 2021 · 4 comments
Labels

Comments

@asilverstein
Copy link

Greetings! Just a quick question: Does this project support the HubSpot properties API? I'm referring to this in particular: https://developers.hubspot.com/docs/api/crm/properties#endpoint?spec=POST-/crm/v3/properties/%7BobjectType%7D/groups

@nover
Copy link
Contributor

nover commented May 2, 2021

Hi there!

Yes the library has full support for standard and custom properties in your HubSpot account, the best place to start is the readme which contains a few examples of how you construct your DTOs and consume custom props :)

https://github.com/skarpdev/dotnetcore-hubspot-client#contact

If this is not what you are referring to, please let me know and perhaps extend your question a bit.

@nover nover added the question label May 2, 2021
@asilverstein
Copy link
Author

Hi Nicklas,

Actually I was referring to the Properties API, which allows one to manage the properties in HubSpot themselves. For example, we have a "Language Fluency" contact property to track the languages a contact is fluent in. The properties API allows us to add or remove values from the options available to select -- defined in HubSpot as a "multiple checkboxes" property.

@nover
Copy link
Contributor

nover commented May 5, 2021

Hi Alex,

Thanks for clarifying, no, this library does not currently support that part of the HubSpot API yet.
If you're up for it, I will happily accept a PR :)

@LeeStevens318
Copy link
Collaborator

I'm working on this now, looks like each object type, may have it's own property endpoint. I've submitted a PR for Company Properties #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants