-
Notifications
You must be signed in to change notification settings - Fork 38
Emails
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
-
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.