Skip to content

sumitgohil/nexrender-action-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To deploy this project run

  npm i nexrender-action-webhook

Usage

{
    "actions": {
        "postrender": [
            {
               "module": "nexrender-action-webhook",
                    "webHookUrl": "WEBHOOK_URL",
                    "webHookSecret": "webhhokSecret",
                    "customData": {
                        "orderId": 45445,
                        "customKey":"custom value"
                    }
            }
        ]
    }
}

Information

  • webHookUrl should be the URL you wish to send the post request to. It's mandatory.
  • webHookSecret should be used if you wish to confirm the source of webhook calling. OPTIONAL
  • customData should be used if you wish to add custom data to the webhook call. OPTIONAL

About

Nexrender Action that calls a Weebhook once the job has been finished.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published