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

# POST Import matched numbers as contacts

> Create or update MsgFlash contacts from numbers detected on WhatsApp.

## Endpoint

```txt theme={null}
POST /api/v1/number-lookups/{id}/import-contacts
```

## Parameters

| Field     | Type   | Required | Location | Description                           |
| --------- | ------ | -------: | -------- | ------------------------------------- |
| `id`      | UUID   |      yes | path     | ID de la vérification terminée        |
| `groupId` | UUID   |       no | body     | Target group                          |
| `tag`     | string |       no | body     | Tag à appliquer aux contacts importés |

## Success response `200`

```json theme={null}
{
  "data": {
    "requested": 730,
    "created": 650,
    "updated": 80,
    "skipped": 0
  }
}
```
