Expand my Community achievements bar.

SOLVED

Creating a Web Proof in Fusion

Avatar

Level 2

I need a Fusion Scenario to trigger a Web page proof creation.

 

Any thoughts?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@MuuP 

 

Use the Workfront Proof module "Create Proof"

 

The secret sauce from https://api.proofhq.com/home/creating-proofs/createproof.html

Web captures: If you are creating a web snapshot proof then the "Hash" parameter must contain the single string value "web" and the "SourceName" must contain the web source (URL).


Confirmed working

SveniX_0-1741295820281.png

 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

@MuuP 

 

Use the Workfront Proof module "Create Proof"

 

The secret sauce from https://api.proofhq.com/home/creating-proofs/createproof.html

Web captures: If you are creating a web snapshot proof then the "Hash" parameter must contain the single string value "web" and the "SourceName" must contain the web source (URL).


Confirmed working

SveniX_0-1741295820281.png

 

Avatar

Level 2

Thank you, @Sven-iX.

I was able to generate the proof. Do you know how I can add this proof to a Workfront project?

Avatar

Community Advisor

That's a bit a pain in the behind. 

  • Proof allows you to just create a file (the web capture) but there's no way to DOWNLOAD that file
  • So we need to create a proof, get the source, upload it to WF, get the currentVersionID and then create a proof in WF (and remove that initial proof)
  • Proof creation (initial) can take quite a while (depends on how long the page is) and there's no ability to create a callback to a web endpoint (only email). So I first sleep 2 min, then try to download it; put a BREAK module as error handler if the initial proof is not ready yet.

Take a look at the attached JSON.

 

Note: Details how to configure the createProof call (Workfront CustomAPI) - hat tip to @FrankFi1 

https://experienceleaguecommunities.adobe.com/t5/workfront-discussions/ho-to-create-a-proof-with-adv...