I am trying to upload multiple files from a url via a webhook. I’ve looked this post but I couldn’t get it working.
Could somebody point me in the right direction please?
I’ve attached an example of the payload:
I am trying to upload multiple files from a url via a webhook. I’ve looked this post but I couldn’t get it working.
Could somebody point me in the right direction please?
I’ve attached an example of the payload:
I think I have found the solution here:
I’m filling out a form in an external MAKE automation, which I then want to save as a PDF in Tape. The upload also happens in MAKE and returns a temporary file named temporary-file-temporary-1234567.
To trigger a subsequent automation in Tape, I want to perform the update on the record again within the Tape automation. However, I’m receiving the following error: the TAPE API is issued to the user MAKE, who is also performing the update on the record. What am I missing?