Skip to content

[Feature Request] Include organisation ID in webhooks #1865

Closed
@pemontto

Description

@pemontto

Request Type

Feature Request

Work Environment

Question Answer
OS version (server) CentOS
TheHive version / git hash 4.1.0
Package Type Docker

Problem Description

Currently webhooks can be configured to fire for events across all organisations:

  webhook {
    endpoints = [
      {
        name: test
        url: "https://example.com/webhook_1"
        includedTheHiveOrganisations: ["*"]
        excludedTheHiveOrganisations: []
      }
    ]
  }

The webhook however doesn't include information on which organisation a hook was generated from. It's also not possible to get this information by querying unless you guess and check every organisation you have credentials for.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions