Owner
The fields on the Spara Owner object and how to reference them on a lead with the lead_owner_ and lead_account_owner_ prefixes.
An Owner is the person on your team responsible for a record — analogous to the Salesforce User a record is assigned to, or a HubSpot Owner. An Owner is a data record, not a login; it links to a Spara User automatically when their emails match. For how Owners relate to the other objects, see Spara Objects & Fields.
Owners are populated by your CRM integration or through the Leads API, and custom owner fields must exist in your Data Model before the API will accept them.
Owner Fields
A Lead can carry two owner references: the owner of the lead itself (lead_owner_ prefix) and the owner of the lead's Account (lead_account_owner_ prefix). They are usually the same person, but they do not have to be. Use these API names in personalization templates, workflow conditions, and API responses.
Owner email
lead_owner_email
String
Email of the lead's owner
Owner full name
lead_owner_full_name
String
Full name of the lead's owner
Owner role
lead_owner_role
String
Role of the lead's owner
Owner is active
lead_owner_is_active
Boolean
Whether the lead's owner is active
Account owner email
lead_account_owner_email
String
Email of the owner of the lead's account
Account owner full name
lead_account_owner_full_name
String
Full name of the owner of the lead's account
Account owner role
lead_account_owner_role
String
Role of the owner of the lead's account
Account owner is active
lead_account_owner_is_active
Boolean
Whether the owner of the lead's account is active
Owner data powers routing and personalization: your agents can reference a lead's assigned rep by name, and workflows can notify the right person.
Related
Owners appear in the app on the Owners page.
For roles and logins, see User Management — a User is the login; the Owner is the data record.
Last updated