---
title: "Captured Form Updated"
method: POST
path: "captured_form.updated"
---

# Captured Form Updated

`POST captured_form.updated` (webhook)

When a form is updated from a conversation, this webhook is triggered.

## Payload

- WebhookBodyCapturedFormUpdatedWebhook
  - `id` string, uuid, required
  - `object` string
  - `event` 'captured_form.created' | 'captured_form.updated' | 'conversation.closed' | 'conversation.updated', required
  - `created_at` string, date-time, required
  - `data` CapturedFormUpdatedWebhook, required
    - `captured_form_id` string, uuid, required — The unique ID of the `CapturedForm`. Ex: 123e4567-e89b-12d3-a456-426614174000
    - `form_id` string, uuid, required — The unique ID of the `Form`. Ex: 123e4567-e89b-12d3-a456-426614174000
    - `conversation_id` string, uuid, required — The unique ID of the `Conversation`. Ex: 123e4567-e89b-12d3-a456-426614174000
    - `widget_id` string, uuid, required — The unique ID of the `Widget`. Ex: 123e4567-e89b-12d3-a456-426614174000
    - `assistant_id` string, uuid, required — The unique ID of the `Assistant`. Ex: 123e4567-e89b-12d3-a456-426614174000
    - `form_name` string, required — Name of the form. Ex: 'Contact Form'
    - `field_values` object, required — Extracted values
    - `attributes` object, required — Attributes of the conversation. Ex: {'to': '16501234567', 'from': '16507654321', 'call_direction': 'inbound'}

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
