Skip to main content

Webhooks

Schedule and share your dashboard via a Webhook.

Webhooks Admin Setup

There is no configuration needed within Omni Admin settings to establish a Webhook as a schedule's destination. Simply add the webhook's destination URL when creating a schedule.

Scheduling to Webhooks

Webhook Metadata by Format

  • For scheduling to a Webhook in a link-only format, Omni is sending POST with JSON object body containing {url: <your_super_cool_dashboard_url>}
  • For all other Webhook destination formats, Omni sends a POST using FormData to organize key-value pairs of data, where the file names are the keys, and the values are the file contents.

Learn more about scheduling dashboards here.