Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Webhooks and/or Event bus #64

@Utar94

Description

@Utar94

Webhooks

  • Add the following configurations in realms:
    • Webhook URL (with variable injection from event properties)
    • Authorization settings (Basic?)
    • Custom headers (for example, X-API-Key)
  • When an event occurs, find the realm it occurred into.
  • If a Webhook is configured, make a POST request to the configured endpoint, injecting variables in the URL and sending the event as JSON in the request body, with the specified authorization and custom headers.

Messaging

  • Similarly to Webhooks, allow messaging configuration per realm.
  • When an event occurs, find the realm it occurred into.
  • If messaging is configured, publish or send an event message through the configure bus/pipe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogThis issue is not planned for now.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions