Skip to content

Trigger webhook

Actions
Used to send POST HTTP requests to a webhook
v1
Latest
Star (3)

Trigger webhook task

This action call be used to call POST requests with json body and headers.

Inputs

url

Required The url of the webhook to be triggered.

json

JSON to send in the request body

headers

Headers to send in the request

Example usage

uses: magdemajt/trigger-webhook@v1
with:
  url: 'https://example.com'
  json: '{"foo": "bar"}' # optional
  headers: '{"Content-Type": "application/json"}' # optional 

Trigger webhook is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Used to send POST HTTP requests to a webhook
v1
Latest

Trigger webhook is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.