Sending Items to a Queue from a Webform

I have a form on my website that collects information. I would like to send that information to an orchestrator queue to be processed. How can I do this?

1 Like

Hi @swridings
Do consider using the Orchestrator APIs to create queue items for every form submission.

The Orchestrator API Swagger docs are available from your Orchestrator instance. Point your browser to https://<orchestrator_host>/swagger/ui/index#/

1 Like