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

API Webhook Trigger Library #746

Closed
kanarelo opened this issue Mar 6, 2023 · 3 comments
Closed

API Webhook Trigger Library #746

kanarelo opened this issue Mar 6, 2023 · 3 comments
Labels
🤷‍♂️🤷‍♀️ untriaged Need attention from maintainer in activepieces

Comments

@kanarelo
Copy link
Contributor

kanarelo commented Mar 6, 2023

Is your feature request related to a problem? Please describe.
Webhooks like Clickup/Github follow a specific pattern, and can be automated.

Describe the solution you'd like
These APIs (clickup/github etc) may be automated by

  • Providing the webhook API endpoint
  • Choosing the list of events to bind to
  • Providing context like name, description, which can be callables.
  • Testing the connection and providing a sample data

Additional context

  • onEnable, subscribe to event
  • onDisable, unsubscribe from event
  • When the webhook endpoint is hit, check if its a verification check, otherwise, process the data, store if need be and then return result
@abuaboud abuaboud added 🤷‍♂️🤷‍♀️ untriaged Need attention from maintainer in activepieces and removed unanswered labels Mar 28, 2023
@abuaboud
Copy link
Contributor

Thank you for suggesting that.

I understand your point of view, but most of the logic for creating webhook connectors lies in the subscribe and unsubscribe HTTP requests, which are specific to each service.

While a library could help little bit with the organizing the code, it may not provide significant value beyond that.

I am going to close the issue, feel free to reopen.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If this issue is continuing with the lastest stable version of Activepieces, please open a new issue that references this one.

@abuaboud abuaboud closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2023
@github-actions
Copy link

github-actions bot commented Apr 5, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If this issue is continuing with the lastest stable version of Activepieces, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤷‍♂️🤷‍♀️ untriaged Need attention from maintainer in activepieces
Projects
None yet
Development

No branches or pull requests

2 participants