Call us toll-free @ 888-497-7898

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 Response

XML 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>

JSON Response

{
    "records": "1",
    "recurring": {
        "id": "250",
        "title": "Bizop - recurring",
        "enabled": "Yes",
        "timesran": "",
        "repeatdays": "1 days",
        "repeattimes": "Unlimited",
        "profileid": "13903"
    }
}