Can we optimize the usage of tokens in ZIS flow to decrease the rate limit or usage of tokens at each step | The place for Zendesk users to come together and share
Skip to main content
Question

Can we optimize the usage of tokens in ZIS flow to decrease the rate limit or usage of tokens at each step

  • March 20, 2023
  • 1 reply
  • 0 views

Trying to optimize a ZIS flow where we are pinging our API's or calling them at each single step using Tokens 

Which is making the rate limit to increase because if usage

1 reply

Jacob20
  • Newcomer
  • January 4, 2024

Hi @basrur

I see it has been a while since you posted your question, did you manage to resolve your issue?

If I'm understanding you correctly, your flow is sending more requests than your rate limit permits. I use Choice states to more granularly control the conditions I want to action on, so I don't waste requests. Without knowing your use case, I'm not sure if that addresses your issue.