1.0.5 • Published 3 years ago
nexrender-action-webhook v1.0.5
Installation
To deploy this project run
npm i nexrender-action-webhookUsage
{
"actions": {
"postrender": [
{
"module": "nexrender-action-webhook",
"webHookUrl": "WEBHOOK_URL",
"webHookSecret": "webhhokSecret",
"customData": {
"orderId": 45445,
"customKey":"custom value"
}
}
]
}
}Information
webHookUrlshould be the URL you wish to send the post request to. It's mandatory.webHookSecretshould be used if you wish to confirm the source of webhook calling. OPTIONALcustomDatashould be used if you wish to add custom data to the webhook call. OPTIONAL