Hi Robert, been trying to figure out how
# 🌎general
s
Hi Robert, been trying to figure out how the messenger would autostart and send a message to the user. Without using the botpress webhook and webchat, can messenger do it just by a browser launching the FB url with a ref parameter?
b
hm - how would the conversation be recognized as 'started' in this case?
s
Was thinking if a browser launches the m.me link of the FB url, the conversations starts and sends a welcome message to the user. There could be an additional parameter likr m.me/pagename?ref=source, so it could store the source referral.
b
what would be storing the source referral, and how are you imagining the bot would take action based on that?
I'm not sure if this would work but I am curious
s
Here's my scenario. A company has a single FB messenger, but has a lot of marketer that drives potential customers to the Messenger. Each marketer has different ref parameter, so there can be a way to track how many leads created by each.
The BP chatbot has parameter keys stored in a table. If chatbot is always alive, a trigger event occurs when a browser launches m.me/pagename?ref=param. BP checks if the param value matches the keys stored in the table. Whether it matches or not, it automatically starts the conversation and a welcome message automatically sent by the chatbot to the user. Is this possible without using webhook and webchat?