Call us toll free @ 888-497-7898

email - getrecurringcampaigns

Gets a list of recurring campaigns in the account.


API Call Information
area: email
action: getrecurringcampaigns

API Arguments
Argument Data Type Required Description
start integer No Starting position
limit integer No Number of records to return
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getrecurringcampaigns&start=0&limit=10

API Result:
XML Response JSON Response
<response>
<records>1</records>
<recurring>
<id>250</id><title>Bizop - recurring</title><enabled>Yes</enabled>
<timesran/>
<repeatdays>1 days</repeatdays><repeattimes>Unlimited</repeattimes><profileid>13903</profileid>
</recurring>
</response>
{
    "records": "1",
    "recurring": {
        "id": "250",
        "title": "Bizop - recurring",
        "enabled": "Yes",
        "timesran": "",
        "repeatdays": "1 days",
        "repeattimes": "Unlimited",
        "profileid": "13903"
    }
}