getfeedbackloopconfirmationemailsGets a list of feedback confirmation emails from the account.
| Argument | Type | Required | Description |
|---|---|---|---|
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getfeedbackloopconfirmationemails &start=0 &limit=10
<response> <records>1</records> <email> <id>7050</id> <date>June 28, 2013, 12:05 pm</date> <emailfrom><![CDATA[test@test.com]]></emailfrom> <subject><![CDATA[ AOL Postmaster Support Request # 251078]]></subject> <body><![CDATA[Thank you for submitting an AOL Postmaster Support Request.<br><br> Your ticket number is 251078. You should receive a confirmation email at the confirmation address you submitted (test@test.com) shortly. Please review this email for further information. ]]></body> </email> </response>
{
"records": "1",
"email": {
"id": "7050",
"date": "June 28, 2013, 12:05 pm",
"emailfrom": "test@test.com",
"subject": "AOL Postmaster Support Request # 251078",
"body": "Thank you for submitting an AOL Postmaster Support Request.<br><br>\n Your ticket number is 251078. You should receive a confirmation email at the\n confirmation address you submitted (test@test.com) shortly. Please\n review this email for further information."
}
}addemailAdds an email to a list, when giving the list id. Also supports custom columns if they already exist in the list just pass the column name via the request.
createlistAllows creating a list by passing a data containing email addresses
deleteemailbyemailDeletes an email address from a list given it's list id and email address
deleteemailbyemailidDeletes an email address from a list given it's list id and email id
deletelistDeletes a list by a list id
editemailEdits an email entry inside a list. Given either email address or email id.
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.