You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: