SlideShare a Scribd company logo
Building Messenger
Bots
134
1.2B
people
2B
messages

per month
100K
bots and

developers
135
DEVELOPER
BENEFITS
Multi-platform
Any server-side lang
Instant updates/
feedback/learning
USER BENEFITS
No install
No registration
Consistent UI
Quick time to value
136
Messenger platform
137
Messenger drives business results across the customer life-cycle
RAISE 

AWARENESS
ACQUIRE 

CUSTOMERS
PROVIDE

SERVICE
Raise
awareness
Acquire
customers
Provide

service
Create
experiences 

in Messenger
Drive 

discovery
and
engagemen
t
Measure
impact on
business
objectives
How to build 

your bot
SEND
RECEIVE
Messenger

API
Your bot
Prerequisites
FACEBOOK APPYOUR PAGE
interactivity identity
connectivity
managemen
t
Receive
Your botMessenger

API Webhooks
RECEIVE
{
"sender":{
"id":"USER_ID"
},
"recipient":{
"id":"PAGE_ID"
},
"timestamp":1458692752478,
"message":{
"mid":"mid.1457764197618:41d102a3e1ae206a38",
"text":"FOO",
}
}
Set up Webhooks
messages
messaging_postbacksmessage_deliveries message_reads
message_echoes
Thread
Greeting text
curl –X POST –H “Content-Type: application/json” –d ‘{
“setting_type”:”greeting”,
“greeting”:{
“text”:”Hi, {{user_first_name}}! Explore...”
}
}’ “https://graph.facebook.com/v2.6/me/
messenger_profile?access_token=PAGE_ACCESS_TOKEN”
Get started
curl –X POST –H "Content-Type: application/json" -d '{
"get_started":{
"payload":"GET_STARTED_PAYLOAD"
}
}' "https://graph.facebook.com/v2.6/me/messenger_profile?
access_token=PAGE_ACCESS_TOKEN"
Persistent menu
curl –X POST –H “Content-Type: application/json” –d ‘{
“setting_type”:”call_to_actions”,
“thread_state”:”existing_thread”,
“call_to_actions”: [
{
“type”:”web_url”,
“title”:”Create List”,
“url”:"https://messenger-taskbot.herokuapp.com/create"
},
{
“type”:”postback”
“title”:”My Lists”
“payload”:”DEVELOPER_DEFINED_PAYLOAD_FOR_MY_LISTS”
},
{
“type”:”postback”
“title”:”Shared With Me”
“payload”:”DEVELOPER_DEFINED_PAYLOAD_FOR_SHARED_WITH_ME”
}
]
}’ “https://graph.facebook.com/v2.6/me/messenger_profile?
access_token=PAGE_ACCESS_TOKEN”
Send
Two types of messaging on the Messenger Platform
Follow policy for Standard Messaging and Subscription Messaging
Message for 24 hours and/or send 

1 message outside the window
Within
Go beyond 24h with tags and
some templates (receipts, airline notifs)
Beyond
24hrs
Subscriptions beta for news, 

productivity and tracking use cases
Everyday
Your bot Messenger

APISEND
Graph API
curl –X POST –H “Content-Type: application/json”–d ‘{
“recipient”:{
“id”:”USER_ID”
},
“message”:{
“text”:”BAR”
}
}’ “https://graph.facebook.com/v2.6/me/messages?
access_token=xyz"
Send messages
IMAGES
TEXT
FILES
AUDIOSVIDEOS
Send templates
GENERIC RECEIPTBUTTON LIST
Send quick replies
Webview and extensions
Webview and extensions — Sharing
BROADCAST
Webview and extensions — Chat extensions
composer drawercurrent_thread
Get discovered
Help people communicate 

