Skip to content

Prospect Accounts

Matt Needham edited this page Aug 15, 2017 · 2 revisions

The Prospect Accounts class queries and uses Pardot prospect accounts.

If you initialize with p = PardotAPI(), you access the Accounts class with p.prospectaccounts

Methods

  • 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.

Clone this wiki locally