ContactAssignment

A ContactAssignment represents a relationship between a Contact (usually a person) and a salesperson (identified by their Role) or an Organizational Unit.

Contact Stage

A Contact Stage represents where the person is in their real estate journey. It does not represent a business relationship, but instead monitors how engaged the person is with real estate in general.

Contact Stages may vary based on the ContactAssignmentType field, but the standard Contact Stages are:

  • Inactive: the contact is an unqualified lead in your database.

  • Subscriber: the contact is subscribed to one or more email campaigns.

  • Lead: the contact has sufficiently engaged with your marketing or has made an inquiry.

  • Prospect: the assignee has an active Opportunity with this contact.

  • Client: the assignee has an active Transaction with this contact.

This diagram depicts the Contact Stages and the goals for ContactAssignments in each stage.

05ed672d1d3b10b2129c2647e508ea5a90ac110927d68d0cbb0d6fc1fb43d146-Contact_Stages

ContactAssignment Status

The Contact Status indicates if the Contact Assignment is currently an active object, or if has been deleted.

FieldTypeRequiredDescription
Activeffca4d2f-999c-44d2-85bc-e50c973d8fa2No

Assignment is Active

Deleted15282a29-a0ef-4e00-9e20-e5a800c460e8No

Assignment was deleted by the user

Reached Status

Assignees can be actively engaged or completed disconnected from a Contact. The Reached Status is an automated value that determines the recency of the Assignee's relationship. Reached Status values can include:

  • notContacted: the assignee has never attempted to contact this person.

  • Attempting to Contact: the assignee has attempted to contact this person with the past Unreachable Warn period (default 14 days).

  • Failing Contact: (automated value only - not selectable by the assignee) the assignee has attempted to contact the person, but it has been longer than the Unreachable Warn period.

  • Unreachable: the assignee was never able to reach this person, even after attempting to do so. This can be manually set, or will be automatically set when the Unreachable period has passed (default 28 days).

  • In Contact: the assignee has been in touch with this person within the past Lost Contact Warn period (default 90 days).

  • Losing Touch: (automated value only - not selectable by the assignee) the assignee has been in touch with this person, but not within the past Lost Contact Warn period.

  • Lost Touch: the assignee was in touch with this person at one time, but no longer. This can be manually set, or will be automatically set when the Lost Contact period has passed (default 180 days).

This diagram depicts how Reached Statuses change over time. The timers can be customized at the tenant level.

c43abf97d94a4d7e8f6b495fec29eeaaff0cf0b1b00d1bcf3f2e01aafd9a278e-Reached_Status_Workflow

OBJECT SCHEMA

FieldTypeRequiredDescription
idUUIDYes

The unique ID of this object.

contactContactYes

The person whom the assignee is servicing.

assigneeAssignableYes

The entity assigned to service this Contact. Usually an Organizational Unit or Agent.

currentStagestringYes

A depiction of the Contact's current position in the real estate journey. See Contact Stage

opportunitiesOpportunity[]No

All active Opportunities.

transactionsTransaction[]No

All active Transactions.

reachedStatusstringYes

An indicator of the recency of the Assignee's connection with the Contact. See Reached Status

pastClientbooleanYes

True if this ContactAssignment has closed in the past.

statusstringYes

The ContactAssignment status. See ContactAssignment Status

customFieldsCustomField[]No

A list of custom fields and values.

typenamestringYes

The GraphQL type name. Aways "ContactAssignment".

* indicates a required field

Updated July 23, 2026