One caveat though - in order to send the message t...
# 💻developers
e
One caveat though - in order to send the message to a conversation in WhatsApp or Telegram (any channel) you need to know the conversationId So whenever a user starts a conversation (via the Start node) you should store the user id (
event.userId
) and the conversation id (
event.conversationId
) and also the Telegram conversation id (
events.tags.conversation['telegram:id']
) in a [Botpress Table](https://botpress.com/docs/cloud/studio/tables/)]