When building out syncing with an external database, it's tough to match Webflow Collection to external tables in some cases when using the collection_item_deleted webhook.
Unlike collection_item_created
and collection_item_changed
, which return both the item _id
and collection _cid
collection_item_deleted
returns only item _id
and deleted:1
.
It would be handy if the _cid
was also provided.
Please 🙏
Agreed, this seems like a simple but massively valuable change!