> ## Documentation Index
> Fetch the complete documentation index at: https://docs.impresivai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow Execution Webhook

> Webhook event sent when a workflow execution completes.



## OpenAPI

````yaml WEBHOOK /v1/webhooks/workflow-execution
openapi: 3.1.0
info:
  title: Impresiv API
  description: API for managing Impresiv workflows and receiving execution webhooks.
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://api.impresivai.com
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````