pardot_email: Retrieve Pardot Email

Description Usage Arguments Value Examples

View source: R/pardot_email.R

Description

Make a call to the Pardot API and return the data for the specified email.

Usage

1
pardot_email(list_email_id, verbose = 0, ...)

Arguments

list_email_id

The Pardot ID of the target email.

verbose

Verbose output. See pardot_client().

...

Comma separated list of parameter name and parameter value pairs. Parameter names are not quoted. Allowed parameter names are include_message.

Value

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

Examples

1
2
3
4
## Not run: 
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_emaildata(email_id = 747447245)
## End(Not run)

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