Will Nelson
Will Nelson

Reputation: 976

Sending Invitations to Participate in Facebook Messenger Bot

I am very new to Messenger platform and I'm trying to wrap my head around the types of things that are possible. In particular, I'm interested in using a bot as a "mediator" of communication among friends. For example, one could build build a bot to help make a group decision, like where four or five people will have lunch. Each person interacts only with the bot, the bot gathers lunch preferences, and communicates some type of optimal choice to all participants. This could require a back-and-forth discussion of preferences with each participant. Is that clear?

At this point, I'm wondering two things:

Thanks in advance, InterWebs...

Upvotes: 1

Views: 974

Answers (1)

amuramoto
amuramoto

Reputation: 2848

If I'm understanding your idea correctly, it would be very difficult to build a bot that could chat with each person separately but offer a shared experience. When a user shares the bot with another user and the new user starts a chat, the bot has no way of knowing where the referral comes from, so there's really no way to know that the two users are linked.

What you could do is build a chat extension, which basically makes functionality from your bot available in a group chat:

https://developers.facebook.com/docs/messenger-platform/guides/chat-extensions

Upvotes: 3

Related Questions