-
Notifications
You must be signed in to change notification settings - Fork 38
Custom Fields
Matt Needham edited this page Aug 15, 2017
·
3 revisions
The Custom Fields class queries and uses Pardot custom fields.
If you initialize with p = PardotAPI(), you access the Accounts class with p.customfields
-
create Creates a new custom field using the specified data
-
delete Deletes the custom field specified by id. Returns HTTP 204 No Content on success.
-
query Returns the custom fields matching the specified criteria parameters
-
read Returns the data for the custom field specified by id>, the Pardot ID of the target custom field.
-
update Updates the provided data for the custom field specified by id, the Pardot ID of the custom field.