-
Notifications
You must be signed in to change notification settings - Fork 38
Prospect Accounts
The Prospect Accounts class queries and uses Pardot prospect accounts.
If you initialize with p = PardotAPI(), you access the Accounts class with p.prospectaccounts
-
assign Assigns the prospect account to a user specified by user_id. ID the Pardot ID of the target prospect account.
-
create Creates a new prospect account.
-
describe Returns the field metadata for prospect accounts, explaining what fields are available, their types, whether they are required, and their options (for dropdowns, radio buttons, etc).
-
query Returns the prospect accounts matching the specified criteria parameters.
-
read Returns the data for the prospect account specified by id, the Pardot ID of the target prospect account.
-
update Updates the data for the prospect account specified by id, the Pardot ID of the target prospect account.