Create New Lead
Add a new lead to Keller Williams Command CRM system.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_NEW_LEAD])
Update Lead Information
Modify existing lead details in Keller Williams Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_LEAD_INFO])
Add Task
Create a new task associated with a lead or property in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ADD_TASK])
Schedule Appointment
Book a new appointment with a client in the Command calendar.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SCHEDULE_APPOINTMENT])
Create Listing
Add a new property listing to Keller Williams Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_LISTING])
Update Listing Status
Change the status of an existing property listing in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_LISTING_STATUS])
Send Email Campaign
Initiate an email marketing campaign to selected leads in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SEND_EMAIL_CAMPAIGN])
Generate Market Report
Create a custom market report for a specific area in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_MARKET_REPORT])
Create Team
Set up a new team of agents within the Keller Williams Command system.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_TEAM])
Set Up Automated Workflow
Create an automated sequence of actions for lead nurturing in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SETUP_AUTOMATED_WORKFLOW])
Add Property Photos
Upload and associate photos with a property listing in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ADD_PROPERTY_PHOTOS])
Create Custom Property Report
Generate a detailed report for a specific property in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_CUSTOM_PROPERTY_REPORT])
New Lead Created
Triggered when a new lead is added to Keller Williams Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_LEAD_CREATED])
Lead Status Changed
Fires when a lead's status is updated in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LEAD_STATUS_CHANGED])
New Listing Added
Activated when a new property listing is created in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_LISTING_ADDED])
Listing Status Updated
Triggered when a property listing's status changes in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LISTING_STATUS_UPDATED])
Appointment Scheduled
Fires when a new appointment is booked in the Command calendar.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.APPOINTMENT_SCHEDULED])
Task Completed
Activated when a task is marked as completed in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.TASK_COMPLETED])
Email Campaign Sent
Triggered when an email marketing campaign is sent through Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.EMAIL_CAMPAIGN_SENT])
New Team Member Added
Fires when a new agent is added to a team in Keller Williams Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_TEAM_MEMBER_ADDED])
New Note Added
Activated when a new note is added to a contact or listing in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_NOTE_ADDED])
Lead Assigned
Triggered when a lead is assigned to an agent in Keller Williams Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LEAD_ASSIGNED])
Property Price Changed
Fires when the price of a listed property is updated in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.PROPERTY_PRICE_CHANGED])
New Review Received
Activated when a new client review is submitted in Command.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_REVIEW_RECEIVED])
Contract Milestone Reached
Triggered when a specific milestone in a real estate contract is achieved.
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CONTRACT_MILESTONE_REACHED])