szymon_dybczak
Esteemed Contributor III

Hi @dbx_deltaSharin ,

You can write python function that will consume this list_json as argument and send post request for each object inside list. Since you need to send request within an hour you can use python multiprocessing or asyncio library to make it faster. 

But it depends of how many objects you have in your list etc