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

Bug: Slack incoming Webhooks and Mattermost Webhooks No text specified error #1138

Open
koroglumert opened this issue Jan 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@koroglumert
Copy link

koroglumert commented Jan 28, 2024

Describe the bug
When using "Send Message to Channel" component with a working mattermost webhook, "No text specified" error is received.
A forum about this issue. Bu geliştirme ile
https://forum.mattermost.com/t/solved-webhooks-no-text-specified-details-error/448

To Reproduce
Steps to reproduce the behavior:

  1. Select Send Message to Channel
  2. Use Mattermost webhook

Expected behavior
To be able to send mattermost messages with Slack component.

Screenshots
Workflow and Send Message to Channel component inside
image

Run & Logs -> Error
image

Desktop (please complete the following information):

OS: MACOS 14.0
Browser: chrome
Version release, after Commits on Jan 12, 2024
Deployment Type
Is this issue on my server?

Additional context
Add any other context about the problem here.

@koroglumert koroglumert added the bug Something isn't working label Jan 28, 2024
@odiloRugamba
Copy link

with mattermost i have been able to do it by providing text as an object, like this.

{
"text": "message"
}

@koroglumert
Copy link
Author

The same error persists :((

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants