Custom Fields
are essential for making your workflows truly intelligent and tailored to your real estate processes.
- As
Triggers
: Use theContact Changed
trigger and filter by a specificCustom Field
being updated (e.g., trigger workflow whenCustom Field: Lead Status
changes to "Qualified
"). - In
If/Else
Conditions: This is a primary use case. Branch your workflow logic based on the values stored inCustom Fields
:- Example:
IF
Custom Field: Property Type Interest
is
Condo
THEN Add TagCondo Interest
ELSE Send General Property Alert. - Example:
IF
Custom Field: Buyer Timeline
is
ASAP
THENNotify
Assigned Agent Immediately ELSE Add to Standard Nurture. - Supports conditions based on
Text
,Number
,Date
,Monetary
,Dropdown
,Checkbox
,Radio Button
custom field types. Check foris empty
oris not empty
status as well.
- Example:
- For Personalization (Merge Tags): Insert the specific data stored in
Custom Fields
directly into yourEmail
orSMS
messages using merge tags like{{contact.custom.field_name}}
.- Example: "Based on your interest in properties around {{contact.custom.budget_max}}, here are some options..."
- Example: "Confirming your interest in {{contact.custom.bedrooms_required}} bedroom homes in {{contact.custom.desired_neighborhood}}."
- Updating Values via Actions: Use the
Update Contact Field
action to automatically change the value of aCustom Field
as a contact progresses through a workflow.- Example: After the first call task is completed (using
Task Completed
trigger perhaps), updateCustom Field: Lead Status
to "Contact Attempted
". - Example: Store the date of the last nurture email sent in a
Custom Field: Last Nurture Date
.
- Example: After the first call task is completed (using
Strategically using Custom Fields
allows you to create highly segmented, personalized, and data-driven automations specific to the nuances of real estate transactions.