with your business
WEBSITE PLUGIN
FACEBOOK PAGE CTA
MESSENGER CODE
WELCOME SCREEN
MESSENGER LINKSm.me/yourbot
Send to Messenger
Get discovered —Web plugins
Send to Messenger
Message Us
Get discovered
{
"sender":{
"id":"USER_ID"
},
"recipient":{
"id":"PAGE_ID"
},
"timestamp":1458692752478,
"referral": {
"ref": ref_data_in_m_dot_me_param,
"source": "SHORTLINK",
"type": "OPEN_THREAD",
}
}
m.me/yourbot
166
Get discovered
Get discovered - Discover surface
Drive discovery of
your Messenger
experience with
News Feed ads
FACEBOOK NEWS FEED MESSENGER
Continue the
conversation

and re-engage with
customers on
Messenger with
sponsored messages
THREADMESSENGER HOME
170
PREREQUISTES
RECEIVE
THREAD
SEND
Best practices
• Be brief
• Mix conversation and UI
• Avoid intermittent states
• Be predictable
• Fail gracefully
DESIGN PRINCIPLES
• Preserve your brand
• Don't setup new entities
• Set expectations
• Provide context
VOICE & FEEL
• 200 OK HTTP
• echoes for consistency
• Persistent menu
• Get started button
PRO TIPS
• PSID’s no ASID’s
• Attachment reuse
• Rate limits
• https://developers.facebook.com/docs/
messenger-platform/
• https://github.com/fbsamples/messenger-bot-
samples/
• Join Messenger Platform Developer Community
RESOURCES

More Related Content

PDF
Introduction to Azure Web Applications
DOCX
Greeshma-Resume
PDF
Tejasya Hotel
PPTX
Building a chat app with windows azure mobile
PDF
Yelowsoft Features paper
DOC
Resume_Mamta_Phalke
PPTX
Building a chat app with windows azure mobile services
PPTX
Travel portal development
Introduction to Azure Web Applications
Greeshma-Resume
Tejasya Hotel
Building a chat app with windows azure mobile
Yelowsoft Features paper
Resume_Mamta_Phalke
Building a chat app with windows azure mobile services
Travel portal development

What's hot (7)

PDF
Client Server Live Hosting Documentation
DOC
prabhakaran (4.3)
PPT
Introducing UIT
PPTX
Mobile March Windows Azure Notification Hubs
PDF
Web Application Architecture: Everything You Need to Know About
PPTX
PPT
Introduction to the Windows Live Platform
Client Server Live Hosting Documentation
prabhakaran (4.3)
Introducing UIT
Mobile March Windows Azure Notification Hubs
Web Application Architecture: Everything You Need to Know About
Introduction to the Windows Live Platform
Ad

Similar to Building Messenger Bots (20)

PDF
Build your first messenger bot
PDF
Building chat bots using ai platforms (wit.ai or api.ai) in nodejs
PPTX
Facebook Build day
PPTX
Create a bot on Facebook messenger - Gupshup
PPTX
CHATBOT using Facebook Messenger
PDF
Introduction to Chatbot Development for Facebook Messenger using Python
PPTX
Introduction to Chatbots on FB Messenger
PPTX
Facebook Messenger Bot with Flask & Google App Engine
PDF
Chatbot Meetup
PDF
Zooz - Finding the perfect Roommate! [Slideshow]
PDF
Modern Web 2016: Using Golang to build a smart IM Bot
PDF
Serverless chatbot: from idea to production at blazing speed
PDF
Serverless chatbot: from idea to production at blazing speed
PDF
Build a great conversationalist using Azure Bot Service 2018
PPTX
Facebook Messenger Platform Framework
PDF
Bots: Basics @ Javascript Tonight, 2017.09.22
PDF
Introduction to Facebook Messenger, Conversational UI & NLP
PDF
Write FB Bot in Python3
PPTX
There is a bot for that - building chat bots from idea to production
PPTX
Magento Live Australia 2016 Facebook Chatbot for Magento
Build your first messenger bot
Building chat bots using ai platforms (wit.ai or api.ai) in nodejs
Facebook Build day
Create a bot on Facebook messenger - Gupshup
CHATBOT using Facebook Messenger
Introduction to Chatbot Development for Facebook Messenger using Python
Introduction to Chatbots on FB Messenger
Facebook Messenger Bot with Flask & Google App Engine
Chatbot Meetup
Zooz - Finding the perfect Roommate! [Slideshow]
Modern Web 2016: Using Golang to build a smart IM Bot
Serverless chatbot: from idea to production at blazing speed
Serverless chatbot: from idea to production at blazing speed
Build a great conversationalist using Azure Bot Service 2018
Facebook Messenger Platform Framework
Bots: Basics @ Javascript Tonight, 2017.09.22
Introduction to Facebook Messenger, Conversational UI & NLP
Write FB Bot in Python3
There is a bot for that - building chat bots from idea to production
Magento Live Australia 2016 Facebook Chatbot for Magento
Ad

