Dispatch webhook¶
Plugin ID: orchestration_dispatch_webhook
Available since: 1.0.0
Dispatches a webhook and sends extra data along with it.
Fields¶
Webhook— config key:webhook_id-
Select a webhook to dispatch.
Type:
select· Required: no · Default: empty stringAllowed values:
'' Data— config key:data-
This field supports tokens.Type:
textarea· Required: no · Default: empty string Interpret above data as YAML format— config key:use_yaml-
Nested data can be set using YAML format, for example my_key: "My value". When using this format, this option needs to be enabled. When using tokens and YAML altogether, make sure that tokens are wrapped as a string. Example: title: "[node:title]"
Type:
checkbox· Required: no · Default:false Validate YAML to prevent this from being executed when invalid— config key:validate_yaml-
Type:
checkbox· Required: no · Default:false