Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Comment on proof via API

Avatar

Level 1

Hi All,

 Is it possible to add comment on proof via API. If ues can someone help me with the API please.

 

Thanks in Advance

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You'll need to use Fusion's "customAPICall" module for Proof.  Warning - it's tedious and likely will need some trial & error.

 

In "method" you paste in what the SOAP method is called (but not the parentheses)

See API documentation here https://api.proofhq.com/home/proofs/addcomment.html

The "SessionID" is implicitly sent if you use Fusion Proof modules. 

 

Also: You don't have to emulate the full SOAP envelope, just the required elements. That means you're "payload" is not valid XMLe.g. you enter <FileID>123456</FileID> into the module.
The module will then add the pieces to make this a valid SOAP call. 

 

Give it a shot with something simple first (e.g. getting proof details) 

SveniX_0-1750798537980.png

 

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

You'll need to use Fusion's "customAPICall" module for Proof.  Warning - it's tedious and likely will need some trial & error.

 

In "method" you paste in what the SOAP method is called (but not the parentheses)

See API documentation here https://api.proofhq.com/home/proofs/addcomment.html

The "SessionID" is implicitly sent if you use Fusion Proof modules. 

 

Also: You don't have to emulate the full SOAP envelope, just the required elements. That means you're "payload" is not valid XMLe.g. you enter <FileID>123456</FileID> into the module.
The module will then add the pieces to make this a valid SOAP call. 

 

Give it a shot with something simple first (e.g. getting proof details) 

SveniX_0-1750798537980.png

 

 

 

Avatar

Administrator

@SamyukthaPa1 Just checking in — were you able to resolve your issue? We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni