-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Is your feature request related to a problem? Please describe.
Many third-party systems use webhooks, like Atlassian, GitHub, Zoom, and anything using Splunk HEC (eg Retool). Connectors for them are complex to deploy and configure, especially if a solution isn't available in the catalog and a user needs to create a custom connector.
Describe the solution you'd like
A new Codeless Connector Framework rule type for webhooks with the following options:
- Method (GET/POST etc)
- Path
- Authentication (header, query param)
- Payload (body, query params)
Describe alternatives you've considered
Connectors with Logic Apps or Function Apps have a fair bit of management overhead, especially in enterprise environments where self-service deployment is restricted.
A feature specifically for Splunk HEC would support a lot of third-party systems, but many others use non-standard webhook formats.