@this-npm-test-org/connection-showmojo
v0.1.3
Published
Property showing automation: listings, showings, leads, feedback, and scheduling.
Downloads
524
Readme
ShowMojo Connection
Connects your agent to ShowMojo for automated showing management. Pull showing schedules, prospect feedback, listing performance, and availability data. Write operations (reschedule, cancel) require confirmation.
Authentication
API key.
api_key— ShowMojo API key from Account > API Settings
Endpoints
Showings
GET /api/v1/showings— List showings with date, status, listing, prospectGET /api/v1/showings/{id}— Get showing detail with feedbackPATCH /api/v1/showings/{id}— Reschedule or cancel showing (confirmation)
Prospects
GET /api/v1/prospects— List prospects with source and statusGET /api/v1/prospects/{id}— Get prospect detail with showing history
Listings
GET /api/v1/listings— List active listings with showing statsGET /api/v1/listings/{id}/availability— Get availability windows
Feedback
GET /api/v1/feedback— List prospect feedback by listing
Rules
- Rate limit: 120 requests/minute
- Showing cancellation requires confirmation
- The agent calculates showing-to-application conversion rate automatically
- Feedback is summarized by theme (price, condition, location, size)
