Skip to content
Matt Needham edited this page Sep 18, 2017 · 4 revisions

The Emails class queries and uses Pardot emails.

If you initialize with p = PardotAPI(), you access the Emails class with p.emails

Methods

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

  • send_to_email Sends an email to the prospect identified by prospect_email

  • send_to_id Sends an email to the prospect identified by prospect_id

  • send_to_lists Sends an email to the lists identified by list_ids[]

  • stats Returns the statistical data for the list email specified by list_email_id, the Pardot ID of the target email.

Clone this wiki locally