Skip to content
send

GitHub Action

Webhook Handler Action

v1.2 Latest version

Webhook Handler Action

send

Webhook Handler Action

Yet Another Webhook Handler that support await or not await for response

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Webhook Handler Action

uses: WaxArsatia/webhook-handler-action@v1.2

Learn more about this action in WaxArsatia/webhook-handler-action

Choose a version

Webhook Handler Action

This action just a simple webhook action that support trigger request without wait for response

Inputs

webhook-url

Required The Webhook url that will triggered.

await-response

Optional Boolean as string value determine should response of webhook need to waited or not. Default "false".

method

Optional Kind of method to use for webhook request like "GET", "POST" or etc. Default "POST".

body

Optional Body of webhook request to send.

Example usage

uses: WaxArsatia/webhook-handler-action
with:
  webhook-url: 'https://example.com/xxx'