pardot_email_template: Retrieve Pardot Email Template

Description Usage Arguments Value Examples

View source: R/pardot_email_template.R

Description

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

Usage

1
pardot_email_template(email_template_id, verbose = 0)

Arguments

email_template_id

The Pardot ID of the target email template.

verbose

Verbose output. See pardot_client().

Value

A data frame.

Examples

1
2
3
4
## Not run: 
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_email_template(email_template_id = 21918)
## End(Not run)

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