action clever_cloud_get_notifications_emailhooks_owner_id { label: "get_notifications_emailhooks_ownerId" description: "list created e-mail hooks" provider: clever_cloud method: GET path: "/notifications/emailhooks/{ownerId}" encoding: json input: { type: "object" properties: { ownerId: { type: "string" } } required: ["ownerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }