6 const string NWNX_WebHook =
"NWNX_WebHook";
31 NWNXPushString(username);
32 NWNXPushString(message);
35 NWNXCall(NWNX_WebHook,
"SendWebHookHTTPS");
void NWNX_WebHook_SendWebHookHTTPS(string host, string path, string message, string username="", int mrkdwn=1)
Send a slack compatible webhook.
void NWNX_WebHook_ResendWebHookHTTPS(string host, string path, string sMessage, float delay=0.0f)
Resends a webhook message after a defined delay.