Synchronize Data
updated_at
property.Subject | Webhooks | Filter on updated_at |
---|---|---|
Timeliness | ✅ are sent out almost instantly | ❌ has a delay since data is retrieved e.g. every hour or daily |
Deletions | ✅ have events to notify on deletions | ❌ only shows the current objects |
Related objects e.g. a label added to a Card | ✅ are available to reflect changes on related objects | ❌ the updated_at on base objects is not changed if something is attached |
Rate Limit | 🟠 Rate Limit is calculated over incoming requests. Webhooks are outgoing requests and thus do not count towards this limit. | 🟠 if there are no changes, the requests would be superfluous. Multiple changes could be aggregated between runs |
Dependencies | ❌ need a webservice to listen to events sent from vPlan | ✅ Retrieving data can be done by a simple client with internet |
Modified at 2024-11-21 17:12:57