More from BlitzMetrics (19)

PDF
Marketing Solutions Playbook
PDF
Marketing Conference
PDF
Business Influencer Facebook Guide
PDF
Grow Your Business With Facebook Video
PDF
Conversion Optimization
PPTX
Placement Optimization Pitch Deck
PDF
Optimizing Audience Buying on Facebook and Instagram
PDF
Advertising on Facebook
PDF
Build to Break Playbook
PPTX
Parent-Child Location Pros and Cons
PDF
Measurement Is Crucial
PDF
Real-Time CRM Integrations
PDF
Facebook Marketing API 101
PDF
Foundational Facebook Marketing
PDF
Facebook and Instagram for Influencers
PPTX
FBVideo_Sanitized_2015 0720_v1
PDF
Facebook ads product guide
PDF
Social analytics training manual 2.9
PPTX
PubCon Austin Presentation
Marketing Solutions Playbook
Marketing Conference
Business Influencer Facebook Guide
Grow Your Business With Facebook Video
Conversion Optimization
Placement Optimization Pitch Deck
Optimizing Audience Buying on Facebook and Instagram
Advertising on Facebook
Build to Break Playbook
Parent-Child Location Pros and Cons
Measurement Is Crucial
Real-Time CRM Integrations
Facebook Marketing API 101
Foundational Facebook Marketing
Facebook and Instagram for Influencers
FBVideo_Sanitized_2015 0720_v1
Facebook ads product guide
Social analytics training manual 2.9
PubCon Austin Presentation

Recently uploaded (20)

PPTX
HR Introduction Slide (1).pptx on hr intro
PDF
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
PDF
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
PDF
How to Get Funding for Your Trucking Business
PDF
Ôn tập tiếng anh trong kinh doanh nâng cao
PPTX
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
PDF
How to Get Business Funding for Small Business Fast
PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
DOCX
unit 1 COST ACCOUNTING AND COST SHEET
PDF
A Brief Introduction About Julia Allison
PDF
Unit 1 Cost Accounting - Cost sheet
PDF
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
PDF
Reconciliation AND MEMORANDUM RECONCILATION
PDF
DOC-20250806-WA0002._20250806_112011_0000.pdf
PDF
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
PPTX
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
PPTX
Amazon (Business Studies) management studies
PPTX
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
PPTX
Lecture (1)-Introduction.pptx business communication
HR Introduction Slide (1).pptx on hr intro
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
How to Get Funding for Your Trucking Business
Ôn tập tiếng anh trong kinh doanh nâng cao
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
How to Get Business Funding for Small Business Fast
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
unit 1 COST ACCOUNTING AND COST SHEET
A Brief Introduction About Julia Allison
Unit 1 Cost Accounting - Cost sheet
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
Reconciliation AND MEMORANDUM RECONCILATION
DOC-20250806-WA0002._20250806_112011_0000.pdf
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
Amazon (Business Studies) management studies
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
Lecture (1)-Introduction.pptx business communication

Building Messenger Bots