Webhook result

1 minute readReference

processWebhookTrigger

Processes webhook events.

Arguments

Argument Name Type Description

tokenId

String

(Required) Access token public ID to use for processing webhook request.

httpMethod

String

HTTP method for processing webhooks.

webhookHeader

String

Headers associated with the request in the JSON format.

webhookPayload

String

Payload from webhook.

webhookUrl

String

Full raw URL of the CloudBees CD/RO server, as it is called by the third-party system.

Positional arguments

tokenId

Usage

ec-perl

$cmdr->processWebhookTrigger(<tokenId>, {<optionals>});

ectool

ectool processWebhookTrigger tokenId [optionals]