Create Interaction

Usage: POST /data/campaign/campaign_id/{campaign id}/message

POST Data:


{
"name":"Micro Campaign-7-Message",
"type":"2",
"segmentID":"1",
"contentID":"506"
}

Returns the new Interaction object

Example JSON Response Data


{
"definitionStatus":25,
"campaignID":529,
"mailFarmID":1,
"externalExpirationReference":null,
"contentID":506,
"smppMsgMode":0,
"pollingInterval":0,
"polling":false,
"type":2,
"priority":25,
"smppServerID":0,
"smppSenderID":0,
"smppDeliveryReceipt":false,
"sendHandlerID":0,
"segmentID":1,
"name":"Micro Campaign-7-Message",
"statusName":"Unsent",
"id":363,
"activeDeploymentID":0,
"sendingMode":0,
"externalExpirationDate":null,
"status":4,
"expirationDate":null
}