
Enhance the Zoho CRM connector to include data from the Stage History related list attached to the Deals module. This endpoint (/crm/v2/Deals/{DEAL_ID}/Stage_History) provides a historical log of stage transitions. The implementation should expose at least the following fields:
deal_id – Parent Deal record ID
stage_history_stage – Stage name
stage_history_modified_time – Timestamp of the stage change
This will allow users to build time-based funnel and won/lost reports in BI tools (e.g., Power BI). Each stage change should appear as a separate record linked to its Deal.
Absolutely great idea 🙌