How to create a button inside of a webpage to trigger an automation?

Any idea ?

There are infinite ways to do this, all depends on what technology you’re using.

In the end it will boil down to executing an API call.

As an example, if you want anonymous execution from anyone accessing the website call an Azure Function which has access to the API secret/id etc and have it call the orchestrator API to start a job.

@Kane_Baden1 : thanks, understood the general priciple. Any video / tutorial ?

The reference for the orchestrator API is here - API References

As for Azure I’d suggest this one - pretty straight forward to get started (assuming some baseline c#)

As for creating the actual button it would depend on what language etc :slight_smile:

You doing something for a production project? Or more experimental?