We’re building an onboarding tool. Where at one point the customer needs to do an identity check.
The ID check is done somewhere else via a url.
As soon as the ID check is done we want to know the status. But the problem is we won’t get back data. We can use a Get call to get the current status of the check.
The only way I can think of to do this is to let the customer push a button the let us know he/she finished the ID check. And that will trigger the Get call.
Another option would be to build an automation flow which checks the status for each 1/5 minutes until the ID check gives back a certain status that removes itself. Then we will edit the data item so the status will change. And the data item wont be used anymore in the the Repeat action automation flow list loop.
Can you guys think of any other options that would work better?