How to add a queue item in orchestrator whenever a new item is added to sql database table

Hi

I m looking for a solution with which I can trigger a bot instantly in orchestrator whenever there is an update in sql database table

Say for example if any record is added to a sql table I want that record to be added to queues in orchestrator. I can set the queue trigger from there onwards

I’m aware that there is a custom component available in marketplace but I want other approaches

Would appreciate if anyone can share your experience on this

Cheers

Hi @Palaniyappan

Have you already hear about Azure SQL trigger for functions ?

GCP also has Eventarc triggers that can be integrated with Cloud Functions to call orchestrator api

1 Like