postee icon indicating copy to clipboard operation
postee copied to clipboard

feat: add templates for swit integration

Open afdesk opened this issue 2 years ago • 0 comments

cgf.yaml

name: tenant
aqua-server:
max-db-size: 1000MB
db-verify-interval: 1   

routes:
- name: stdout-swit
  actions: [ webhook ]
  template: swit-json

templates:
- name: swit-json
  rego-package: postee.swit.json

- name: webhook
  type: webhook
  enable: true
  url: https://hook.swit.io/chat/<>/<>



afdesk avatar Mar 09 '23 14:03 afdesk