Renter Status Change
Overview
·Event key:renter.status-change⚠️
Legacy Webhook - DeprecatedThis webhook is part of the legacy webhook system. For new integrations, we recommend using the modern webhooks v2 system.
Webhook triggered when a renter's status changes in Funnel Leasing. This event notifies you of status transitions, such as when a prospect becomes an applicant.
This event is triggered when:
- Status transitions: When a renter's status changes (e.g., "Prospect" → "Applicant", "Applicant" → "Approved")
- Workflow progression: When a renter moves through different stages of the leasing process
Event Payload
Example payloadJSON200 · application/json
{ "event": "renter.status-change", "data": { "funnel_renter_id": 456678, "funnel_team_id": 1234, "status": "Applicant" }}Usage Notes
When you receive this event, you can use it to:
- Update renter status in your CRM or Property Management System
- Trigger automated workflows based on status changes
- Update internal dashboards and reporting systems
- Notify relevant stakeholders about status transitions
This legacy webhook is deprecated. For new integrations, we recommend using the modern webhooks v2 system, which provides:
- Better event structure with consistent formatting
- More granular events for different activities
- Improved reliability and retry logic
- Enhanced security features