Message size limit for Facebook messenger bot

Sagar picture Sagar · Jun 10, 2016 · Viewed 11.4k times · Source

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

Answer

j0k picture j0k · Jun 13, 2016

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.