github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/diagrams/konnector-webhook.mmdc (about)

     1  sequenceDiagram
     2      %% https://mermaidjs.github.io/
     3      participant N as Cloudery / App
     4      participant C as Cozy-Stack
     5      participant K as Konnector
     6      participant S as External service
     7  
     8      N ->> C: create the account
     9      N ->> C: create the @webhook trigger
    10  	N ->> S: give the webhook URL
    11  
    12  	S ->> C: call the webhook URL
    13      C ->> K: start the konnector
    14      K ->> S: fetch data
    15      K ->> C: save documents and files