pardot_prospects: Retrieve Pardot Prospects

Description Usage Arguments Value Examples

View source: R/pardot_prospects.R

Description

Make a call to the Pardot API and return the prospects matching the specified criteria parameters.

Usage

1
pardot_prospects(..., verbose = 0)

Arguments

...

Comma separated list of parameter name and parameter value pairs. Parameter names are not quoted. Allowed parameter names are assigned, assigned_to_user, created_after, created_before, deleted, grade_equal_to, grade_greater_than, grade_less_than, id_greater_than, id_less_than, is_starred, last_activity_before, last_activity_after, last_activity_never, list_id, new, score_equal_to, score_greater_than, score_less_than, updated_after, updated_before.

verbose

Verbose output. See pardot_client().

Value

A data frame. See http://developer.pardot.com/kb/object-field-references/#prospect.

Examples

1
2
3
4
5
## Not run: 
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_prospects()
df <- pardot_prospects(created_after = 'today')
## End(Not run)

jmurray0568/pardot4 documentation built on May 27, 2019, 2 a.m.