Currently there is no webhook support for the RFI module, which forces integrations to rely on polling to detect status changes and updates. For active construction projects, this means a high volume of unnecessary API calls just to stay in sync.
Webhook support for RFIs would enable event-driven integrations that only fire when something changes — reducing API call volume and improving reliability for connected applications. Suggested events: rfi.created, rfi.updated, rfi.status_changed.