Contacts API
v1.0Create, update, search, and manage your WhatsApp contacts database
Create New Contact
POST
/api/contactsRequest Body
JSON
{
"name": "John Doe",
"phone": "919876543210",
"email": "john@example.com",
"wabaId": "your_waba_id",
"tags": ["customer", "premium"],
"notes": "VIP customer",
"customFields": {
"company": "Acme Corp",
"location": "Mumbai"
}
}Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Contact name |
| phone | string | Yes | Phone with country code |
| string | No | Email address | |
| wabaId | string | Yes | Your WABA ID |
| tags | array | No | Contact tags |
| customFields | object | No | Custom field values |