0

I have a backend that stores data in Sanity.io, and I would like to configure Sanity to ping my app when a document is published, so that I can clear any cached data. This way I can greatly reduce traffic between my app and Sanity. Possible?

Paolo
  • 20,112
  • 21
  • 72
  • 113
Christian Johansen
  • 1,861
  • 1
  • 16
  • 22

1 Answers1

4

Have you looked at the webhooks documentation? https://www.sanity.io/docs/webhooks

Victoria
  • 131
  • 1
  • 4