Overview

View as Markdown

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

  1. Create a contact list.
  2. Add numbers to the list (and edit numbers if needed).
  3. Tag contacts (bulk or per-number).
  4. Fetch or delete contacts based on tags.