2020-08-26 01:36:04 +02:00
|
|
|
name: 'Webhook'
|
2020-08-26 01:50:21 +02:00
|
|
|
description: 'Send a webhook event to anywhere!'
|
2020-08-26 01:36:04 +02:00
|
|
|
inputs:
|
2020-08-26 01:50:21 +02:00
|
|
|
url:
|
|
|
|
description: 'The url to send the webhook event to'
|
2020-08-26 01:36:04 +02:00
|
|
|
required: true
|
2020-08-26 01:50:21 +02:00
|
|
|
headers:
|
|
|
|
description: 'Additional headers to send alongside the defaults'
|
|
|
|
required: false
|
|
|
|
body:
|
|
|
|
description: 'The data sent to the webhook'
|
|
|
|
required: false
|
2020-08-26 01:36:04 +02:00
|
|
|
outputs:
|
2020-08-26 01:50:21 +02:00
|
|
|
status:
|
|
|
|
description: 'The status of the webhook event'
|
2020-08-26 01:36:04 +02:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
2020-08-26 01:50:21 +02:00
|
|
|
main: 'dist/main.js'
|