Watch inputs
Stack
When a watch is triggered, its input loads data into the execution context, making the payload accessible during subsequent watch execution phases. You can use this data to evaluate conditions and pass information to actions. Watcher supports four input types: simple, search, HTTP, and chain.
Watcher supports four input types:
simple: load static data into the execution context.search: load the results of a search into the execution context.http: load the results of an HTTP request into the execution context.chain: use a series of inputs to load data into the execution context.
Note
If you don’t define an input for a watch, an empty payload is loaded into the execution context.