# Helmut Cloud Trigger Webhook Action

The Helmut Cloud Trigger Webhook Action node lets you execute a [helmut.cloud](https://www.helmut.cloud/) webhook created within [High5](https://www.helmut.cloud/high5/) with a dedicated webhook event. It requires several parameters for proper execution:

* **Organization Name:** The name of your organization
* **High5 Space Name:** The name of the High5 space
* **Webhook Token:** The identifier of the desired webhook
* **Payload:** The JSON payload to be sent to helmut.cloud
* **Await custom webhook response:** Enable this option if you use a 'Respond to webhook' node within one of the executed hcloud streams and wish to await its response. The response will be saved in the node result; if no response is received within 30 seconds, a 204 status code will be returned. If disabled, the execution outcome will not be awaited.
* **helmut.cloud URL:** The URL of the dedicated helmut.cloud region (e.g., eu-central-1, us-east-1)

{% hint style="info" %}
Some of this information can also be extracted directly from the example webhook URL below:\
\
[**https://app.helmut.cloud**](#user-content-fn-1)[^1]/api/high5/v1/org/[**Acme-Inc**](#user-content-fn-2)[^2]/spaces/[**Road Runner**](#user-content-fn-3)[^3]/execute/webhook/[**c899e751911310886b48bcd3aa5946d32da4803b516c8e409859f074974b4731b571c726dea1d626e649db19ad38ecfb803d993fdd6552e9e1db06b034db4684**](#user-content-fn-4)[^4]
{% endhint %}

<figure><img src="https://content.gitbook.com/content/MDOObhR5m91Ea2DZ1Pfu/blobs/EH5iadcEQm8UvNpT8vPG/image.png" alt="" width="350"><figcaption><p>Helmut Cloud Trigger Webhook Action</p></figcaption></figure>

{% hint style="success" %}
**Note:** The webhook response must be enabled within the [helmut.cloud webhooks](https://docs.helmut.cloud/high5/spaces-in-high5/webhooks) configuration for this feature to function properly.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/MDOObhR5m91Ea2DZ1Pfu/blobs/KhT1qV4uL2VbMwnlwrsz/image.png" alt=""><figcaption><p>helmut.cloud Webhook - Advanced settings</p></figcaption></figure>

<details>

<summary>Example helmut.cloud webhook responses within Helmut4</summary>

With enabled webhook response:

```json
{
   "code":200,
   "headers":{
      "x-hcloud-server":[
         "hcloud-high5/v0.0.107-2238"
      ],
      "Transfer-Encoding":[
         "chunked"
      ],
      "null":[
         "HTTP/1.1 200 OK"
      ],
      "CF-RAY":[
         "921f2cd26a9ec31a-VIE"
      ],
      "Server":[
         "cloudflare"
      ],
      "vary":[
         "Accept-Encoding,Origin"
      ],
      "X-Content-Type-Options":[
         "nosniff"
      ],
      "Connection":[
         "keep-alive"
      ],
      "cf-cache-status":[
         "DYNAMIC"
      ],
      "Date":[
         "Mon, 17 Mar 2025 20:17:41 GMT"
      ],
      "access-control-expose-headers":[
         "authorization,content-type,total,location,x-hcloud-correlation-id,x-hcloud-server,x-hcloud-analyze,server,etag,content-range"
      ],
      "access-control-allow-origin":[
         "*"
      ],
      "Strict-Transport-Security":[
         "max-age=15552000; includeSubDomains; preload"
      ],
      "access-control-allow-credentials":[
         "true"
      ],
      "NEL":[
         "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"
      ],
      "Report-To":[
         "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=XSnlj%2Frq2CtjE0RnDJOGG0LP59J7h%2B9TkfcvhZly%2BvEOdCMudYBBzEVE137F%2BSwPdYe3PttzZvHZ6IAAxYNORT57qiQYjzRcST613aOkE%2F7dnuWk1%2FWHZQwjdygJ9kyfZPQuvEf1eDJjs%2B8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"
      ],
      "server-timing":[
         "cfL4;desc=\"?proto=TCP&rtt=22814&min_rtt=22000&rtt_var=9878&sent=6&recv=9&lost=0&retrans=0&sent_bytes=3121&recv_bytes=1132&delivery_rate=143934&cwnd=252&unsent_bytes=0&cid=23ca8ec65461e882&ts=1502&x=0\""
      ],
      "alt-svc":[
         "h3=\":443\"; ma=86400"
      ],
      "x-hcloud-correlation-id":[
         "6dbe0a4019ef9cbc:08369e4660946985:66862683927e11dd:0"
      ],
      "Content-Type":[
         "text/html; charset=utf-8"
      ]
   },
   "body":"{   \"location\":\"home\",   \"location\":\"shopping\"}"
}
```

With disabled webhook repsonse after 30 seconds:

```json
{
   "code":204,
   "headers":{
      "x-hcloud-server":[
         "hcloud-high5/v0.0.107-2238"
      ],
      "null":[
         "HTTP/1.1 204 No Content"
      ],
      "CF-RAY":[
         "921f303599545ad5-VIE"
      ],
      "Server":[
         "cloudflare"
      ],
      "vary":[
         "Origin"
      ],
      "X-Content-Type-Options":[
         "nosniff"
      ],
      "Connection":[
         "keep-alive"
      ],
      "cf-cache-status":[
         "DYNAMIC"
      ],
      "Date":[
         "Mon, 17 Mar 2025 20:20:29 GMT"
      ],
      "access-control-expose-headers":[
         "authorization,content-type,total,location,x-hcloud-correlation-id,x-hcloud-server,x-hcloud-analyze,server,etag,content-range"
      ],
      "access-control-allow-origin":[
         "*"
      ],
      "Strict-Transport-Security":[
         "max-age=15552000; includeSubDomains; preload"
      ],
      "access-control-allow-credentials":[
         "true"
      ],
      "NEL":[
         "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"
      ],
      "Report-To":[
         "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=2YhatB1ZaHiXJb3Qh0dTTifMcUVlng%2FrWuV%2Bs9CgL6vUfwSfDnHuehNMryFi7JO8Qqq%2FMfNsN4dUDtm9WBcYMYg99%2BRdE9zgLVN3ANWbfVUaMRLhMcOSMQeacRYGcbXmrAspWexRG4X92uY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"
      ],
      "etag":[
         "W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""
      ],
      "server-timing":[
         "cfL4;desc=\"?proto=TCP&rtt=23235&min_rtt=22883&rtt_var=9285&sent=6&recv=9&lost=0&retrans=0&sent_bytes=3121&recv_bytes=1132&delivery_rate=159694&cwnd=252&unsent_bytes=0&cid=6a6366852b6087e2&ts=30261&x=0\""
      ],
      "alt-svc":[
         "h3=\":443\"; ma=86400"
      ],
      "x-hcloud-correlation-id":[
         "3f24de0b789f5e89:616710076c0c00cd:3d322eae8de4ffc3:0"
      ]
   },
   "body":""
}
```

</details>

<figure><img src="https://content.gitbook.com/content/MDOObhR5m91Ea2DZ1Pfu/blobs/QJU4Tl4NjL0aKdpJXfNC/image.png" alt=""><figcaption><p>helmut.cloud Stream Debugger</p></figcaption></figure>

[^1]: helmut.cloud URL

[^2]: Organization Name

[^3]: High5 Space Name

[^4]: Webhook Token
