Lee Woodman
Lee Woodman

Reputation: 1329

Facebook Messenger Platform Sends Bot welcome message on desktop only

I have my bot working well but the welcome message option "Get Started" only appears on desktop, there is no option appearing in the iOS messenger version and no welcome message is sent. Anyone got the welcome message working in Messenger on iOS.

Update: it seems to be intermittent. It's appeared once on my iOS device inside the messenger app but I can't repeat it.

Upvotes: 1

Views: 775

Answers (2)

Mukarram Khalid
Mukarram Khalid

Reputation: 2143

As per the documentation of Facebook messenger platform here, the welcome screen appears only once for a user when he/she starts the conversation. It will not appear for the same user ever again on mobile.

From the docs:

The Welcome Screen only appears for new conversations. On mobile, deleting conversations will not cause the Welcome Screen to appear again. On desktop web, if you delete the conversation, you can make the Welcome Screen appear again.

enter image description here So, if you want to see the welcome screen again I'd suggest to add another user as a tester in your Facebook application (https://developers.facebook.com/apps/YOUR_APP_ID/roles/) and start a new conversation but don't click on the "Get Started" button unless you're done editing this screen because it won't appear for this user again.

Edit: 2016-07-26

Facebook has removed the documentation pages previously mentioned in this post. Now, there's a new page on Get Started button here, which says:

The Get Started button is only rendered the first time the user interacts with a Page on Messenger.

Upvotes: 4

pschang
pschang

Reputation: 2618

Yeah, you're both right and there's a bit of nuance here which is a little confusing.

For mobile, deleting a conversation won't cause the Welcome Screen to appear. On desktop, deleting a conversation will cause the Welcome Screen to appear. I'll modify the docs so that this is more clear.

Upvotes: 1

Related Questions