Skip to Main Content
Status Backlog
Categories Core API
Created by Guest
Created on May 18, 2023

List conversation recipients

Problem
Retrieving all recipients in a conversation requires iterating through every message and manually de-duplicating, which is inefficient and results in multiple API calls.

Request
Provide a method to fetch the complete list of conversation recipients without needing to iterate through individual messages.

  • Attach files