getdatafeedsGets a list of data feeds 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=getdatafeeds &start=0 &limit=10
<response> <records>2</records> <feed> <id>2</id> <title>All Dental</title> <feedlink> http://www.softwarelogin.com/datafeed.php?f=0123456789abcdef0123456789abcdef0123456 </feedlink> <datecreated>September 09, 2011, 02:34:35 pm</datecreated> <dateexpire>September 06, 2011, 02:34:00 pm</dateexpire> <maxdownloads>0</maxdownloads> <password/> </feed> <feed> <id>1</id> <title>dealers service</title> <feedlink> http://www.softwarelogin.com/datafeed.php?f=0123456789abcdef0123456789abcdef0123456 </feedlink> <datecreated>September 09, 2011, 09:15:37 am</datecreated> <dateexpire>September 02, 2013, 10:15:00 am</dateexpire> <maxdownloads>4</maxdownloads> <password>mypassword</password> </feed> </response>
{
"records": "2",
"feed": [
{
"id": "2",
"title": "All Dental",
"feedlink": "http://www.softwarelogin.com/datafeed.php?f=0123456789abcdef0123456789abcdef0123456",
"datecreated": "September 09, 2011, 02:34:35 pm",
"dateexpire": "September 06, 2011, 02:34:00 pm",
"maxdownloads": "0",
"password": ""
},
{
"id": "1",
"title": "dealers service",
"feedlink": "http://www.softwarelogin.com/datafeed.php?f=0123456789abcdef0123456789abcdef0123456",
"datecreated": "September 09, 2011, 09:15:37 am",
"dateexpire": "September 02, 2013, 10:15:00 am",
"maxdownloads": "4",
"password": "mypassword"
}
]
}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.