Solved
how to send a proof via api
how to send a proof via api/queryDef in adobe campaign classic
how to send a proof via api/queryDef in adobe campaign classic
Hello @arnav21
You can use this code to send proof via API.
Endpoint: Method - POST
https://INSTANCE_NAME.campaign.adobe.com/nl/jsp/soaprouter.jsp
Payload:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:nms:delivery">
<soapenv:Header/>
<soapenv:Body>
<urn:LaunchFCP>
<urn:sessiontoken>SESSION_TOKEN</urn:sessiontoken>
<urn:lDeliveryId>DELIVERY_ID</urn:lDeliveryId>
</urn:LaunchFCP>
</soapenv:Body>
</soapenv:Envelope>
This will trigger proof to all the addresses added in the delivery template.

Reference:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.