Customer Self-Service Portal

Time between requests

We currently have a REST API transaction in which the first request is to send a message and the second to check its status. I need time between both, as the status can take a while to change. This has sent me several alerts.


As an alternative I am making other calls between them, but it does not help me much and is not the best solution.

I'm waiting