Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: webhook-connector #2355

Merged
merged 1 commit into from Jan 30, 2024

Conversation

duonganhthu43
Copy link
Contributor

@duonganhthu43 duonganhthu43 commented Jan 30, 2024

sample webhook connection yaml

connections:
  - name: ingest
    config: !Webhook
      port: 8086
      endpoints:
        - path: /ingest
          verbs: 
            - POST
            - DELETE
          schema: !Inline |
            {
              "users": {
                "schema": {
                  "fields": [
                    {
                      "name": "id",
                      "typ": "Int",
                      "nullable": false
                    },
                    {
                      "name": "name",
                      "typ": "String",
                      "nullable": true
                    },
                    {
                      "name": "json",
                      "typ": "Json",
                      "nullable": true
                    }
                  ]
                }
              }
            }

@duonganhthu43 duonganhthu43 marked this pull request as ready for review January 30, 2024 07:16
@duonganhthu43 duonganhthu43 changed the base branch from feat-webhook-connector to main January 30, 2024 07:27
@duonganhthu43 duonganhthu43 added this pull request to the merge queue Jan 30, 2024
Merged via the queue into getdozer:main with commit c6850f8 Jan 30, 2024
5 checks passed
@duonganhthu43 duonganhthu43 deleted the feat-webhook-connector branch January 30, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants