Platform

Webhook Notifications Are Here

In addition to email, Keboola now supports sending notifications directly to external systems using webhooks.

Webhook Notifications Are Here

We’ve expanded our notification system to include webhook support. Users can now configure webhook URLs to receive real-time notifications from Keboola as JSON payloads sent via POST requests.

How it works:

  • Simple setup: Provide a webhook URL when creating a notification recipient.
  • Standard delivery: Events are sent as raw JSON via POST with application/json content-type.
  • Minimal footprint: No custom headers or payload customization is supported at this stage.
  • Short timeouts, no retries: To avoid service slowdowns, requests have a short timeout (up to 5 seconds) and are not retried.

Find more info in our user documentation.