-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support Pardot API v4 #3
Comments
Hi @sminnee! Thanks for bringing that to my attention. Would you be willing to help? |
I've been able to make use of this library using version 4 just by changing the version property in the |
The v4 api is mostly the same as far as I can see. The big difference is that multiple prospects can have the same email address so you can no longer use that as a primary key. E.g you can no longer assign visitors to prospects by email address. |
@hglattergotz ive only just started an integration using pardot so will let you know how I go. This PR looks fine especially since you can pass the version to the constructor right? @sminnee @davejtoews you should be able to pass version in as a parameter when you instantiate |
Any chance of getting a release for this change? I'm using dev-master in composer to get v4 to work, but would prefer to not have to use that. |
Pardot now has a v4 API, and new accounts don't seem to work with the v3 API. It would be great if the v4 API was supported by this package.
The text was updated successfully, but these errors were encountered: