External DocumentationTo learn more, visit the Upwind documentation.
Parameters
Example Output
Workflow Library Example
Create Webhook with Upwind and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | The name of the webhook. |
| Organization ID | The ID of the organization. |
| Webhook URL | The full webhook URL to create. This URL points to the workflow that will receive event notifications and is available in the Webhook Full URL field when setting up the webhook in Blink. |
{
"config": {
"authentication": {
"type": "BEARER",
"key": "string",
"value": "string"
},
"headers": [
{
"key": "string",
"sensitive": true,
"value": "string"
}
],
"url": "string"
}
}
Was this page helpful?