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 webhook. |
webhookHeader |
String |
Headers associated with the request in the json format. |
webhookPayload |
String |
Payload from webhook. |
webhookUrl |
String |
Full raw url of the CD server as it was called by the third-party system. |