Specifies a list of field objects to be created in SharpSpring. Each field must, at minimum, have a relationship (such as opportunity, lead, or account), dataType (such as text or picklist), and label.
or
Specifies a list of existing Fields to be updated in SharpSpring. The ID of each field must be passed for each record being updated.
Functions
SharpSpring: Get Fields
Retrieves a list of Field objects. This function is extremely useful for retrieving a list of all custom fields and system fields available in SharpSpring. Every result will have a systemName, which is the key that must be specified in order to update that field for a specific lead.
SharpSpring: Delete Accounts
Specifies a list of Account IDs to be deleted in SharpSpring.
SharpSpring: Get Accounts Date Range
Retrieves a list of Accounts that have been either created or updated between two timestamps. Timestamps must be specified in Y-m-d H:i:s format.
SharpSpring: Get Accounts
Retrieves a list of Accounts given a WHERE clause, or retrieves all Accounts if WHERE clause is empty