iPaaS TDX Connectors

Do the prebuilt connectors for TDX in iPaaS automatically handle API operation limits for TDX and pause where necessary or will a flow fail if the number of calls to an API has exceeded it's limit?

Asked by Jim Lucas on Tue 8/6/24 12:30 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Tue 8/6/24 12:49 PM

Hi Jim,

Yes they do automatically handle API operation limits. Our iPaaS limits though are higher in general than the regular endpoint documentation so you can achieve more actions in a shorter time.

Sincerely,
Mark Sayers
Sr Support Consultant, CS

No feedback
Thanks, good to know Mark. So, just to be clear, if we do hit any limits, it would be fairly transparent to us?

Best,
Jim
- Jim Lucas Tue 8/6/24 1:01 PM
Yes it will throw an error stating the limit has been exceeded, or too many requests. - Mark Sayers Tue 8/6/24 1:06 PM
Ok, so it sounds like we will need to include error handling in iPaaS to recover from exceeded limits I am assuming. Are there any recommended best practices for this type of situation? - Jim Lucas Tue 8/6/24 1:18 PM
I really don't think you're likely to encounter a rate limit issue other than if you end up using the endpoint TDWebApi/api/people/userlist?isActive={isActive}&isConfidential={isConfidential}&isEmployee={isEmployee}&userType={userType} which has a limit of 1 call per minute. We've not seen clients encounter rate limits with the TDX APIs other than that one in iPaaS. - Mark Sayers Tue 8/6/24 1:26 PM
Great, thanks Mark. If I run into any issues, I will open a support request.

Jim
- Jim Lucas Wed 8/7/24 1:31 PM