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 Sub-Group
Create a sub-group under an existing parent group for hierarchical organization.
curl -X POST "https://accounts.netvox.ng/api/v2/Group/33/SubGroup" \
-H "Content-Type: application/json" \
-d '{
"GroupName": "Sub Group Name",
"ApiKey": "YOUR_API_KEY",
"ClientId": "YOUR_CLIENT_ID"
}'
Path Parameters
Request Body
Name for the new sub-group
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."
}
Use Cases
- Hierarchical organization: Create nested group structures
- Department organization: Organize contacts by departments and teams
- Geographic grouping: Create location-based sub-groups
- Campaign segmentation: Create targeted sub-groups for specific campaigns