Question

How to move an attachment from Smartsheet to Box

  • 31 December 2021
  • 1 reply
  • 45 views

I'm trying to use the Smartsheet integration for Attachment added to a row and use the Smartsheet API (https://smartsheet-platform.github.io/api-docs/?shell#get-attachment) to get the attachment to a folder in Box.  It seems like this should be possible, but I can't get it to work.  I may be missing something simple.

I don't believe there is any way outside of that API, correct?

 

If so, I’m probably just not property formatting the WebHook as I get:

  "errorCode" : 1006,  "message" : "Not Found",

 

 

Has anyone done this that they can share the code?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

It looks like I was able to resolve the key the was putting the Authorization in the heading, not the Query String.


We’re up and running.  Next step, Webook to Box API for File Request.