Webhook for closed bills
To retrieve new bills, we currently poll the getAll bill endpoint every minute — even when no new bills are available. As the number of integrated properties increases, this generates a significant and unnecessary volume of traffic on the Mews API.
We'd like to propose a solution: implementing a webhook that notifies the integration whenever a bill is closed, including the corresponding billId. This would allow us to retrieve and process only the relevant bill, rather than repeatedly polling the full list.
We believe this change would meaningfully reduce API load on both sides while improving the efficiency and reliability of our integration.
1
vote