Open
Description
See atomicdata-dev/atomic-data-docs#28 for spec discussion.
WebHooks
One potential solution for dealing with notifications is to add WebHook support.
- Send notifications to chat apps like Discord / Slack
There is https://www.standardwebhooks.com/ which could be used as a standard. Not sure if this means these webhooks can instantly be used in Chat apps.
Naive implementation idea
- A collection has a
webhooks
property. Each item in that array represents a webhook URL. - When an items is added or removed from that array, we send a request to each of these webhooks