Skip to content

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

License

Notifications You must be signed in to change notification settings

WaxArsatia/webhook-handler-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published