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

Regex Triggers for Cards? #152

Open
mgeorgebrown89 opened this issue Feb 25, 2019 · 2 comments
Open

Regex Triggers for Cards? #152

mgeorgebrown89 opened this issue Feb 25, 2019 · 2 comments
Labels

Comments

@mgeorgebrown89
Copy link

I wanted to use the regex trigger functionality to watch for other slack integrations, like DataDog, but it seems like it won't match things the are in cards, only text responses. Is this true? If so, I guess maybe this is a feature request?

@devblackops
Copy link
Member

We'll have to see how we can handle parsing messages from other bots. Currently, messages of type bot_message are ignored. https://github.com/poshbotio/PoshBot/blob/master/PoshBot/Implementations/Slack/SlackBackend.ps1#L206

If you manually send a message with PSSlack using a webhook URL, they will be received as bot_message in the websocket connection and will be dropped in the backend ReceiveMessage() method. I'm guessing (haven't validated) that other integrations (DataDog) would come in as this type as well.

@stale
Copy link

stale bot commented Aug 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Aug 23, 2019
@devblackops devblackops added pinned Prevent closing if stale and removed wontfix labels Aug 23, 2019
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

2 participants