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

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
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
Shubham_Goyal__
New Participant
February 15, 2023

Hi @arnav21 ,

 

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

 

Br,

Shubham

arnav21Author
New Participant
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