Skip to content

Instantly share code, notes, and snippets.

@adamjleonard
Created February 12, 2018 02:33
Show Gist options
  • Save adamjleonard/b0352c45a3da76adb9651dad21402928 to your computer and use it in GitHub Desktop.
Save adamjleonard/b0352c45a3da76adb9651dad21402928 to your computer and use it in GitHub Desktop.
hash = { id: 1, name: “Mark”, title: “Dev” }
client.web_client.files_upload({title: “Attachment Title”, filetype: “javascript”, content: JSON.pretty_generate(hash).to_s, channels: data.channel, filename: “attachment.json”})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment