Comment on proof via API | Community
Skip to main content
June 24, 2025
Solved

Comment on proof via API

  • June 24, 2025
  • 2 replies
  • 309 views

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

Best answer by Sven-iX

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) 

 

 

 

2 replies

Sven-iX
Community Advisor
Sven-iXCommunity AdvisorAccepted solution
Community Advisor
June 24, 2025

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) 

 

 

 

kautuk_sahni
Community Manager
Community Manager
July 29, 2025

@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