Update Lead
Updates an existing lead's information in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_LEAD_ACTION])
Update Property Listing
Updates an existing property listing in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_PROPERTY_LISTING_ACTION])
Create Task
Creates a new task in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_TASK_ACTION])
Schedule Showing
Schedules a showing for a property in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SCHEDULE_SHOWING_ACTION])
Add Note To Lead
Adds a note to a lead's profile in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ADD_NOTE_TO_LEAD_ACTION])
Send Email
Sends an email to a lead or contact through Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SEND_EMAIL_ACTION])
Assign Lead
Assigns a lead to a specific agent in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ASSIGN_LEAD_ACTION])
Create Custom Report
Generates a custom report in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_CUSTOM_REPORT_ACTION])
Add Tag To Lead
Adds a tag to a lead's profile in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ADD_TAG_TO_LEAD_ACTION])
Update Team Member
Updates an existing team member's information in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_TEAM_MEMBER_ACTION])
Create Drip Campaign
Creates a new drip campaign in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_DRIP_CAMPAIGN_ACTION])
Update Task
Updates an existing task in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_TASK_ACTION])
Cancel Appointment
Cancels an existing appointment in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CANCEL_APPOINTMENT_ACTION])
Create Market Report
Generates a market report in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_MARKET_REPORT_ACTION])
New Lead
Triggered when a new lead is created in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_LEAD_TRIGGER])
New Property Listing
Triggered when a new property listing is added to Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_PROPERTY_LISTING_TRIGGER])
Lead Status Change
Triggered when a lead's status changes in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LEAD_STATUS_CHANGE_TRIGGER])
New Showing Request
Triggered when a new showing request is made in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_SHOWING_REQUEST_TRIGGER])
Property Price Change
Triggered when a property's price changes in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.PROPERTY_PRICE_CHANGE_TRIGGER])
New Email Campaign
Triggered when a new email campaign is created in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_EMAIL_CAMPAIGN_TRIGGER])
Lead Assignment
Triggered when a lead is assigned to an agent in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LEAD_ASSIGNMENT_TRIGGER])
Property Status Change
Triggered when a property's status changes in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.PROPERTY_STATUS_CHANGE_TRIGGER])
New Team Member
Triggered when a new team member is added to Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_TEAM_MEMBER_TRIGGER])
Lead Score Change
Triggered when a lead's score changes in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LEAD_SCORE_CHANGE_TRIGGER])
New Feedback
Triggered when new feedback is received in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_FEEDBACK_TRIGGER])
New Appointment
Triggered when a new appointment is scheduled in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_APPOINTMENT_TRIGGER])
Lead Source Update
Triggered when a lead's source is updated in Sierra Interactive
from composio_llamaindex import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LEAD_SOURCE_UPDATE_TRIGGER])