Deliver Via Webhook
Sends data to an external system via webhook HTTP requests.
Inputs
Webhook URLrequired: The destination webhook URLPayloadrequired: 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
