Skip to content

slack-web-out lacking response object when using files.upload #31

Description

@minuq

How to reproduce:
Create a msg object and pipe it into the slack-web-out node:

msg.topic = "files.upload"
msg.payload = {
    channels: "foo",
    file: content,
    filename: "filename",
}
return msg

Files get uploaded to my slack channel fine, however according to the documentation a file object should be returned which according to slack-web-out node info should be in msg.payload.

slack-web-out returns a slackState, but no payload

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions