---
title: "AI Apply: Application status updated"
method: POST
path: "ai-apply-application-status-updated"
---

# AI Apply: Application status updated

`POST ai-apply-application-status-updated` (webhook)

## Headers

- `X-Kombo-Signature` string, required

## Payload

- AiApplyApplicationStatusUpdatedWebhookPayload
  - `id` string, required — Unique identifier for this webhook event
  - `type` 'ai-apply-application-status-updated', required — Type of the webhook event
  - `data` object, required
    - `id` string, required — The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
    - `job_posting_id` string, required — The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
    - `status` 'SUBMITTED' | 'DUPLICATE' | 'PENDING' | 'FAILED', required
    - `candidate_email` string, email, required
    - `proxy_email` string, email, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/versions/1e45035b96d3/schema)
