Skip to content

Commit f66b49d

Browse files
authored
Revert "Add secured parameter for INCOMING_WEBHOOK (#1338)" (#1340)
This reverts commit 92cc0a0.
1 parent 4c786ae commit f66b49d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

process-automation/latest/model/triggers.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,16 @@ The [REST connector]({% link process-automation/latest/model/connectors/rest.md
159159

160160
The input parameters for the **INCOMING_WEBHOOK** event is:
161161

162-
| Parameter | Description |
163-
|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
162+
| Parameter | Description |
163+
| --------- | ----------- |
164164
| 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. |
173172

174173
The output parameters that can be used as values within the trigger action for a webhook are:
175174

0 commit comments

Comments
 (0)