POST a PDF via webhook into Fusion to upload it into Workfront | Adobe Higher Education
Skip to main content
lgaertner
Level 9
June 16, 2023
Beantwortet

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

  • June 16, 2023
  • 1 Antwort
  • 514 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antwort

lgaertner
lgaertnerAutorAntwort
Level 9
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.