> ## Documentation Index
> Fetch the complete documentation index at: https://architect-d889a35e-sync-pr-3380.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Form enriched

> Triggered when a form submission is enriched with additional data. The webhook payload contains details about the enriched form including form ID, submission ID, and enriched data.



## OpenAPI

````yaml /services/egress-webhook-service/openapi.yaml webhook form.enriched
openapi: 3.1.0
info:
  title: Architect - Egress Webhook Events
  description: >-
    Webhook events delivered by the Egress Webhook Service to subscribed
    endpoints
  version: 1.0.0
  contact:
    email: support@tryarchitect.com
    name: Architect
    url: https://tryarchitect.com
servers: []
security: []
paths: {}

````