/contacts/{group_id}/storeStore a contact
Creates a contact in a contact group.
| Parameter | Type | Required | Description |
|---|---|---|---|
| group_id | string | Yes | Contact group UID |
| phone | string | Yes | Phone number in international format |
| first_name | string | No | Contact first name |
| last_name | string | No | Contact last name |
curl -X POST https://sms.mobiwave.co.ke/api/v3/contacts/{group_id}/store \
-H "Authorization: Bearer {api_token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"phone":"254700000000","first_name":"Amina"}'