Message size limit for Facebook messenger bot
Asked Answered
C

2

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

Curagh answered 10/6, 2016 at 16:8 Comment(0)
F
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.

Faunie answered 13/6, 2016 at 14:19 Comment(2)
Thanks. This is what i was looking forCuragh
Now 2000 character limitAnglomania
W
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

Wilbertwilborn answered 20/2, 2018 at 10:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.