flow
(required): The input flow from the previous node in the spell.audioFile
(required): The audio file to be sent to Slack, provided as a buffer.flow
: The output flow to be passed to the next node in the spell.flow
output from the previous node to the flow
input of the Send Slack Audio node.audioFile
output from a node that provides an audio buffer (e.g., a Load Audio File node) to the audioFile
input of the Send Slack Audio node.buffer
output of the Load Audio File node to the audioFile
input of the Send Slack Audio node.flow
output of the previous node (e.g., a trigger node) to the flow
input of the Send Slack Audio node.audioFile
input is properly connected to a node that provides an audio buffer. The Send Slack Audio node will not work with file paths or URLs directly.