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] New service: cURL / Webhook endpoint #69

Open
kayvanaarssen opened this issue Jan 19, 2024 · 2 comments
Open

[FEAT] New service: cURL / Webhook endpoint #69

kayvanaarssen opened this issue Jan 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kayvanaarssen
Copy link

Is your feature request related to a problem?

cURL / Webhook

Describe your ideal solution

Send the log data etc. To webhooks or cURL to present the data in external tools. We have a monitoring section in our custom portal. We feed it from our linux backups with cURL uploads to a signed url in Laravel. And extract the data. Would be nice to have this option.

@kayvanaarssen kayvanaarssen added the enhancement New feature or request label Jan 19, 2024
@tigattack
Copy link
Owner

I like this idea. I assume, instead of log data, you mean the session information? It would be trivial to just send the gathered data in a flat JSON structure to a specified endpoint, I can certainly look into this.

@kayvanaarssen
Copy link
Author

Yes, i’ve played around with the RestAPI some time ago just for testing. But you will get usefull data back from it to send to the channels.

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

No branches or pull requests

2 participants