Skip to content

Testing is not available for certain kinds of webhooks

On creating a webhook, we can Test the webhook as well, but that appears to be unsupported for some types of events right now:

  • For project webhooks level, this is currently unsupported for

    • Deployment Events
    • Feature flag Events
  • For group webhooks level, this is currently unsupported for

    • Deployment Events
    • Feature flag Events
    • Subgroup events
    • Member events

When we try to test such webhooks using the test button:

Screenshot_2022-10-28_at_12.56.47_PM

It fails with the error:

Screenshot_2022-10-28_at_12.25.40_PM

Expected result: A user should be able to test any type of webhook from the list of options provided.

OSZAR »