Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Create a webhook.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
NameThe name of the webhook.
Organization IDThe ID of the organization.
Webhook URLThe 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.

Example Output

{
	"config": {
		"authentication": {
			"type": "BEARER",
			"key": "string",
			"value": "string"
		},
		"headers": [
			{
				"key": "string",
				"sensitive": true,
				"value": "string"
			}
		],
		"url": "string"
	}
}

Workflow Library Example

Create Webhook with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop