Hi Team,
I'm building a flow and trying to post a message to private slack channel. Last step is failing with this error: 'channel-not-found'
1. When a new response is submitted
2. Get response and send a notification to slack channel (eg: test)
Can't we send it to private channel or individual user ? Am I missing something?
Can we use channel ID instead of channel name? If yes, please let me know the format to be used?
Errors:
{"ok":false,"error":"channel_not_found","warning":"missing_charset","response_metadata":{"warnings":["missing_charset"]}}

Thank you!
KK