SurveyMonkey trigger

This commit is contained in:
ricardo
2020-04-26 12:51:20 -05:00
parent 538ad3b98d
commit d57d457148
7 changed files with 593 additions and 4 deletions

View File

@@ -548,7 +548,7 @@ export interface IWorkflowMetadata {
active: boolean;
}
export type WebhookHttpMethod = 'GET' | 'POST';
export type WebhookHttpMethod = 'GET' | 'POST' | 'HEAD';
export interface IWebhookResponseData {
workflowData?: INodeExecutionData[][];