Skip to content

feat: add support for fetching broadcast lists and sending messages #2473

@alex-cd15

Description

@alex-cd15

Welcome!

  • Yes, I have searched for similar requests on GitHub and found none.

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions