Skip to content

HTTP cue

Calls an HTTP endpoint.

Settings

SettingWhat it does
MethodGET, POST, PUT, PATCH, DELETE, HEAD or OPTIONS
URLWhere to call; must start with http:// or https://
HeadersName/value pairs sent with the request
BodyWhat to send, for the methods that carry one

How it runs

Fire and forget: the request goes out and the cue is done. Nothing waits for the response, and a failure is reported in the console rather than on stage — a lighting desk that does not answer should not hold up a show.

Invalid without a URL, or with one that does not start with http:// or https://.

Scripting

duration only.