---
title: "candidateMerge"
method: POST
path: "candidateMerge"
tags: ["Webhook Payloads"]
---

# candidateMerge

`POST candidateMerge` (webhook)

Triggered when a candidate is merged. 
Includes the deleted candidate's id and merged candidate data.

## Payload

- object
  - `action` 'candidateMerge', required
  - `data` object, required
    - `deletedCandidate` object
      - `id` string, uuid
    - `mergedCandidate` object
      - `id` string, uuid

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
