Seliom
English
Search
K

Signal Triggers

List of public endpoints for managing and triggering signals
Processes can contain a specific type of robot called Await Signal. This robot will wait for a signal from an external system before allowing the process to proceed. Signals can contain data, which can then be used in subsequent steps in your process. This page summarizes the API endpoints for managing and triggering signals.
Dont forget to include the Authorization and X-Organization headers in every request. They have been omitted from these endpoints for brevity.
get
https://api.seliom.com
/signals
Index
get
https://api.seliom.com
/signals/:signal_id
Show
post
https://api.seliom.com
/signals
Trigger a Signal Event