Hello,
I'm developing a bot using webhooks.
I need to send a "hello" message when the user creates a conversation with the bot:
- Send a direct message
- Find the bot in the search bar
- It creates a 1:1 conversation between the bot and the user.
My issue is that I don't have any membership event at this point. The membership events arrive when the user sends its first message in the conversation.
Am I missing something here? How can my bot say hello before the user has to send any message?
Thanks