-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to import all emails and activities? #22
Comments
Hi @iritg1 there is no API route to get all sent list emails. What I would recommend is to export your sent emails as a csv file, then read that in and query individual emails based on their Id. |
Thank you. |
None that I am aware of, unfortunately. |
Is there any difference between visitor activities when applying the 'email_only' filter to email activities? |
We should be able to get all the emails sent by doing a Visitor Activity of type 6 - sent, 1 - click, 2 view. http://developer.pardot.com/kb/object-field-references/#visitor-activity (scroll down a bit for the secret decoder ring) We have a brand new Visitor Activity Bulk Export method in the API http://developer.pardot.com/kb/api-version-4/export/ which I am working on writing a method for in this library (unless somebody beats me to it) |
Using PyPardot version 4 to pull emails and activities (click, open, send ect.)
Looking for an example of pulling all emails and their activities.
The text was updated successfully, but these errors were encountered: