contact-properties: Contact properties endpoint (raw and tidy)

Description Usage Arguments Details Value Examples

Description

Retrieve raw and tidy results from the contact properties endpoint.

Usage

1
2
3
4
5
6
7
8
9

Arguments

token_path

Path to OAuth 2.0 token. See hubspot_token_create().

apikey

API key to work with Hubspot (only used if token_path is NULL). See hubspot_key_set().

contact_properties

Company properties as returned by hs_contact_properties_raw()

view

A view (see Details)

Details

Required scope(s) of the OAuth token: contacts.

Different view values and associated output.

Value

List of contact properties (hs_contact_properties_raw())

Something tidy (hs_contact_properties_tidy())

Examples

1
2
properties <- hs_contact_properties_raw()
property_names <- hs_contact_properties_tidy(properties, view = "names")

lockedata/hubspot documentation built on March 1, 2020, 8:54 p.m.