Welcome!
What type of feature?
Functionality
What is the motivation for the request?
Currently, I cannot find an API call to retrieve the ID (JID) of existing broadcast lists. This prevents automating messages specifically to these lists without manually finding the ID.
Usage Examples
An endpoint to list all broadcast lists associated with the instance.
Ensure sendText or a dedicated endpoint can target @broadcast JIDs.
Usage Example:
GET /instance/fetchBroadcasts -> returns [{ "id": "12345678@broadcast", "name": "My List" }]
How should the feature be developed?
No response
Additional Notes
Thank you for your great work on this API!