-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
source_channel need to be string and not integer #145
Comments
Anyone? |
It looks like we don't support Telegram in For so simple code change you might open a PR in this repo. |
I can confirm that this works! |
I've noticed an issue where special characters cause an error when interacting with telegram.
I think if we can fix this it will go a long way towards telegram support Update: The problem seems to be coming from the |
If the source_channel is not a String, like Telegram, the POST in /api/v1/aliasexecution fail with message:
My workarround is edit the file scripts/stackstorm.js and set:
The text was updated successfully, but these errors were encountered: