Custom Fields - mneedham91/PyPardot4 GitHub Wiki
The Custom Fields class queries and uses Pardot custom fields.
If you initialize with p = PardotAPI(), you access the Accounts class with p.customfields
Methods
-
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.