|
88 | 88 | "type" : "webhook/v1/autoRespondWithHTTP200" |
89 | 89 | } |
90 | 90 | ``` |
| 91 | +#### Webhook Trigger Execution Modes |
| 92 | + |
| 93 | +Use the **static workflow webhook trigger URL** for this trigger type. This URL becomes available only after the workflow is **published and deployed**. Any request sent to this endpoint will immediately receive an **HTTP 200 OK** response, ensuring the workflow is triggered without validating the incoming request. |
| 94 | + |
| 95 | +<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zindex: 49, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}> |
| 96 | + <iframe src="https://www.guidejar.com/embed/db326975-06b1-4c41-880e-484eb14bd33d?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0, border: 'none'}} allowFullScreen></iframe> |
| 97 | +</div> |
91 | 98 |
|
92 | 99 |
|
93 | 100 |
|
@@ -121,6 +128,13 @@ null |
121 | 128 | "type" : "webhook/v1/validateAndRespond" |
122 | 129 | } |
123 | 130 | ``` |
| 131 | +#### Webhook Trigger Execution Modes |
| 132 | + |
| 133 | +Use the **Static workflow webhook trigger URL** for this trigger type. This URL becomes available only after the workflow is **published and deployed**. Incoming requests are first validated by checking the CSRF token sent in the `X-Csrf-Token` HTTP header. If validation succeeds, the workflow is executed and the sender receives an **HTTP 200 OK** response. |
| 134 | + |
| 135 | +<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zindex: 49, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}> |
| 136 | + <iframe src="https://www.guidejar.com/embed/86347f45-900a-4bca-8763-5f3982305010?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0, border: 'none'}} allowFullScreen></iframe> |
| 137 | +</div> |
124 | 138 |
|
125 | 139 |
|
126 | 140 |
|
@@ -156,6 +170,13 @@ null |
156 | 170 | "type" : "webhook/v1/awaitWorkflowAndRespond" |
157 | 171 | } |
158 | 172 | ``` |
| 173 | +#### Webhook Trigger Execution Modes |
| 174 | + |
| 175 | +Use the **Static workflow webhook trigger URL** for this trigger type. This URL becomes available only after the workflow is **published and deployed**. Incoming requests are first validated by checking the CSRF token sent in the `X-Csrf-Token HTTP header`. After successful validation, the workflow starts executing, but the HTTP response is delayed until the [**Webhook/Response to Webhook Request**](/reference/components/webhook_v1#response-to-webhook-request) component is reached. In that component, users can define the exact response body, status code, and output returned to the sender. |
| 176 | + |
| 177 | +<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zindex: 49, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}> |
| 178 | + <iframe src="https://www.guidejar.com/embed/60d86013-a975-4e96-a7ac-7a7bccb982d7?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0, border: 'none'}} allowFullScreen></iframe> |
| 179 | +</div> |
159 | 180 |
|
160 | 181 |
|
161 | 182 |
|
|
0 commit comments