You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Webhooks allow you to collect information about events as they happen in near real-time. Provide a URL, select when and where you want that URL to receive data about events on your list, and we'll send it to you as the events take place. It is recommended that you specify a URL using https.",
"description": "Receives data from an external system to a given URL to start a new execution of the flow. Each incoming request results in a new execution.",
"description": "Used to specify the HTTP request method for the given URI."
51
-
}
52
-
},
53
-
"uri": {
54
-
"viewClass": "TextFieldView",
55
-
"label": "URI",
56
-
"required": true,
57
-
"help": {
58
-
"description": "The URI to send data to."
59
-
}
60
-
},
61
-
"secret": {
62
-
"viewClass": "TextFieldView",
63
-
"label": "Secret",
64
-
"required": false,
65
-
"help": {
66
-
"description": "May be used to prove the identity of the request sender. The value provided into this field will be sent as 'X-Api-Secret' HTTP header which may be checked on the receiving system."
67
-
}
68
-
}
69
-
},
70
-
"metadata": {
71
-
"in": {},
72
-
"out": "./lib/schemas/metadata.out.json"
2
+
"title": "Webhook",
3
+
"version": "1.2.11",
4
+
"description": "Webhooks allow you to collect information about events as they happen in near real-time. Provide a URL, select when and where you want that URL to receive data about events on your list, and we'll send it to you as the events take place. It is recommended that you specify a URL using https.",
"description": "Receives data from an external system to a given URL to start a new execution of the flow. Each incoming request results in a new execution.",
"description": "Used to specify the HTTP request method for the given URI."
50
+
}
51
+
},
52
+
"uri": {
53
+
"viewClass": "TextFieldView",
54
+
"label": "URI",
55
+
"required": true,
56
+
"help": {
57
+
"description": "The URI to send data to."
58
+
}
59
+
},
60
+
"secret": {
61
+
"viewClass": "TextFieldView",
62
+
"label": "Secret",
63
+
"required": false,
64
+
"help": {
65
+
"description": "May be used to prove the identity of the request sender. The value provided into this field will be sent as 'X-Api-Secret' HTTP header which may be checked on the receiving system."
0 commit comments