9840 tasks remaining and "You have exceeded your rate limit. Try again later."
Status: Closed · Asked by David1200 on · 0 views
Hello,
My first active workflow does not works, i receive this message:
{
"code": 8,
"message": "You have exceeded your rate limit. Try again later."
}
How to solve that please ?
Hey @David1200
The error message is coming from the Pinterest server and which means you have exhausted all your limits to Create Pins.
According to Pinterest's API documentation, you can pin "30 requests per 60 seconds" but as we can see you have already executed many pins in one min.
https://developers.pinterest.com/docs/redoc/martech/#tag/Rate-Limits


So to avoid this you can use the Delay action step before the Pinterest action event.

Many thanks for your help