2023 Feature Releases:
March 15
Bug Fixes
Internal Employee Note: Each bug fix in this section includes relevant ticket numbers so you can reference an original ticket if you need to.
Previously, the API was only recognizing state abbreviations that were in all caps (e.g., CA or WA). If a state abbreviation came over with lowercases (e.g., Ca or Wa), the "State" field in the Sisu forms would remain blank. We've fixed this moving forward so that the API will recognize state abbreviations regardless of capitalization. We will also be fixing past transactions that have been affected by this. (7539)
The API was not looking for a default TC nor setting it when new transactions were coming in from other systems. We've fixed the API so that it will honor the default TC that has been set up and add that TC to new transactions that come through the API. (7424)
March 1
Improvements to existing functionality:
For a list of bug fixes, click here.
Improvements
We've Added Documentation for Activity Endpoints
We were missing documentation for several Activity endpoints:
/api/v1/agent/activity/<int:agent_id>
/api/v1/agent/addto-activity/<int:agent_id>
That includes GET/PUT/POST for
/api/v1/agent/activity/<int:agent_id>/<int:market_id>
and
/api/v1/agent/addto-activity/<int:agent_id>/<int:market_id>
which are the same endpoints but with market_id added.
--Documentation Location--
Go to docs.sisu.co/reference to see our list of endpoints. The list of Activity endpoints is at the top.
Bug Fixes
Internal Employee Note: Each bug fix in this section includes relevant ticket numbers so you can reference an original ticket if you need to.
We fixed a bug that was causing teams to see duplicate lead sources due to the integration. This was mainly affecting teams who were integrating with Sisu using RealSync. We've worked with RealSync to make sure this no longer happens. (7293)
February 15
There are no new API features or bug fixes this week.
February 1
New Feature: New API Endpoints for Seeing and Setting Goals
We've added the ability to do the following via API:
Set goals for a specific year and month
See goals for a specific year and month
Here are the 4 new API endpoints for goals:
Create or Update Agent Goals
Create or Update Team Goals
Get Agent Goals
Get Team Goals
January 18
There are no new API features or bug fixes this week.
January 5
There are no new API features or bug fixes this week.