nexrender-action-webhook

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i nexrender-action-webhook

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

2.94 kB

Total Files

3

Last publish

Collaborators

  • sumitgohil