Allow to set HTTP response code on Webhook-Node

This commit is contained in:
Jan Oberhauser
2019-08-28 17:03:35 +02:00
parent 1ff038b563
commit 1ff456d77c
5 changed files with 38 additions and 11 deletions

View File

@@ -304,6 +304,7 @@ export interface IPushDataTestWebhook {
export interface IResponseCallbackData {
data?: IDataObject | IDataObject[];
noWebhookResponse?: boolean;
responseCode?: number;
}