AddressTwo.com

AddressTwo v2.0 API

This API is made available for the use of approved customer API consumers. To request an API Key, contact us at [email protected] first to discuss your project and request access.

Universal base URL for all the Endpoints: http://apiv2.addresstwo.com/api/


POST  /ContactCampaignInitializer

To initialize campaign to contact

Request Headers:
    Content-Type: application/json
    ConsumerToken: [hashed-token-provided]

POST http://apiv2.addresstwo.com/api/ContactCampaignInitializer

Content-Type: application/json
ConsumerToken: [hashed-token-provided]

{
ContactIdList: [113444,113446], //Multiple ContactIDs are allowed as array list and will get scheduled for the mentioned campaign
CampaignID: 202, //CampaignID should be passed here
SenderProfileID: null, //Need to be passed only if the mentioned campaign include Email type event as well otherwise its optional for only tasks
IsUnqueue: true, //If mentioned contacts need to be removed from all other campaigns then this flag should be true otherwise false
ExecuteDate: "09-25-2016" //This will be the starting date when Campaign will begin execution

}




© 2016 AddressTwo. All Rights Reserved.