JetBrains Space
 

Webhooks

Last modified: 04 August 2023

Webhooks let your application receive notifications about events in Space. When an event is triggered, Space will send a POST request to the specified application endpoint. The request contains a JSON payload with event details. In Space, webhooks are an integral part of applications: Each application can have its own set of configured webhooks, and it's not possible to create a webhook separately from an application.

There are two ways to create webhooks for an application:

  • Programmatically through the Space HTTP API or Space SDK – This is the only way to add webhooks for multi-org applications.

  • Manually through the Space user interface (UI) – You can use this way for single-org applications or testing purposes during application development.

This section contains instructions for both ways.