Anyone knows Facebook chatbot sending limit?
Asked Answered
A

2

8

If a merchant needs to send Facebook messages via mobile numbers (chatbot), what is the rate limit? This is a link on this topic but it does not talk about the actual limit: https://developers.facebook.com/docs/messenger-platform/send-api-reference#errors

This is graph api rate limit: https://developers.facebook.com/docs/graph-api/advanced/rate-limiting

Thanks!

Arango answered 25/5, 2016 at 8:39 Comment(2)
Any answer to this ?Scherzo
It can get pretty dynamic and inconclusive. I am working on something automatic to throttle the Send API according to Facebook's policy. (api-turtle.launchrock.com) So hopefully that could eliminate the API Limits concern. The idea is to automatically adjust the send rate if an error is returned and overtime decrease the rate limit errors to zero.Wakeful
R
9

There are two major types of rate limits that can be encountered by your app, application-level rate limiting and page-level rate limiting.

At Application level limit is: 200 calls/person/hour which will give you error code:4

At Page level limit is: 4800 calls/person/24-hours which will give you error code:32

Great description Available Here in this reference.

Restaurateur answered 7/9, 2016 at 6:44 Comment(1)
Are you sure the same limits and description will be applicable for the Messenger platform apis as well? It has additional error codes for limits - developers.facebook.com/docs/messenger-platform/…Mirepoix
K
0

The updated documentation from Facebook clearly lists out 250 calls per second as a safe limit for the Send API.

The Send API does not have a fixed rate limit, but you can safely send 250 requests per second.

More info here: https://developers.facebook.com/docs/messenger-platform/send-messages#limits

Kraus answered 6/4, 2018 at 9:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.