Webhook Commands
Theomni webhooks command group manages webhook event sources. Webhooks allow external systems to push events into Omni, which can then trigger automations.
omni webhooks list
List all webhook sources.
omni webhooks get
Get full details of a webhook source.
omni webhooks create
Create a new webhook source.
omni webhooks update
Update a webhook source.
omni webhooks delete
Delete a webhook source.
omni webhooks trigger
Trigger a custom event manually. Useful for testing automations or injecting events from scripts.
Triggered events flow through the same pipeline as webhook-received events — they can fire automations that match the event type.