how to send a proof via api | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manoj_Kumar

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:

LaunchFCP (adobe.com) 

2 replies

Shubham_Goyal__
Level 6
February 15, 2023

Hi @arnav21 ,

 

You can execute a created proof via API using "PrepareProof" API function.- Link

 

Br,

Shubham

arnav21Author
Level 2
February 15, 2023

how to specify for which delivery template we are sending proof? in it's parameter only

bStart is their and that have value 1

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
February 15, 2023

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:

LaunchFCP (adobe.com) 

Manoj     Find me on LinkedIn