Wait Timer
6 min
a connector that waits for n seconds before exiting returns all the inputs as outputs be aware that the connector will wait for the specified number of seconds once the action is executed there might be a delay between the time the action is called and the time the action is executed while the container gets spun up actions wait n seconds this script will wait n seconds then pass the inputs straight to the outputs endpoint method get input argument name type required description seconds number optional parameter for wait n seconds input var 1 string optional input data for the action input var 2 string optional input data for the action input example {"seconds" 3,"input var 1" "hello","input var 2" "howdy"} output parameter type description input var 1 string input data for the action input var 2 string input data for the action time slept number output field time slept output example {"input var 1" "hello","input var 2" "howdy","time slept" 3} response headers header description example content type the media type of the resource application/json date the date and time at which the message was originated thu, 01 jan 2024 00 00 00 gmt