POST a PDF via webhook into Fusion to upload it into Workfront | Community
Skip to main content
lgaertner
New Participant
June 16, 2023
Solved

POST a PDF via webhook into Fusion to upload it into Workfront

  • June 16, 2023
  • 1 reply
  • 493 views

Hello,

 

Perhaps anybody can help me:

I have created a custom webhook, which should receive a pdf file and pass it to the Workfront module "Upload document".

 

Therefore I created the following scenario:

The data structure in the module "Aggregate to JSON" does have the type "buffer" for the attached file. Unfortunately the uploaded file in Workfront is corrupt.

 

Does anybody have experiences in achieving this?

 

Thanks in advance. 

Regards

Lars

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lgaertner

Ok, forget about it. I found the solution.

 

The two modules "Aggregate to JSON" and "Parse JSON" are one after the other, of course, make no sense. I replaced them with Create JSON and now it works.

 

 

1 reply

lgaertner
lgaertnerAuthorAccepted solution
New Participant
June 16, 2023

Ok, forget about it. I found the solution.

 

The two modules "Aggregate to JSON" and "Parse JSON" are one after the other, of course, make no sense. I replaced them with Create JSON and now it works.