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

Implement Webhook system #282

Open
jefmoura opened this issue Jan 14, 2020 · 0 comments
Open

Implement Webhook system #282

jefmoura opened this issue Jan 14, 2020 · 0 comments
Labels

Comments

@jefmoura
Copy link
Member

Story

Webhooks are automated messages sent from an application, when something happens, to other ones. We want to implement a simple webhook system that knows only about Buildly Core models and when changes are made on one of them, information about it is sent to registered URLs. With this simple webhook, actions can be triggered in connected services because Buildly Core will notify the ones that are registered to the webhook system.

Tasks

  1. Create a new webhook application Create a new webhook application #278
  2. Create a list of available webhook events Create list of available webhook events #279
    3.Create API endpoints to register to webhook events Create API endpoints to register to webhook events #280
  3. Integrate Celery into the project Integrate Celery into the project #281
@jefmoura jefmoura added the Epic label Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant