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

Webhook Support #84

Open
nbey opened this issue Jun 16, 2020 · 1 comment
Open

Webhook Support #84

nbey opened this issue Jun 16, 2020 · 1 comment
Assignees

Comments

@nbey
Copy link
Contributor

nbey commented Jun 16, 2020

Base Gatekeeper Webhook class

  • Create a new model/table

    • Generic POST to provided URL with data
    • Slack POST custom Payload
    • Fields (Class, URL, Type)
      • Set Column events types (rate-limit exceed initially)
  • Gatekeeper\Webhook::dispatchAll($eventName, $payload)

    • Select all webhooks for that event type
    • Call class based send method for customizing the generic payload and posting to Slack URL
@nbey nbey self-assigned this Jun 20, 2020
@nbey
Copy link
Contributor Author

nbey commented Jun 22, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant