Webhooks

Webhook notification settings

This node uses the key urls as a default prefix if not given a map.

Types

Keys

If given a map, the following keys are supported:

Examples

webhooks:
- urls:
  - secure: encrypted string
  on_start: always
  on_cancel: always
- urls:
    secure: encrypted string
webhooks:
- secure: encrypted string
webhooks:
- true
webhooks:
  urls:
  - secure: encrypted string
  on_start: always
  on_cancel: always
webhooks:
  secure: encrypted string
webhooks: true

Beta