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

# Contact

<Note>
  This only works for static lists!
</Note>

## Request

#### Body

<ParamField path="companyNumber" type="string">
  * Belgium: Enterprise (KBO) number. This is equal to the VAT without ‘BE’.
  * The Netherlands: KVK number
  * France: SIREN number
</ParamField>

<ParamField path="country" type="string" placeholder="BE, NL or FR">
  Country can be either `BE`, `NL` or `FR`
</ParamField>

<ParamField path="contactId" type="string">
  ContactId is the unique identifier of the contact.
</ParamField>

<ResponseExample>
  ```json Response - 200 theme={null}
  Contact added successfully
  ```
</ResponseExample>
