Email Templates - mneedham91/PyPardot4 GitHub Wiki

The Email Templates class queries and uses Pardot email templates.

If you initialize with p = PardotAPI(), you access the Accounts class with p.emailtemplates

Methods

  • listOneToOne Returns a list of email templates which are enabled for use in one to one emails.

  • read Returns the data for the email template specified by id, the Pardot ID of the target email template.