1.0.5 • Published 1 year ago

nexrender-action-webhook v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago