Description Usage Arguments Details Value Examples
Retrieve raw and tidy results from the contact properties endpoint.
1 2 3 4 5 6 7 8 9 | hs_contact_properties_raw(
token_path = hubspot_token_get(),
apikey = hubspot_key_get()
)
hs_contact_properties_tidy(
contact_properties = hs_contact_properties_raw(),
view = "names"
)
|
token_path |
Path to OAuth 2.0 token.
See |
apikey |
API key to work with Hubspot (only used if |
contact_properties |
Company properties as returned by |
view |
A view (see Details) |
Required scope(s) of the OAuth token: contacts.
Different view
values and associated output.
"names": A character vector of the names of available contact properties.
List of contact properties (hs_contact_properties_raw()
)
Something tidy (hs_contact_properties_tidy()
)
1 2 | properties <- hs_contact_properties_raw()
property_names <- hs_contact_properties_tidy(properties, view = "names")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.