Rate limit on Webhooks

(Dylan Cutler) #1

Hello,

I am a developer at a company using FlowXO for automated SMS services. One of those services uses a webhook which is triggered on our server during a cron process.

I was wondering if you guys have a rate limit on your webhooks I should be aware of, since this particular process sets attributes for all of our active users on our SMS service.

Thanks,
Dylan Cutler

(Daniel Beckett) #2

@DylanCutler

I don’t have an exact limit to share but it’s very unlikely that you’ll run into any problems with using the webhooks. The platform is built to handle a lot of requests and should be able to handle whatever you intend on throwing at it :slight_smile:

Of course, if you do run into any issues please feel free to reach out to us at support@flowxo.com

(Søren Pedersen) #3

I got this after less than 30 broadcasts (with 1 recipient) sent with at least a minute in between. Is that because it’s on the free plan?

(Daniel Beckett) #4

@systemaddict

Are you seeing a particular error message in your interaction logs?

(Søren Pedersen) #5

No nothing related to the broadcasts (it’s a broadcast -> webhook -> Send a card, so it doesn’t show up in interactions at all).

(Daniel Beckett) #6

Sorry, I mean in the broadcasts menu :blush:

(Søren Pedersen) #7

No errors. I was testing from hurl.it - maybe there’s some throttling on these public endpoints