Manage your audience, segment customers into groups, and synchronize external CRM data seamlessly with WACM.
Download as Markdownhttps://app.wacm.in/api/v1/contacts
Like other WACM APIs, the Contacts API requires a Bearer Token via the HTTP Header.
Send the token securely in the Authorization request header.
Authorization: Bearer YOUR_API_TOKEN
/api/v1/contacts
Retrieve a paginated list of contacts. Add ?update_from=YYYY-MM-DD HH:MM:SS to filter recently modified contacts. Use ?page=1&limit=15 for pagination, and ?search=QUERY to search by name or phone.
/api/v1/contacts
Create or upsert a contact by phone number.
| Parameter | Description |
|---|---|
| phone Req | Contact phone number with country code. |
| name | Full name. |
| Email address. | |
| {custom_field_name} | Any custom field attached to your company can be sent directly as a property (e.g. "email"). |
/api/v1/contacts/{id}
/api/v1/contacts/{id}
Update an existing contact or delete a contact.
{
"phone": "1234567890",
"name": "Jane Doe",
"email": "jane@example.com",
"company": "Acme Corp"
}
© 2026 WACM. All rights reserved. API Version 1.0.