YAML script for extension: "Auth0 Authentication API webhooks"

Hi,
Is it possible to set Auth0 Authentication API webhooks (auth0 extension) config via YAML?

I looked at the document

and tried this:


hooks:
  - name: "Auth0 Authentication API webhooks"
    enabled: true
    Schedule: "Evrey 5 minutes"
    BATCH_SIZE: "100"
    SLACK_SEND_SUCCESS: "No"
    LOG_LEVEL: "Error"
    LOG_TYPES: ["Success Login","Warning", "Deleted User", "Success Logout", "Failed Logout"]
    Webhook_URL: "https://restcall/webhook/"
    Authorization: "Vghsjdkfjbvs6sd"
    Send_as_Batch: "Enabled"
    dependencies: 
      bcrypt: "3.0.6"

but it is throwing an error because triggerId is missing. Couldn’t find triggerID for auth0 webhook extension.

can anyone suggest how to fix or suggest a template for auth0 webhook extension config setup via YAML for the deployment?