The ThunderStack Cloud supports webhooks to notify users about events in their nodes. This document explains how to use ThunderStack webhooks and provides example payloads.
Adding a Webhook Endpoint
You can add a webhook endpoint to your node by editing the node's settings:
Navigate to your node and click Settings.
Locate the field named Webhook URL.
Enter the endpoint where you'd like ThunderStack to send requests.
Note down your public key from the settings, as it will be used to verify requests.
Adding a Webhook When Creating a Node
When creating a new node via the API, you can provide a Webhook URL in the settings. This allows ThunderStack to send webhook notifications to your specified endpoint. You can update this URL later through the node's settings if needed.