marie-ai icon indicating copy to clipboard operation
marie-ai copied to clipboard

Implement webhooks

Open gregbugaj opened this issue 3 years ago • 0 comments

There is a need for webhook integration into the ICR server to allow for non message-driven communication.

Client   ------>  Async Processing
Client   <------  ACK
Client   <------  Done(Webook)   

Implementation should support the following security mechanism :

  • [ ] Verification Token
  • [ ] Mutual TLS (Transport Layer Security)

Reference : Best Practice to Secure your WebHooks Zoom Webhooks

gregbugaj avatar Jan 19 '22 00:01 gregbugaj