acquia-dam-sdk / Components / CreateAssetsWebhookParams
delivery_url:
string
The URL to deliver webhook payloads to
src/apis/webhooks/requests.ts:3
event_type:
AssetsEvent
The event type to monitor
src/apis/webhooks/requests.ts:5
optionalmonitored_metadata_fields:string[]
Optional list of metadata field display keys to monitor. Only applicable when event_type
is asset_metadata_value_updated. If empty, all metadata field changes will
trigger the webhook. If specified, only changes to fields in this list will trigger a
delivery. The user must have permission to view each field specified; if any field is not
accessible, the request will be rejected with a 403 error.
src/apis/webhooks/requests.ts:12
optionalsecret_key:string
HMAC signing key