resources.webhooks.webhook definition
A webhook resource enables you to integrate your pipeline with an external service to automate the workflow.
webhooks:
- webhook: string # Required as first property. Name of the webhook. ([-_A-Za-z0-9]*)
connection: string # Required. Name of the connection. In case of offline webhook this will be the type of Incoming Webhook otherwise it will be the type of the webhook extension..
type: string # Name of the webhook extension. leave this empty if its offline webhook..
filters: [ path ]
Properties that use this definition: resources.webhooks
Properties
webhook
string
Required as first parameter. Name of the webhook. Acceptable values: [_A-Za-z0-9]*connection
string
Required. Name of the connection. In case of offline webhook this will be the type of Incoming Webhook otherwise it will be the type of the webhook extension.type
string
Name of the webhook extension. leave this empty if its offline webhook.filters
List of trigger filters.
webhooks:
- webhook: string # Required as first property. Name of the webhook. ([-_A-Za-z0-9]*)
connection: string # Required. Name of the connection. In case of offline webhook this will be the type of Incoming Webhook otherwise it will be the type of the webhook extension..
type: string # Name of the webhook extension. leave this empty if its offline webhook..
filters: [ path ]
Properties that use this definition: resources.webhooks
Properties
webhook
string
Required as first parameter. Name of the webhook. Acceptable values: [-_A-Za-z0-9]*connection
string
Required. Name of the connection. In case of offline webhook this will be the type of Incoming Webhook otherwise it will be the type of the webhook extension.type
string
Name of the webhook extension. leave this empty if its offline webhook.filters
List of trigger filters.
webhooks:
- webhook: string # Required as first property. Name of the webhook. ([-_A-Za-z0-9]*)
connection: string # Required. Name of the connection. In case of offline webhook this will be the type of Incoming Webhook otherwise it will be the type of the webhook extension..
type: string # Name of the webhook extension. leave this empty if its offline webhook..
filters: [ path ]
Properties that use this definition: resources.webhooks
Properties
webhook
string
Required as first parameter. Name of the webhook. Acceptable values: [-_A-Za-z0-9]*connection
string
Required. Name of the connection. In case of offline webhook this will be the type of Incoming Webhook otherwise it will be the type of the webhook extension.type
string
Name of the webhook extension. leave this empty if its offline webhook.filters
List of trigger filters.
See also
Feedback
Submit and view feedback for