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
| condition |*Optional.* An expression created using the [Condition Builder]({% link process-automation/latest/using/index.md %}#condition-builder) that when true triggers an action. The event content described by its model can be used in the expression. |
165
-
| path |*Required.* The webhook path to monitor. The format begins `https://<environment>.com/<project-name>/<connector-name>/events/` followed by a custom value, for example `https://alfresco.com/finance-project/rest-connector-1/events/github`. |
166
-
| method |*Optional.* A list of HTTP methods that can trigger an action. |
167
-
| condition |*Optional.* The condition that must evaluate to true to trigger an action. |
168
-
| status |*Optional.* The status code to return to the external service. |
169
-
| headers |*Optional.* The key value pairs that must match in order to publish the event. Use the **+** symbol to add more pairs. |
170
-
| params |*Optional.* The request parameter key value pairs that must match in order to publish the event. Use the **+** symbol to add more pairs. |
171
-
| body |*Optional.* The JSON body to send to the external service. |
172
-
| secured |*Required.* When true, the webhook needs a valid token in the request. |
165
+
| path |*Required.* The webhook path to monitor. The format begins `https://<environment>.com/<project-name>/<connector-name>/events/` followed by a custom value, for example `https://alfresco.com/finance-project/rest-connector-1/events/github`. |
166
+
| method |*Optional.* A list of HTTP methods that can trigger an action. |
167
+
| condition |*Optional.* The condition that must evaluate to true to trigger an action. |
168
+
| status |*Optional.* The status code to return to the external service. |
169
+
| headers |*Optional.* The key value pairs that must match in order to publish the event. Use the **+** symbol to add more pairs. |
170
+
| params |*Optional.* The request parameter key value pairs that must match in order to publish the event. Use the **+** symbol to add more pairs. |
171
+
| body |*Optional.* The JSON body to send to the external service. |
173
172
174
173
The output parameters that can be used as values within the trigger action for a webhook are:
0 commit comments