That's probably easily doable, it all depends on w...
# 💻developers
r
That's probably easily doable, it all depends on which messaging channel the users are on? To achieve this, you can use the Botpress API or Botpress Client (https://botpress.com/docs/api-documentation) You'd need to use the 'listConversations' and then do a 'createMessage' on each conversation to broadcast the message.