Filter löschen
Filter löschen

How often can i send email from Matlab to avoid "status 429 with message "Too Many Requests""

3 Ansichten (letzte 30 Tage)
Hi,
I am testing sending out email from Matlab Analysis when using ThingSpeak. I can only send one email out. If i want to send it again, i get the erro message "The server returned the status 429 with message "Too Many Requests" in response to the request to URL https://api.thingspeak.com/alerts/send.".
What is the allowed rate at which i can send the emails out?
thanks

Akzeptierte Antwort

vladimir gershman
vladimir gershman am 10 Nov. 2023
See this link for alerts rate:
Users are limited to 2 alerts every 30 minutes. The rate limit is applied when the request is made, not when the email is sent. If you exceed the request limit, the API returns the response code 429.

Weitere Antworten (1)

atharva
atharva am 9 Nov. 2023
Hey vladimir,
i understand that when you are sending emails from Matlab Analysis by using ThingSpeak, you get the error message :
The server returned the status 429 with message "Too Many Requests".
The HTTP 429 "Too Many Requests" response status code indicates the user has sent too many requests in a given amount of time.
There is currently a limit on read operations on a channel at four times the maximum channel rate limit. For paid licenses, this limits you to four read operations on the channel per second.
I hope this helps!
  1 Kommentar
vladimir gershman
vladimir gershman am 9 Nov. 2023
Hi, Can you please specify what is the maximum channel rate limit for free accounts?
Also, can i specify any email or just the one on my account?
Thanks

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu ThingSpeak finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by