Overview
This folder groups all endpoints used to manage contacts and contact lists. It contains no direct requests—operations are organized into the subfolders below.
Modules
- Contact List Creation: Create new contact lists.
- Contact List Deletion: Delete existing contact lists.
- Add numbers To Contact List: Add one or more contact numbers into a specific list.
- Edit Numbers (Inside Contact Lists): Update/modify contact numbers already stored in a list.
- Add Tags To Whole Contact List: Apply tags to every contact in a list (bulk tagging).
- Add/Remove Tags To Contact Number: Add or remove tags for an individual contact number.
- Fetch Contacts Tag Wise: Retrieve contacts filtered by tag(s).
- Delete Contacts Tag Wise: Delete contacts by tag criteria.
Typical workflow
- Create a contact list.
- Add numbers to the list (and edit numbers if needed).
- Tag contacts (bulk or per-number).
- Fetch or delete contacts based on tags.
