Skip to content

/AWS1/CL_DOAGENERICWEBHOOK

Generic webhook configuration for services that support webhook notifications.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_webhookurl TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The webhook URL endpoint

iv_webhookid TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The unique webhook identifier

iv_webhooktype TYPE /AWS1/DOAWEBHOOKTYPE /AWS1/DOAWEBHOOKTYPE

The webhook authentication type

iv_webhooksecret TYPE /AWS1/DOAWEBHOOKSECRET /AWS1/DOAWEBHOOKSECRET

The webhook secret for authentication

iv_apikey TYPE /AWS1/DOAAPIKEYVALUE /AWS1/DOAAPIKEYVALUE

API Key for API Key webhook authentication


Queryable Attributes

webhookUrl

The webhook URL endpoint

Accessible with the following methods

Method Description
GET_WEBHOOKURL() Getter for WEBHOOKURL, with configurable default
ASK_WEBHOOKURL() Getter for WEBHOOKURL w/ exceptions if field has no value
HAS_WEBHOOKURL() Determine if WEBHOOKURL has a value

webhookId

The unique webhook identifier

Accessible with the following methods

Method Description
GET_WEBHOOKID() Getter for WEBHOOKID, with configurable default
ASK_WEBHOOKID() Getter for WEBHOOKID w/ exceptions if field has no value
HAS_WEBHOOKID() Determine if WEBHOOKID has a value

webhookType

The webhook authentication type

Accessible with the following methods

Method Description
GET_WEBHOOKTYPE() Getter for WEBHOOKTYPE, with configurable default
ASK_WEBHOOKTYPE() Getter for WEBHOOKTYPE w/ exceptions if field has no value
HAS_WEBHOOKTYPE() Determine if WEBHOOKTYPE has a value

webhookSecret

The webhook secret for authentication

Accessible with the following methods

Method Description
GET_WEBHOOKSECRET() Getter for WEBHOOKSECRET, with configurable default
ASK_WEBHOOKSECRET() Getter for WEBHOOKSECRET w/ exceptions if field has no value
HAS_WEBHOOKSECRET() Determine if WEBHOOKSECRET has a value

apiKey

API Key for API Key webhook authentication

Accessible with the following methods

Method Description
GET_APIKEY() Getter for APIKEY, with configurable default
ASK_APIKEY() Getter for APIKEY w/ exceptions if field has no value
HAS_APIKEY() Determine if APIKEY has a value