Deliver Via Webhook
Sends data to an external system via webhook HTTP requests.
Inputs
Webhook URL
required: The destination webhook URLPayload
required: Data to send in the webhook requestMethod
: HTTP method to use (default: POST)Headers
: Optional custom HTTP headers
Example
Outputs
Status
: HTTP status code of the webhook responseResponse
: Response data from the webhook endpoint
