how to send a proof via api/queryDef in adobe campaign classic
Solved! Go to Solution.
Views
Replies
Total Likes
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:
how to specify for which delivery template we are sending proof? in it's parameter only
bStart is their and that have value 1
Views
Replies
Total Likes
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:
Views
Likes
Replies
Views
Likes
Replies