API
Access all the documentation of our API.
getCampaigns(string auth_token,integer complete_json,string start_date,string end_date,string date_field,string status)
Parameters
auth_token (string)
Your client authentication token
complete_json (integer)
To return a complete JSON with a complete format. By default=0
start_date (string)
End date of the range of campaigns. (Format: YYYY-MM-DD)
end_date (string)
Date until which to filter campaigns, in format dd/mm/YYYY HH:MM
date_field (string)
Field to apply start_date/end_date: 'created' (creation date, by default) or 'sent' (send date)
status (string)
Filter by campaign status. Accepts the name in English (Editing, Scheduled, Sent, Autoresponder-active, Autoresponder-paused, TestAB-in-progress, Automation) or the numeric identifier (1-7)
Return value
dict