Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Message size limit for Facebook messenger bot

I am trying to implement a Facebook messenger bot. I have trouble with the bot replying with a response that contains large amount of words. Is there a limit to the number of words that can be used in a response?

P.S : It works fine otherwise

like image 261
Sagar Avatar asked Jun 10 '16 16:06

Sagar


People also ask

Is there a limit to Facebook Messenger messages?

Messenger has limits in place to stop messages that people may not want to get, like spam. If you were warned about sending too many messages or sending them too quickly, you'll need to stop sending so many messages or you may be unable to send messages on Messenger.

Does Facebook Messenger allow bots?

Facebook Messenger bots live within Facebook Messenger, and can converse with some of the 1.3 billion people who use Facebook Messenger every month. Chatbots are like virtual assistants. They can be programmed to understand questions, provide answers, and execute tasks.

Are Facebook Messenger bots free?

Send up to 10,000 messages to an unlimited number of users, creating up to 3 bots for free with a Basic pricing plan. Paid pricing plans are based on the number of subscribers you have. Check out the pricing for Facebook Messenger chatbot in SendPulse.


1 Answers

As described in the doc, text message must be UTF-8 and has a 2000 character limit.

There are other restrictions in template for field title, subtitle & call-to-actions button.

like image 101
j0k Avatar answered Sep 24 '22 11:09

j0k