Add _cid (Collection ID) to collection_item_deleted webhook.

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.

  • Tim Daff
  • Mar 24 2021
  • Reviewed
  • Flowbase commented
    February 03, 2022 10:41

    Please 🙏

  • Juan Garcia commented
    November 17, 2021 16:39

    Agreed, this seems like a simple but massively valuable change!