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

Add Webhook Feature for Cryptocurrency Price Alert Notifications #28

Open
hschickdevs opened this issue Oct 25, 2023 · 0 comments
Open
Assignees
Labels
help wanted Extra attention is needed improvement New feature or request

Comments

@hschickdevs
Copy link
Owner

hschickdevs commented Oct 25, 2023

Overview:
Aim to enhance the bot's capabilities by introducing a webhook feature. This will allow the bot to send a web request to a user-specified URL when an alert is triggered.

Specification:
The webhook URL and content could be specified as optional parameters when the alert is created. This would allow people to integrate the bot into their existing trading systems.

Implementation Example:
/new_alert <... params ...> webhook_url=https://www.example.com webhook_content={"trigger": "RSI14", "value": 500}

@hschickdevs hschickdevs added improvement New feature or request help wanted Extra attention is needed labels Oct 25, 2023
@hschickdevs hschickdevs self-assigned this Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed improvement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant