Documentation Index
Fetch the complete documentation index at: https://docs.ruach.ng/llms.txt
Use this file to discover all available pages before exploring further.
Create Group
Create a new contact group for organizing your contacts.
curl -X POST "https://accounts.netvox.ng/api/v2/Group" \
-H "Content-Type: application/json" \
-d '{
"GroupName": "New Group",
"ApiKey": "YOUR_API_KEY",
"ClientId": "YOUR_CLIENT_ID"
}'
Request Body
Your API key for authentication
Your client identifier for authentication
Response
Error code (0 for success)
Description of the result
Success Response
{
"ErrorCode": 0,
"ErrorDescription": "Success",
"Data": "success#New Group added successfully."
}
Error Response
{
"ErrorCode": 027,
"ErrorDescription": "Already exist"
}
Use Cases
- Contact organization: Create groups for different customer segments
- Targeted messaging: Organize contacts for specific campaigns
- Bulk operations: Manage large contact lists efficiently
- Integration: Sync groups with your CRM or marketing platform