10

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

Sagar
  • 405
  • 1
  • 4
  • 16

2 Answers2

14

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.

j0k
  • 22,600
  • 28
  • 79
  • 90
9

Looks like, the limit has been updated to 2000 characters now.enter image description here

Source: https://developers.facebook.com/docs/messenger-platform/reference/send-api#request

Komal Waseem
  • 1,089
  • 3
  • 17
  • 24